Search found 1046 matches

by Rickard Johansson
25 Apr 2024 12:57
Forum: Features
Topic: DONE: YET ANOTHER COLOR SETTING - UNLESS I MISSED IT
Replies: 1
Views: 31

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

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

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

Re: CODE SNIPPET CONTAINER

Do you mean something like the Text Clips panel?

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

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

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 5 times
by Rickard Johansson
16 Apr 2024 16:28
Forum: Bugs
Topic: FIXED: CUSTOMIZE TOOLBOAR SORT ORDER ICONS - POSSIBLE ISSUE
Replies: 3
Views: 260

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

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

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

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

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

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

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.
by Rickard Johansson
15 Apr 2024 14:09
Forum: Bugs
Topic: SOLVED: POSSIBLE SYNTAX NAME ERROR IN EDITOR
Replies: 2
Views: 126

Re: POSSIBLE SYNTAX NAME ERROR IN EDITOR

I noticed you're using the file extension .txt with the Excel highlighter.

You really should change it to something else... (.txt is reserved for plain text files)