Search found 538 matches

by pjj
22 Jul 2023 18:37
Forum: Bugs
Topic: ??? Elusive LS tips
Replies: 1
Views: 1982

??? 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: 2895

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

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

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

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

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

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

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

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 ] ? :?
by pjj
23 Jun 2023 16:34
Forum: Bugs
Topic: FIXED: Tooltips in Code Explorer
Replies: 2
Views: 2046

Re: Tooltips in Code Explorer

The icons show different structure elements. What each structure element is - depends on the coding language. It could be a method, function, section, union, interface, selector... https://www.rj-texted.se/Forum/viewtopic.php?p=18884#p18884 Since the highlighter is known (of course) and symbols are...
by pjj
20 Jun 2023 08:40
Forum: General discussion
Topic: Open PDF files on RJ TextEd?
Replies: 2
Views: 2380

Re: Open PDF files on RJ TextEd?

Since you have put your posts into "General discussion" board, let's discuss 8) So, why would anyone want to read their PDF files inside their text editor? Why do you think it would be beneficial for the user and more convenient, compared to opening them in a specialized reader? I could im...
by pjj
20 Jun 2023 08:28
Forum: Syntax files
Topic: DONE: Could syntax highlighting for htmx and _hyperscript be implemented?
Replies: 3
Views: 2855

Re: Could syntax highlighting for htmx and _hyperscript be implemented?

Do you think it's worth trying? According to htmx author's own words, htmx is over. ...Okay, okay, it will be back in the afternoon, as always is. (For those of you who don't follow @htmx_org on Twitter , htmx is regularly "over", only to be "back" in a couple of hours/days later...
by pjj
13 Jun 2023 16:38
Forum: Bug reports
Topic: FIXED: [15.90b3] Code Explorer glitch with PHP class
Replies: 1
Views: 4571

FIXED: [15.90b3] Code Explorer glitch with PHP class

If a file contains PHP class, e.g. <?php class Vegetable { public $edible; public $color; public function __construct($edible, $color = "green") { $this->edible = $edible; $this->color = $color; } } this class "escapes" Module set: code-explorer-php-class.png
by pjj
13 Jun 2023 16:32
Forum: Bug reports
Topic: FIXED? [15.90b2&3] Editor hangs on return in PHP file
Replies: 3
Views: 2217

Re: [15.90b2&3] Editor hangs on return in PHP file

I think I nailed it: you need to have PHP language server running.