The difference from the checked in file now shows in the margin.
Works for Perforce, Git and SVN
@stewartlynch8.bsky.social
10x Editor, FramePro, FastFind, VMem, Ex Lionhead. Low level core coder, tools, tech, perf. https://10xeditor.com
The difference from the checked in file now shows in the margin.
Works for Perforce, Git and SVN
New 10x Editor Release (1.0.340)
Added support for Git and SVN. Updated lines now shows difference from source control and shows in margin. Optimisations for large files, multi-cursor and window refresh rates. Improved parsing of lambdas. Improved autocomplete sorting and filtering.
10x Release (1.0.320)
Fixes for the new multi-window feature. Added support for __has_include. Added support for filtered solution files (slnf)
You can choose whether you want the projects loaded in 10x by right clicking on the sln in the workspace tree. "Load all projects" or "Load only filtered projects". They will stay unloaded in VS.
26.05.2025 12:29 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0New 10x Build Release (1.0.320)
Added support for filtered solution files (.slnf). Good for very large solutions where you can specify just the projects you want loaded. Useful if you're using VS as a debugger.
learn.microsoft.com/en-us/visual...
With the new multi-window feature, if you want to create a new window with columns you need to use Window Menu -> New Window.
Just dragging a window out won't create columns so you won't be able to move files between them.
I love that 10x users notice a 16ms reduction in input lag
True performance connoisseurs!
New 10x Release (1.0.312)
Multi-window support. CPU and memory optimisations. Reduced input lag. Unreal parsing fixes.
10x now has multi-window support! (1.0.312)
Drag windows out of the main window or Window Menu -> New Window.
You can now use 10x across multiple monitors.
Nice! Using Visual Studio and moving from Snowdrop to Unreal made me have a nervous breakdown a few years ago, but thankfully 10x was just around the corner and made my job fun again. I now use 10x every day and I cannot recommend it enough if you work on huge code bases!
05.04.2025 15:37 โ ๐ 3 ๐ 1 ๐ฌ 0 ๐ 0I was interviewed on the Wookash Podcast. I talk about my career, programming, and how I created 10x. Enjoy!
youtu.be/1sdjQ7uTziw
I appreciate it very much. 10x has been my daily driver for about a year now and I don't see that changing anytime soon.
02.04.2025 12:29 โ ๐ 2 ๐ 1 ๐ฌ 0 ๐ 0But more importantly, 10x is used by professionals on huge codebases with many millions of lines of code. Here, performance is critical and it's where many other editors fall down. This is why 10x was created.
02.04.2025 10:43 โ ๐ 5 ๐ 0 ๐ฌ 1 ๐ 0People sometimes wonder why I keep optimising 10x Editor when it's already so fast.
One reason, profiling and optimising are my favorite things to do. I care about each ms.
No, it's not capped. It will refresh at whatever your monitor rate is.
16.02.2025 19:16 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0here's the link 10xeditor.com/versions.htm
16.02.2025 13:33 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0I've improved the change-log page on the 10x website.
It now shows the changes for each release build broken down by category, so you can easily see if you want to update.
10x will never force an update on you.
Video doesn't do it justice. Download 10x and check it out on a 144hz monitor for maximum smoothness.
16.02.2025 13:25 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0I never liked smooth scroll in other editors.
But seeing it at a rock solid frame rate in 10x does look good!
10x Release Build (1.0.275)
10x now supports Smooth Scroll
live in about 10 hours from now - subscribe/mark your calendars/tell your friends/share etc. c:
Generative AI is a Parasitic Cancer
www.youtube.com/watch?v=-opB...
gifs don't work on bsky?
10xeditor.com/multicursora...
The new multi-cursor align command (alt+A):
10x (1.0.249)
- fixes finding UE defines header includes
- added AlignMultiCursor command (alt+A)
- improvements to ToggleComment
10x Release (1.0.249)
Summary:
- add and remove files in VS projects from 10x
- show updated lines, breakpoints and bookmarks in scroll bar
- group substitution now supported in regex find/replace
- parser improvements: nested classes, improved auto resolving for casts...
In today's episode of "What am exactly I waiting for here?" I waited for Visual Studio to open 477 projects in a Unity Engine generated solution. It took > 15min. Did I attach a profiler? Why of course I did, because I ran out of patience and Superluminal is my only friend.
07.11.2024 12:23 โ ๐ 17 ๐ 4 ๐ฌ 1 ๐ 0It seems to engage a different part of my mind and becomes a fun programming problem.
01.11.2024 12:21 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0I find it really difficult testing my own software. Pretending to be a user and trying to find all the edge cases to break it. I instinctively don't want to do this.
But I've noticed when I write automated test cases in python scripts I have no problem thinking of all the horrible edges cases.