Search found 1067 matches
- 12 Dec 2024 18:22
- Forum: Next release
- Topic: Version 16.36
- Replies: 0
- Views: 32148
Version 16.36
----------------------------------------------------------- Version 16.36 (Dec 9, 2024) ----------------------------------------------------------- Fixed * Issue where you sometimes have to click the close button twice to close the program. * File Explorer scale issue on high DPI monitors. This vers...
- 09 Dec 2024 18:30
- Forum: Development - Beta Versions
- Topic: Version 16.35 beta 1/beta 2/beta 3
- Replies: 18
- Views: 13941
- 03 Dec 2024 12:16
- Forum: Development - Beta Versions
- Topic: Version 16.35 beta 1/beta 2/beta 3
- Replies: 18
- Views: 13941
Re: Version 16.35 beta 1/beta 2/beta 3
Here is another build https://www.rj-texted.se/downloads/TextEd.7z
I removed the problematic code from the formclosequery() function and added another solution to save the data.
If this doesn't work, then I don't know...

I removed the problematic code from the formclosequery() function and added another solution to save the data.
If this doesn't work, then I don't know...


- 03 Dec 2024 10:35
- Forum: Development - Beta Versions
- Topic: Version 16.35 beta 1/beta 2/beta 3
- Replies: 18
- Views: 13941
Re: Version 16.35 beta 1/beta 2/beta 3
FWIW I have quite big DebugOutput.txt file, but annoyingly enough RJ TE closes swiftly and opens quite fast, too (seems it opens slowly only when a project is involved). Try setting the option in <AppData>\Roaming\RJ TextEd\Data\DebugOptions.txt to: LogFileAppend=0 It should prevent the file from g...
- 03 Dec 2024 10:31
- Forum: Development - Beta Versions
- Topic: Version 16.35 beta 1/beta 2/beta 3
- Replies: 18
- Views: 13941
Re: Version 16.35 beta 1/beta 2/beta 3
I've uploaded a new build. It should be fixed now, but I need confirmation https://www.rj-texted.se/downloads/TextEd.7z.
- 02 Dec 2024 15:39
- Forum: Development - Beta Versions
- Topic: Version 16.35 beta 1/beta 2/beta 3
- Replies: 18
- Views: 13941
Re: Version 16.35 beta 1/beta 2/beta 3
Thank you,
Would you mind repeating it using this version instead? https://www.rj-texted.se/downloads/TextEd.7z
It contain some extra debug outputs in the affected code area... I need to know which function call halts the close execution.
Would you mind repeating it using this version instead? https://www.rj-texted.se/downloads/TextEd.7z
It contain some extra debug outputs in the affected code area... I need to know which function call halts the close execution.
- 01 Dec 2024 17:47
- Forum: Development - Beta Versions
- Topic: Version 16.35 beta 1/beta 2/beta 3
- Replies: 18
- Views: 13941
Re: Version 16.35 beta 1/beta 2/beta 3
If it happens again - please copy and send me the "<AppData>\RJ TextEd\Data\DebugOutput.txt" file. It should contain some interesting info.
BTW. The beta version is a normal release (no special debug version...)
BTW. The beta version is a normal release (no special debug version...)

- 28 Nov 2024 09:30
- Forum: Bugs
- Topic: Blue screen
- Replies: 2
- Views: 2460
Re: Blue screen
Just select to install (run) anyway. It's perfectly safe https://www.virustotal.com/gui/file/32d ... /detection
- 27 Nov 2024 14:04
- Forum: Next release
- Topic: Version 16.35
- Replies: 1
- Views: 31925
Re: Version 16.35
This version has been released.
Note! There are several changes from the latest beta version - so please update...
Note! There are several changes from the latest beta version - so please update...
- 25 Nov 2024 17:22
- Forum: Bugs
- Topic: FIXED: 3x click on last line
- Replies: 1
- Views: 2203
Re: 3x click on last line
Fixed in next release (v16.35). Thanks!
- 25 Nov 2024 17:15
- Forum: Bug reports
- Topic: FIXED: [16.35b3] Current line's background gets extended all the way down
- Replies: 1
- Views: 5747
Re: [16.35b3] Current line's background gets extended all the way down
It's been fixed. Thanks!
- 24 Nov 2024 19:10
- Forum: Development - Beta Versions
- Topic: Version 16.35 beta 1/beta 2/beta 3
- Replies: 18
- Views: 13941
Re: Version 16.35 beta 1/beta 2/beta 3
New in beta 3: Made improvements to auto completion in the terminal window. Added icons and the list can display commands, folders and files. Folders are sorted at the top of the list and files are sorted and listed below. Also fixed a few very small (and harmless) memory leaks. --------------------...
- 23 Nov 2024 21:44
- Forum: Development - Beta Versions
- Topic: Version 16.35 beta 1/beta 2/beta 3
- Replies: 18
- Views: 13941
Re: Version 16.35 beta 1/beta 2
Interesting... but I haven't done anything deliberately to speed things up. I've made several small code changes since the last release. I usually do when I discover some minor glitch or when implementing (or testing) something new and it doesn't work as expected (usually because of a bug somewhere)...
- 23 Nov 2024 19:39
- Forum: Development - Beta Versions
- Topic: Version 16.35 beta 1/beta 2/beta 3
- Replies: 18
- Views: 13941
Re: Version 16.35 beta 1/beta 2
Added in beta 2: In Terminal panel: Auto compilation Press Ctrl+space to open a completion list with all files and folders in the current directory. If you've started to type something - that is used to filter the items in the list. Note! The TAB key now just insert a tab. Fixed several issues in th...
- 22 Nov 2024 18:14
- Forum: Development - Beta Versions
- Topic: Version 16.35 beta 1/beta 2/beta 3
- Replies: 18
- Views: 13941
Version 16.35 beta 1/beta 2/beta 3
----------------------------------------------------------- Version 16.35 (Nov 22, 2024) ----------------------------------------------------------- Terminal panel Added syntax highlighting to the terminal panel, ctrl click on paths and new toolbar items. Terminal01.png Terminal02.png Terminal03.png...