Search found 136 matches

by DerellLicht1
05 Feb 2023 21:22
Forum: Bugs
Topic: FIXED: WHOA!! Major syntax-hiliting collapse !!
Replies: 6
Views: 1792

Re: WHOA!! Major syntax-hiliting collapse !!

Rickard Johansson wrote: 05 Feb 2023 15:38 The highlight issue in Cpp files has been reported by several users and has been fixed in the next release (v15.80 beta 2).
Excellent!!! Thank ye again, Master!!
by DerellLicht1
05 Feb 2023 15:00
Forum: Bugs
Topic: FIXED: WHOA!! Major syntax-hiliting collapse !!
Replies: 6
Views: 1792

Re: WHOA!! Major syntax-hiliting collapse !!

Sometimes -- haphazardly -- syntax highlighting turns itself off in a part of a document. Usually adding new line (by hitting Enter key) after the last line with correct highlighting fixes the issue for me. But I noticed another glitch in the newest beta: double-clicking on a word inside round or s...
by DerellLicht1
05 Feb 2023 02:25
Forum: Bugs
Topic: FIXED: WHOA!! Major syntax-hiliting collapse !!
Replies: 6
Views: 1792

Re: WHOA!! Major syntax-hiliting collapse !!

Well... okay, I recovered from this, and all is well now... no idea what the H$*@ happened... Anyway, I have a backup of RJTE config directory, from a month or so back... It contains TextEd.ini, plus Syntax and Data directories... So I closed RJTE, copied the backup files over the current stuff, re-...
by DerellLicht1
05 Feb 2023 01:30
Forum: Bugs
Topic: FIXED: WHOA!! Major syntax-hiliting collapse !!
Replies: 6
Views: 1792

Re: WHOA!! Major syntax-hiliting collapse !!

Actually, now that I look carefully at that previous thread ("How to turn off library hints??"), I realize that the opening braces on those lines were *already* wrong there... so now I'm completely confused about what is going on...
by DerellLicht1
05 Feb 2023 01:28
Forum: Bugs
Topic: FIXED: WHOA!! Major syntax-hiliting collapse !!
Replies: 6
Views: 1792

FIXED: WHOA!! Major syntax-hiliting collapse !!

Okay, no idea what is going on here... I have RJTE V15.80 Beta 1 (64-bit) Everything was fine this morning... I was tweaking options to try to solve the problem that I had in another thread ("How to turn off library hints??")... I then set the auto-complete delay to -1, which seemed to hav...
by DerellLicht1
04 Feb 2023 20:09
Forum: Questions
Topic: Resolved: How to turn off library hints??
Replies: 3
Views: 2621

Re: How to turn off library hints??

I think this answer will help you out :wink: (Yes, not very intuitive; I guess adding explicit hint in the Options, e.g. setting to -1 will switch it off , could be very helpful.) Whoa!!!! ummm... I would say that "not the most intuitive option in there" is an understatement for all time!...
by DerellLicht1
04 Feb 2023 17:56
Forum: Questions
Topic: Resolved: How to turn off library hints??
Replies: 3
Views: 2621

Resolved: How to turn off library hints??

I'm pretty sure that I've seen this setting before, but now that I need it, I can't find it!! I disabled 'parameter hints', but that's apparently not the correct option. So whenever I'm typing code (in C++), I keep getting this popup dialog which is suggesting arguments to insert, but they really ar...
by DerellLicht1
04 Feb 2023 17:51
Forum: Bugs
Topic: FIXED: *very* minor quirks that I would like to avoid
Replies: 2
Views: 1266

Re: *very* minor quirks that I would like to avoid

Rickard Johansson wrote: 04 Feb 2023 15:27 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.
Cool!!! Thank you so much for you prompt support!!!!
by DerellLicht1
03 Feb 2023 17:58
Forum: Bugs
Topic: FIXED: *very* minor quirks that I would like to avoid
Replies: 2
Views: 1266

FIXED: *very* minor quirks that I would like to avoid

When I open RJTE after a reboot, there are two *very* minor things that happen, that I wouldn't mind getting rid of... The first is that I get a dialog saying "the program did not close properly, should I load previous files and settings?" The answer to this question will *always* be YES ....
by DerellLicht1
31 Jan 2023 00:35
Forum: Bugs
Topic: FIXED: Bookmarks set on empty lines promptly disappear
Replies: 2
Views: 1286

Re: FIXED: Bookmarks set on empty lines promptly disappear

I have noticed this behavior some time ago, but couldn't pinpoint the exact way to replicate it; today I've notice sure way: set a bookmark (I do it with keyboard shortcut, Ctrl+Shitf+number) on an empty line and switch to another document and back, use mouse-wheel, or arrow keys, or go to document...
by DerellLicht1
05 Dec 2022 03:21
Forum: Bugs
Topic: ??? odd quirk with tab colors
Replies: 2
Views: 1582

Re: ??? odd quirk with tab colors

Interesting... so if you select a theme other than "Windows", select Document tabs, and change Text color, it actually changes it?? very odd... Okay, my suspicion is that this is related to an interaction with another program that I run, called Stardock Windowblinds... WB is a program whic...
by DerellLicht1
28 Nov 2022 01:18
Forum: Bugs
Topic: ??? odd quirk with tab colors
Replies: 2
Views: 1582

??? odd quirk with tab colors

I've been having an odd issue with setting the tab colors for my edit windows... I typically use the theme Windows 10 SlateGray; to change the tab text color, I go to Theme Manager: Document tabs... however, none of those settings actually take effect in my editor!! Instead, I have to switch the The...
by DerellLicht1
08 Nov 2022 02:26
Forum: Features
Topic: Just wanna say I *love* the new RJ taskbar icon!!
Replies: 1
Views: 2544

Just wanna say I *love* the new RJ taskbar icon!!

I've been annoyed by the legacy icon for quite some time now; it was so ordinary, just declaring "I'm just another text editor" ...
This one has personality!!! Definitely a keeper...

Here's what my file explorer (the now-defunct CubicExplorer) looks like:
ScreenShot.jpg
ScreenShot.jpg (378.15 KiB) Viewed 2542 times
by DerellLicht1
02 Nov 2022 21:14
Forum: Questions
Topic: Question about auto-complete function
Replies: 4
Views: 3339

Re: Question about auto-complete function

Add new Abbreviation [...] Type an abbreviation e.g. "tc" for try ... catch block. Add variables for tab stops. You can click on the [...] buttons to insert variables and variable commands. And type the code that should be expanded when you type the abbreviation and hit e.g. TAB. I don't ...
by DerellLicht1
02 Nov 2022 18:10
Forum: Questions
Topic: Question about auto-complete function
Replies: 4
Views: 3339

Re: Question about auto-complete function

Okay, I figured out how to create/use text clips... that does what I was looking for... One thing that would be nice, though not vital, is if I could somehow attach abbreviations to their related clips; So, for example, I could type 'if<some_trigger_key>' and have it execute the 'if' text clip... th...