otoh, you can always load your html file into the browser of your choice, then whenever you edit the file, switch back to your browser and hit F5 (reload), to see the updated file...
I've been doing this for *years* with my own web page.
Search found 127 matches
- 07 Aug 2025 01:32
- Forum: Questions
- Topic: How do I add a new browser other than IE?
- Replies: 2
- Views: 47639
- 04 Aug 2025 21:00
- Forum: Bugs
- Topic: solved: html matching in cpp file
- Replies: 5
- Views: 23544
Re: minor issue: html matching in cpp file
Maybe I should remove those shortcuts and let users set shortcuts themselves :? I believe in the value of sane defaults; therefore I believe ^B should act as it currently does, and F1 should still invoke help :wink: Well, beyond that, there are different classes of editor shortcuts... Most of the s...
- 18 Jul 2025 14:14
- Forum: Bugs
- Topic: solved: html matching in cpp file
- Replies: 5
- Views: 23544
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!...
- 18 Jul 2025 02:50
- Forum: Bugs
- Topic: solved: html matching in cpp file
- Replies: 5
- Views: 23544
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 ...
- 29 Jun 2025 19:44
- Forum: Bugs
- Topic: Fixed: C++ paren auto-complete bug
- Replies: 6
- Views: 6642
Re: C++ paren auto-complete bug
YES!! That is perfect!! Thank you soooo much !!!!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.
- 28 Jun 2025 22:46
- Forum: Bugs
- Topic: Fixed: C++ paren auto-complete bug
- Replies: 6
- Views: 6642
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...
- 17 Jun 2025 17:49
- Forum: Bugs
- Topic: Fixed: C++ paren auto-complete bug
- Replies: 6
- Views: 6642
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...
- 17 Jun 2025 16:34
- Forum: Bugs
- Topic: Fixed: C++ paren auto-complete bug
- Replies: 6
- Views: 6642
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 ...
- 15 Jun 2025 01:01
- Forum: Bugs
- Topic: Solved: color quirks in Makefile
- Replies: 4
- Views: 6519
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 ...
- 13 Jun 2025 22:14
- Forum: Bugs
- Topic: Solved: color quirks in Makefile
- Replies: 4
- Views: 6519
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...
- 05 Jun 2025 14:32
- Forum: Questions
- Topic: cannot reproduce: how do I fix auto-read-on-change ??
- Replies: 3
- Views: 5489
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"

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

- 05 Jun 2025 14:25
- Forum: Questions
- Topic: cannot reproduce: how do I fix auto-read-on-change ??
- Replies: 3
- Views: 5489
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...
- 04 Jun 2025 21:47
- Forum: Questions
- Topic: cannot reproduce: how do I fix auto-read-on-change ??
- Replies: 3
- Views: 5489
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 running makedepend outside of RJTE), it does *not* update in RJTE ...
Where do I look for that flag, so I can reset it??
- 03 Jun 2025 21:03
- Forum: Bugs
- Topic: FIXED: minor bug/question - S&R count
- Replies: 2
- Views: 6182
Re: FIXED: minor bug/question - S&R count
Works Great !!!! Thank ye so much!
- 02 Jun 2025 00:12
- Forum: Bugs
- Topic: not a bug: how do I make RJTE actually support Unicode text ??
- Replies: 2
- Views: 5242
Re: how do I make RJTE actually support Unicode text ??
Cool, thanks!! Yes,
Options -> File -> Open -> default encoding
does exactly what I wanted!!
Options -> File -> Open -> default encoding
does exactly what I wanted!!