Search found 942 matches
- 07 Feb 2023 23:43
- Forum: Development - Beta Versions
- Topic: Version 15.80 beta 4
- Replies: 0
- Views: 1199
Version 15.80 beta 4
Beta 4 * Fixed color update issue when editing braces and changing nesting level. * Fixed random highlighting issue when editing a line. Beta 3 * Word highlighting within methods should work better now and include variables, e.g. $dummy. * Some changes to brace highlighting and fixed a few issues. ...
- 07 Feb 2023 18:50
- Forum: Development - Beta Versions
- Topic: Version 15.80 beta 3
- Replies: 0
- Views: 187
Version 15.80 beta 3
Very minor changes since beta 2. * Word highlighting within methods should work better now and include variables, e.g. $dummy. * Some changes to brace highlighting and fixed a few issues. * Ligatures should display correctly now, if the font supports it. ---------------------------------------------...
- 07 Feb 2023 14:39
- Forum: Bug reports
- Topic: [15.80b2] Ligatures are broken
- Replies: 4
- Views: 236
Re: [15.80b2] Ligatures are broken
My real question is about option "none", with braces not visible at all: Is this effect intended, or is it a bug? :? The first color is used as the font color with the option "None". It should probably be used with bold as well, if a background color is used. Otherwise, they may...
- 06 Feb 2023 23:14
- Forum: Bug reports
- Topic: [15.80b2] Ligatures are broken
- Replies: 4
- Views: 236
Re: [15.80b2] Ligatures are broken
(Are the underlines for currently highlighted ones optional?) Yes! You'll find several options in the customize themes dialog for highlighted braces. In the newest beta programming ligatures are broken in the code Brackets needs to be drawn individually for multi-color brackets to work. All other l...
- 06 Feb 2023 21:23
- Forum: Development - Beta Versions
- Topic: Version 15.80 beta 2
- Replies: 0
- Views: 158
Version 15.80 beta 2
----------------------------------------------------------- Version 15.80 (Feb 6, 2022) ----------------------------------------------------------- highlightAll.png Color nested braces Braces are drawn using different color depending on nesting level. E.g. in (10-(a+2)) the first matching (...) pair...
- 06 Feb 2023 14:27
- Forum: Development - Beta Versions
- Topic: Version 15.80 beta 1
- Replies: 1
- Views: 250
Re: Version 15.80 beta 1
I'm currently experimenting with coloring braces with different colors depending on nesting level.
It looks something like this.
I'll include it in v15.80 beta 2. Let me know what you think.
It looks something like this.
I'll include it in v15.80 beta 2. Let me know what you think.
- 05 Feb 2023 15:38
- Forum: Bugs
- Topic: FIXED: WHOA!! Major syntax-hiliting collapse !!
- Replies: 6
- Views: 319
Re: WHOA!! Major syntax-hiliting collapse !!
The highlight issue in Cpp files has been reported by several users and has been fixed in the next release (v15.80 beta 2).
- 04 Feb 2023 15:27
- Forum: Bugs
- Topic: FIXED: *very* minor quirks that I would like to avoid
- Replies: 2
- Views: 161
Re: *very* minor quirks that I would like to avoid
Added a "Yes to All" button to the dialog. Press it and you'll never see that dialog again.
I also fixed the minimized issue.
I also fixed the minimized issue.
- 04 Feb 2023 14:56
- Forum: Questions
- Topic: CLOSED - RJTe QUESTION: Remove Editor/edge Preview?
- Replies: 2
- Views: 1294
Re: RJTe QUESTION: Remove Editor/edge Preview?
Uncheck everything in "View -> Main window tabs".
- 02 Feb 2023 15:53
- Forum: Development - Beta Versions
- Topic: Version 15.80 beta 1
- Replies: 1
- Views: 250
Version 15.80 beta 1
----------------------------------------------------------- Version 15.80 (Jan 31, 2022) ----------------------------------------------------------- Highlight nearest braces Added option to highlight the nearest braces that encloses the text cursor. Braces highlighted are (), [] and {}. The editor w...
- 02 Feb 2023 13:41
- Forum: Bugs
- Topic: FIXED: [15.75] Undo bug in column mode
- Replies: 1
- Views: 178
Re: [15.75] Undo bug in column mode
Fixed in v15.80 beta 1. Thanks!
- 01 Feb 2023 19:33
- Forum: Next release
- Topic: Version 15.80
- Replies: 5
- Views: 1918
Re: Version 15.80
Updated the info above (again). I think I'm finally done adding new features. I still need to add some language features and check the new settings etc. But I'll try to release a beta version before the weekend.
- 01 Feb 2023 11:48
- Forum: Next release
- Topic: Version 15.80
- Replies: 5
- Views: 1918
Re: Version 15.80
I use HelpSmith https://www.helpsmith.com. It's not a free tool, but it is less expensive than some other tools.
- 31 Jan 2023 18:25
- Forum: Next release
- Topic: Version 15.80
- Replies: 5
- Views: 1918
Re: Version 15.80
Updated the information above. I'm still adding new features to this version...
- 31 Jan 2023 14:15
- Forum: Features
- Topic: Shift+F2 to find a function or subroutine automatically
- Replies: 11
- Views: 8386
Re: DONE: Shift+F2 to find a function or subroutine automatically
Done in v15.80. Thanks!