Search found 130 matches

by DerellLicht1
18 Jul 2025 14:14
Forum: Bugs
Topic: solved: html matching in cpp file
Replies: 4
Views: 82

Re: minor issue: html matching in cpp file

Okay, that's interesting... So I've been using RJTE for several years now, and only *now* am I discovering that it doesn't have per-extension key mappings?? My previous editor *did* have that, and I guess I just assumed this one would too!! Anyway, now that I know, that's fine, I can live with that!...
by DerellLicht1
18 Jul 2025 02:50
Forum: Bugs
Topic: solved: html matching in cpp file
Replies: 4
Views: 82

solved: html matching in cpp file

This has actually been going on for quite a while, but it isn't all that awful, it's just odd... When I'm editing a .cpp file, and I type Control-B, I get this: <b></b>void getx_clear_output_str(void) so the .cpp parser seems to be handling Ctrl-B as a "select Bold attribute" command... I ...
by DerellLicht1
29 Jun 2025 19:44
Forum: Bugs
Topic: Fixed: C++ paren auto-complete bug
Replies: 6
Views: 730

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.
YES!! That is perfect!! Thank you soooo much !!!!
by DerellLicht1
28 Jun 2025 22:46
Forum: Bugs
Topic: Fixed: C++ paren auto-complete bug
Replies: 6
Views: 730

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: Fixed: C++ paren auto-complete bug
Replies: 6
Views: 730

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: Fixed: C++ paren auto-complete bug
Replies: 6
Views: 730

Fixed: 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: 555

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: 555

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: 571

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: 571

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: 571

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: 1464

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: 580

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: 580

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: 1280

Re: Rickard is In Absentia

Greetings, Master!!! Welcome back!!
I pray all is well with ye...