Search found 538 matches

by pjj
13 Jun 2023 15:15
Forum: Bug reports
Topic: FIXED? [15.90b2&3] Editor hangs on return in PHP file
Replies: 3
Views: 2236

FIXED? [15.90b2&3] Editor hangs on return in PHP file

When I place the caret just after opening PHP tag sitting on the first line of a file and hit the return key, the editor immediately hangs. Sometimes when I extend selection to the first line with opening PHP tag, editor hangs as well. This happened with beta2 and is happening with beta 3, too.
by pjj
10 Jun 2023 06:40
Forum: Questions
Topic: Change colour or transparency of hints?
Replies: 2
Views: 2740

Re: Change colour or transparency of hints?

Its header uses the same color as document map background, but changing it didn't alter background of the tip's header. Yes, it would be great to have this possibility, and also to change LSP tips color as well.
by pjj
07 Jun 2023 08:39
Forum: Bugs
Topic: FIXED: Cruft in LS tip with function details
Replies: 3
Views: 2921

FIXED: Cruft in LS tip with function details

I have a language server running and it's doing great. I have my library of custom functions in one file, too. If this file is not open, LS doesn't scan it, so it doesn't know my functions, so understandably it displays "undefined function" message: undefined function.png When I open my li...
by pjj
07 Jun 2023 07:08
Forum: Questions
Topic: The word count function does not display all duplicate matches, how to display them?
Replies: 3
Views: 2532

Re: The word count function does not display all duplicate matches, how to display them?

Not exactly a solution to your problem, but you can check "List all items found" in "Output options" and click on [Find All] -- Search Results panel will open up with all results (even duplicate) listed; you can then RMC > Export > Export as text to clipboard; there will be some ...
by pjj
06 Jun 2023 12:18
Forum: Bug reports
Topic: FIXED: [15.90b2] Bug in setting right margin with a mouse
Replies: 1
Views: 3125

FIXED: [15.90b2] Bug in setting right margin with a mouse

I'm not sure if this is beta-related bug, but I never saw it before. (I just sent you an automated crash report after fiddling with right margin.) So, I have right margin set to 100. If I have word-wrap on and I change it (usually it happens by accident) with a mouse to, say 20, text reflows just fi...
by pjj
05 Jun 2023 08:27
Forum: Bugs
Topic: FIXED: Small glitch in Options modal window
Replies: 1
Views: 2867

FIXED: Small glitch in Options modal window

Some controls are blocked out by other ones:
options.png
options.png (34.29 KiB) Viewed 2867 times
by pjj
05 Jun 2023 08:24
Forum: Features
Topic: Sidebar Toggle
Replies: 5
Views: 2919

Re: Sidebar Toggle

FWIW I have a sidebar with four panels and clicking on the pin icon switches them on/off together, so there's no need to close nor to restore them one by one (same goes for my bottombar, btw). Plus then having to re-adjust the size of the panels. Re-adjust the size? My panels are maxed in height, so...
by pjj
01 Jun 2023 09:01
Forum: Bug reports
Topic: FIXED? [15.90b2] Code Explorer "Tags" tab and XML files
Replies: 1
Views: 3797

FIXED? [15.90b2] Code Explorer "Tags" tab and XML files

This is my XML file for testing: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <!DOCTYPE teST [ <!ENTITY nbsp "&#160;"> ]> <test> <js> <jquery active="true" version="3.6.0"/> <htmx active="false" boost="true&quo...
by pjj
01 Jun 2023 08:00
Forum: Bug reports
Topic: FIXED: [15.90b2] Code Explorer/Module missing function
Replies: 1
Views: 3617

FIXED: [15.90b2] Code Explorer/Module missing function

So I have this JavaScript file: $.fn.dataTable.ext.type.detect.unshift(function (d) { return d === 'one' || d === 'two' || d === 'three' ? 'status-grade' : null; }); // ---- datatables $(document).ready(function() { /* sort on status */ $.fn.dataTable.ext.type.order['status-grade-pre'] = function (d...
by pjj
01 Jun 2023 07:52
Forum: Development - Beta Versions
Topic: Version 15.90 beta 2
Replies: 2
Views: 3233

Re: Version 15.90 beta 2

Code Explorer Made several changes to the code explorer. All icons for method, property... have been removed and replaced with more general structure symbols, which makes it easier to use with different languages. And less confusing. There are five icons with the same tooltip text: "Symbol fil...
by pjj
31 May 2023 20:13
Forum: Bug reports
Topic: DONE? [15.90b2] Favourites in Code Explorer
Replies: 1
Views: 3721

DONE? [15.90b2] Favourites in Code Explorer

Many thanks for the bug fixes! ...Here are some more to look into: 1) there's "Add to favorites" button on the topmost Code Explorer area; when clicked, it adds "Modules", "Odo" and "Favorites" to Favorites 8) I guess it should be removed altogether 2) when an...
by pjj
27 May 2023 14:08
Forum: Bugs
Topic: FIXED? Code Explorer Module section bugs in CSS
Replies: 1
Views: 2696

FIXED? Code Explorer Module section bugs in CSS

1) Please do not strip leading dot nor hash, so it is at once recognizable if an entry is a class, id, or tag (additionally using colors for different types would be great, too). 2) Parsing rules probably need some tweaking: of these three on the screenshot below only .three is recognized as a [P]ro...
by pjj
27 May 2023 13:34
Forum: Bugs
Topic: FIXED? Bugs in Code Explorer panel
Replies: 1
Views: 1682

FIXED? Bugs in Code Explorer panel

I have listed some feature requests for Code Explorer panel ; here go some bugs found there: 1) After adding a TODO as a favorite, only it's "icon" (i.e. "grade" number) is displayed 2) Both TODOs and Notes have green background (that of Notes) 3) Changing "grade" of TO...
by pjj
27 May 2023 12:26
Forum: Features
Topic: Enhancements for Code Explorer panel
Replies: 0
Views: 6117

Enhancements for Code Explorer panel

I've been using Code Explorer panel mostly to look at my TODOs, but I'd love to use it more. There are some shortcomings, though, so I ask you to kindly consider these points: 1) Seems like not all files need to display the CE elements (I mean Module/TODO/Favorites), this is the case with text files...