Search found 1047 matches

by Rickard Johansson
28 Apr 2024 12:34
Forum: Next release
Topic: Version 16.20
Replies: 0
Views: 12

Version 16.20

----------------------------------------------------------- Version 16.20 (Apr 28, 2024) ----------------------------------------------------------- Recently closed files Added a checkbox in the recent files dropdown list (and on the Home page) to toggle between recently opened and recently closed f...
by Rickard Johansson
25 Apr 2024 12:57
Forum: Features
Topic: DONE: YET ANOTHER COLOR SETTING - UNLESS I MISSED IT
Replies: 1
Views: 54

Re: YET ANOTHER COLOR SETTING - UNLESS I MISSED IT

Added in next release (v16.20). Thanks!
by Rickard Johansson
19 Apr 2024 12:56
Forum: Bugs
Topic: POSSIBLE BRACE ERROR DETECTION ISSUE
Replies: 1
Views: 218

Re: POSSIBLE BRACE ERROR DETECTION ISSUE

Only the closest braces are highlighted. If you're inside ( | ) only the left and right braces are highlighted. The same if the cursor is to the right of the closing brace, e.g. ( ... )|

So you need to add a character, space or Return for the parent braces to become highlighted.

(( ... )*|
by Rickard Johansson
19 Apr 2024 12:34
Forum: Features
Topic: CODE SNIPPET CONTAINER
Replies: 4
Views: 232

Re: CODE SNIPPET CONTAINER

Abbreviations are not the same as snippets. They work the same as Emmet Abbreviations. E.g. Open a new .js file and type "try". abbrev01.png Press "TAB" to expand the abbreviation. abbrev02.png There are 2 abbreviations in the JScript section (probably should change it to JavaScr...
by Rickard Johansson
18 Apr 2024 19:49
Forum: Features
Topic: CODE SNIPPET CONTAINER
Replies: 4
Views: 232

Re: CODE SNIPPET CONTAINER

Do you mean something like the Text Clips panel?

clips.png
clips.png (7.05 KiB) Viewed 225 times
by Rickard Johansson
17 Apr 2024 13:18
Forum: Bugs
Topic: FIXED: CUSTOMIZE TOOLBOAR SORT ORDER ICONS - POSSIBLE ISSUE
Replies: 3
Views: 264

Re: CUSTOMIZE TOOLBOAR SORT ORDER ICONS - POSSIBLE ISSUE

Replaced the button components with another (used in other places like in options).
by Rickard Johansson
17 Apr 2024 11:50
Forum: Syntax files
Topic: SYNTAX ERROR QUESTION - EXCEL
Replies: 3
Views: 397

Re: SYNTAX ERROR QUESTION - EXCEL

You could do something like below. The downside is that comments and ' ' blocks are highlighted with the same color.

Excel.zip
(2.67 KiB) Downloaded 6 times
by Rickard Johansson
16 Apr 2024 16:28
Forum: Bugs
Topic: FIXED: CUSTOMIZE TOOLBOAR SORT ORDER ICONS - POSSIBLE ISSUE
Replies: 3
Views: 264

Re: CUSTOMIZE TOOLBOAR SORT ORDER ICONS - POSSIBLE ISSUE

That is strange... Do you see it every time you open the window? Even after a restart?
by Rickard Johansson
16 Apr 2024 15:04
Forum: Syntax files
Topic: SYNTAX ERROR QUESTION - EXCEL
Replies: 3
Views: 397

Re: SYNTAX ERROR QUESTION - EXCEL

I just took a quick look - and I think it's because you're using ' (single quote) for line comment, but in the text you're using it as a string?
by Rickard Johansson
16 Apr 2024 14:58
Forum: Features
Topic: DONE: NEW FILE SYNTAX ASSIGNMENT
Replies: 1
Views: 91

Re: NEW FILE SYNTAX ASSIGNMENT

Added as an option to the next release (v16.70). It's on by default.

Thanks!
by Rickard Johansson
16 Apr 2024 14:17
Forum: Bugs
Topic: FIXED: CURSOR DISSAPEARS
Replies: 2
Views: 130

Re: CURSOR DISSAPEARS

Fixed in next release. Thanks!
by Rickard Johansson
16 Apr 2024 14:06
Forum: Bugs
Topic: FIXED: CURSOR DISSAPEARS
Replies: 2
Views: 130

Re: CURSOR DISSAPEARS

It's caused by the option "Highlight all instances of the current word inside...".

I'll fix it :)
by Rickard Johansson
16 Apr 2024 13:36
Forum: Bugs
Topic: SOLVED? Tab Insert Spaces Option Not Working Correctly
Replies: 7
Views: 210

Re: Tab Insert Spaces Option Not Working Correctly

I think this is related to the .txt extension being assigned to a highlighter.

I'm marking this issue as solved.
by Rickard Johansson
16 Apr 2024 13:35
Forum: Bugs
Topic: SOLVED? SPACE BETWEEN LINES
Replies: 12
Views: 215

Re: SOLVED? SPACE BETWEEN LINES

I think this is related to the .txt extension being assigned to a highlighter.

I'm marking this issue as solved.