Search found 525 matches

by pjj
07 Aug 2023 08:16
Forum: Syntax files
Topic: PureBasic Syntax
Replies: 1
Views: 4500

Re: PureBasic Syntax

You have defined some keyword groups (Constants, Others, dStructure, etc.) and all of them should be now available for setting colors in the usual place, i.e. Environment > Themes > ( pick your theme ) > Customize... > [Syntax highlighting] > %your highlighter%, where you can set them for the chosen...
by pjj
03 Aug 2023 18:52
Forum: Bugs
Topic: FIXED: Tweak needed for Options window quick search
Replies: 1
Views: 985

FIXED: Tweak needed for Options window quick search

Not a bug, but I think this could be amended for a better UX: when you search Options for certain keywords (like "tab" or "font"), what you get is a long list of various settings that are not directly pertinent to your search, because also names of Options sections are taken into...
by pjj
03 Aug 2023 18:33
Forum: Bugs
Topic: FIXED: jumping cursor issue: new data
Replies: 9
Views: 1624

Re: jumping cursor issue: new data

DerellLicht1 wrote: 03 Aug 2023 16:24 I have a feeling this is produced by some combination of options that I have configured, but no telling what they are...
You very well may be right: I tried different combinations of settings at my end (tab, cursor, font...), yet no luck :(
by pjj
02 Aug 2023 07:16
Forum: Bugs
Topic: FIXED: jumping cursor issue: new data
Replies: 9
Views: 1624

Re: jumping cursor issue: new data

Maybe Rickard -- or someone else -- will be able to confirm this, but I couldn't: no cursor jumping for me.
by pjj
28 Jul 2023 11:48
Forum: Bugs
Topic: FIXED: Use standard spaces for indentation in "Copy as HTML"
Replies: 1
Views: 911

FIXED: Use standard spaces for indentation in "Copy as HTML"

I just read an interesting article Is highlight.js Harmful for Your Site? and, convinced by author's arguments, I immediately embarked to find out if RJ TE can export code clips with highlighting. As it turned out, it... can 8) Of course! So far, so good, but when I exported it, saved and inspected ...
by pjj
22 Jul 2023 18:37
Forum: Bugs
Topic: ??? Elusive LS tips
Replies: 1
Views: 953

??? Elusive LS tips

On language errors LS tips are shown; however, they're hard to reach with mouse cursor: ezgif-1-4f7ff545ad.gif First try in the screen capture above is successful; the second one not so much, since when the cursor starts from a place further away LS tip disappears before cursor can be put over it. I...
by pjj
14 Jul 2023 20:13
Forum: Features
Topic: Sidebar Toggle
Replies: 5
Views: 1302

Re: Sidebar Toggle

Why don't you "stack" all three of them into one area, so you have three tabs at the bottom of this panel? I have four (see my screenshot above): Project, Code Explorer, Text Clips and Document Symbols and I can pin/unpin my sidebar with one click (or one key combination -- TogglePanelsLef...
by pjj
07 Jul 2023 08:37
Forum: Bugs
Topic: RJTe Bug: Editor improperly closed - Do you wish to recover
Replies: 16
Views: 2940

Re: RJTe Bug: Editor improperly closed - Do you wish to recover

Programs should not do that when windows is restarted or closed down. Each process is only given a small amount of time to close. If windows decide a process is taking to much time (like displaying user prompts) - it may simply kill the process. So we need to do things quickly. The editor can edit ...
by pjj
06 Jul 2023 11:03
Forum: Bugs
Topic: RJTe Bug: Editor improperly closed - Do you wish to recover
Replies: 16
Views: 2940

Re: RJTe Bug: Editor improperly closed - Do you wish to recover

It is indeed confusing for me, because I always assumed that when shutting down, Windows sends a signal to all open programs "We're closing, folks", and then all programs close normally, asking "Do you want to save unsaved file?" etc. And in my case there were never any files in ...
by pjj
06 Jul 2023 06:49
Forum: Bugs
Topic: RJTe Bug: Editor improperly closed - Do you wish to recover
Replies: 16
Views: 2940

Re: RJTe Bug: Editor improperly closed - Do you wish to recover

But @rickard fixed this issue for me long ago; I no longer see this problem with the current editor... And that's the thing: he fixed it for you , and now he needs to fix it for me 8) It seems that, as per Rickard's comment, you (once) clicked on "Yes to All", while I, not knowing what it...
by pjj
05 Jul 2023 18:08
Forum: Bugs
Topic: RJTe Bug: Editor improperly closed - Do you wish to recover
Replies: 16
Views: 2940

Re: RJTe Bug: Editor improperly closed - Do you wish to recover

If you can replicate it at will - https://media3.giphy.com/media/zWngqI4fOr7iw/giphy.gif First off, I have placed DebugOut.txt as per your instructions, but no log file was produced :? maybe tell me what files are inside the <AppData>\Roaming\RJ TextEd\temp folder, when you close the program. If th...
by pjj
05 Jul 2023 16:46
Forum: Bugs
Topic: RJTe Bug: Editor improperly closed - Do you wish to recover
Replies: 16
Views: 2940

Re: RJTe Bug: Editor improperly closed - Do you wish to recover

This happens to me almost all the time (or maybe just all the time) when I close Windows without manually closing RJ TE.
by pjj
01 Jul 2023 14:52
Forum: Bugs
Topic: FIXED: Cruft in LS tip with function details
Replies: 3
Views: 1240

Re: Cruft in LS tip with function details

Rickard Johansson wrote: 01 Jul 2023 13:14 Paths to library files can be added in the LSP server settings dialog (paths).
Yeah, I found it in the meantime :oops: Thank you!
by pjj
27 Jun 2023 07:09
Forum: Questions
Topic: found: how to add another extension to a syntax file??
Replies: 2
Views: 1108

Re: found: how to add another extension to a syntax file??

Okaaay... And why is it preferable to Environment > Add-ons > Highlighters > %lang% > File extensions > [ Add ] ? :?