Search found 128 matches

by DerellLicht1
29 Jun 2025 19:44
Forum: Bugs
Topic: SOLVED? C++ paren auto-complete bug
Replies: 6
Views: 253

Re: C++ paren auto-complete bug

Rickard Johansson wrote: 29 Jun 2025 17:12 I've made a small change in the next release so you don't have to press ) twice.

BTW. You can disable the auto closure of braces in options.
Thank you so much!!!
by DerellLicht1
28 Jun 2025 22:46
Forum: Bugs
Topic: SOLVED? C++ paren auto-complete bug
Replies: 6
Views: 253

Re: C++ paren auto-complete bug

Well, no, that is not what happens... Let's take this example; I just typed it in my program, just now: I have this line: _tcscat (dirpath, cur_node->name); I need to add .c_str() after name. So I type .c_str( , and I see this: _tcscat (dirpath, cur_node->name.c_str(); NOTE: I did not yet the closin...
by DerellLicht1
17 Jun 2025 17:49
Forum: Bugs
Topic: SOLVED? C++ paren auto-complete bug
Replies: 6
Views: 253

Re: C++ paren auto-complete bug

BTW, the same thing happens in this case: syslog(""); for tchar translation, I have to place _T() around the existing quote pair... So I type _T( in front of the first quote, but as soon as I type the opening paren, the closing paren is auto-inserted after the second quote - but it deletes...
by DerellLicht1
17 Jun 2025 16:34
Forum: Bugs
Topic: SOLVED? C++ paren auto-complete bug
Replies: 6
Views: 253

SOLVED? C++ paren auto-complete bug

I have experienced this quirk before, but until now it hasn't been a big issue... Here is an example of the bug: I start with this string: build_dir_tree (target[l]) ; I need to insert the following after the closing square bracket: .c_str() When I type in the opening paren, the editor auto-inserts ...
by DerellLicht1
15 Jun 2025 01:01
Forum: Bugs
Topic: Solved: color quirks in Makefile
Replies: 4
Views: 338

Re: color quirks in Makefile

Interesting... hokay, I'll look into that... Since most of those "keywords" in makefile, are unique to my usage, probably it's not useful for me to forward them to anyone else!!! Later note: Aye!! That was perfect... There's still one minor quirk in Makefile; If I use backslash in a macro ...
by DerellLicht1
13 Jun 2025 22:14
Forum: Bugs
Topic: Solved: color quirks in Makefile
Replies: 4
Views: 338

Solved: color quirks in Makefile

This is a quirk, more than really a bug, but I wanted to ask about it... I've found that in Makefile files, RJTE seems to keep changing its mind about what colors to use for rendering... The attached image shows some of these anomalies... note that CFLAGS declaration is a different color than LiFLAG...
by DerellLicht1
05 Jun 2025 14:32
Forum: Questions
Topic: cannot reproduce: how do I fix auto-read-on-change ??
Replies: 3
Views: 412

Re: how do I fix auto-read-on-change ??

Well, I un-checked and re-checked that option in the options dialog, and now both of these files are auto-updated in the editor, so I don't know what was going on...

For now, I'll set this thread to "cannot reproduce"

:?:
by DerellLicht1
05 Jun 2025 14:25
Forum: Questions
Topic: cannot reproduce: how do I fix auto-read-on-change ??
Replies: 3
Views: 412

Re: how do I fix auto-read-on-change ??

Yep, that option is checked... There are two files that I typically view in RJTE, but update with external software; There is Makefile (which is updated by makedepend utility), and _lint.tmp (updated by PcLint)... I usually get a warning the first time that either of these files is changed, and I al...
by DerellLicht1
04 Jun 2025 21:47
Forum: Questions
Topic: cannot reproduce: how do I fix auto-read-on-change ??
Replies: 3
Views: 412

cannot reproduce: how do I fix auto-read-on-change ??

Somehow, at some point, I apparently answered a question wrong, and now when I make changes to any Makefile
(by running makedepend outside of RJTE), it does *not* update in RJTE ...
Where do I look for that flag, so I can reset it??
by DerellLicht1
03 Jun 2025 21:03
Forum: Bugs
Topic: FIXED: minor bug/question - S&R count
Replies: 2
Views: 1280

Re: FIXED: minor bug/question - S&R count

Works Great !!!! Thank ye so much!
by DerellLicht1
02 Jun 2025 00:12
Forum: Bugs
Topic: not a bug: how do I make RJTE actually support Unicode text ??
Replies: 2
Views: 416

Re: how do I make RJTE actually support Unicode text ??

Cool, thanks!! Yes,
Options -> File -> Open -> default encoding
does exactly what I wanted!!
by DerellLicht1
31 May 2025 23:17
Forum: Bugs
Topic: not a bug: how do I make RJTE actually support Unicode text ??
Replies: 2
Views: 416

not a bug: how do I make RJTE actually support Unicode text ??

I'm modifying a couple of console programs such that they support Unicode text... However, I don't seem to be able to actually store such strings in RJTE ... For example, this folder name that I use for testing (let's see if it even works here...) D:\SourceCode\Git\unicode_console Yes, Master?? > un...
by DerellLicht1
20 May 2025 23:34
Forum: Bugs
Topic: Rickard is In Absentia
Replies: 4
Views: 1042

Re: Rickard is In Absentia

Greetings, Master!!! Welcome back!!
I pray all is well with ye...
by DerellLicht1
20 May 2025 03:09
Forum: Bugs
Topic: Rickard is In Absentia
Replies: 4
Views: 1042

Re: Rickard is In Absentia

rjbill wrote: 17 May 2025 12:05 It looks like Rickard hasn't been on the forum since mid-March.

That is a bit concerning. Hope he is okay.
Yeah, I noticed this too... a bit disturbing...
by DerellLicht1
30 Apr 2025 23:20
Forum: Questions
Topic: Question about regular expressions
Replies: 4
Views: 1811

Re: Question about regular expressions

Excellent!! I will do so; thank you again!