Search found 1051 matches

by Rickard Johansson
19 Apr 2024 12:56
Forum: Bugs
Topic: POSSIBLE BRACE ERROR DETECTION ISSUE
Replies: 1
Views: 127

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: 3
Views: 77

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: 3
Views: 77

Re: CODE SNIPPET CONTAINER

Do you mean something like the Text Clips panel?

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

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

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

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

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

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

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

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

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

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

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)
by Rickard Johansson
15 Apr 2024 13:15
Forum: Bugs
Topic: SOLVED? SPACE BETWEEN LINES
Replies: 12
Views: 196

Re: SPACE BETWEEN LINES

I think most of your issues are related to some kind of syntax highlighter issue. It's not normal for the syntax to change back to Text File.

If you figure out why the syntax is changing (when changing options) you may solve a lot of your issues.