Search found 1056 matches

by Rickard Johansson
05 May 2024 16:57
Forum: Bugs
Topic: Not displaying text lines correctly
Replies: 2
Views: 35

Re: Not displaying text lines correctly

Do you use word wrap?

Can you post an example file (or send by email)? Maybe with some steps to (possibly) reproduce it?
by Rickard Johansson
05 May 2024 16:55
Forum: Bugs
Topic: DONE: Much too long URL in RMC menu
Replies: 1
Views: 19

Re: Much too long URL in RMC menu

Done in next release. Thanks!
by Rickard Johansson
04 May 2024 13:13
Forum: Bugs
Topic: FIXED: Too much of pointer cursor
Replies: 1
Views: 33

Re: Too much of pointer cursor

Fixed in next release. Thanks!
by Rickard Johansson
03 May 2024 18:55
Forum: Development - Beta Versions
Topic: Version 16.20 beta 2
Replies: 1
Views: 49

Version 16.20 beta 2

----------------------------------------------------------- Version 16.20 (May 1, 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 fi...
by Rickard Johansson
03 May 2024 14:17
Forum: Bugs
Topic: FIXED: Not remembering last file edited
Replies: 1
Views: 91

Re: Not remembering last file edited

Fixed in next release. Thanks!
by Rickard Johansson
01 May 2024 16:42
Forum: Bugs
Topic: FIXED? Inconsistent highlighting in PHP
Replies: 2
Views: 128

Re: Inconsistent highlighting in PHP

The following change in the syntax file seems to fix it:

Code: Select all

#MethodDecl method=(?<=::)[\w-_]+(?=\s?[(])
#Methods=[\w-_]+(?=\s?[(])
by Rickard Johansson
01 May 2024 15:14
Forum: Bugs
Topic: FIXED: Selected Text Default for Find
Replies: 1
Views: 54

Re: Selected Text Default for Find

I changed the combo box components and the case sensitive option was unchecked.

It's fixed in next release.
by Rickard Johansson
01 May 2024 14:20
Forum: Bugs
Topic: Hang on ctrl+home after ctrl+End
Replies: 4
Views: 77

Re: Hang on ctrl+home after ctrl+End

I think I'm going to need an example file. I've tried with files larger than 500 MB without any issues.
by Rickard Johansson
30 Apr 2024 16:38
Forum: Bugs
Topic: Hang on ctrl+home after ctrl+End
Replies: 4
Views: 77

Re: Hang on ctrl+home after ctrl+End

There is an option to "Open large files as plain text". It's turned off by default, but should perhaps be turned on.

It seems most editors have a limit and turns off the highlighter when the file size gets too large...
by Rickard Johansson
29 Apr 2024 12:39
Forum: Development - Beta Versions
Topic: Version 16.20 beta 1
Replies: 0
Views: 80

Version 16.20 beta 1

Note that not all language files have been updated! ----------------------------------------------------------- Version 16.20 (Apr 28, 2024) ----------------------------------------------------------- Recently closed files Added a checkbox in the recent files dropdown list (and on the Home page) to ...
by Rickard Johansson
28 Apr 2024 12:34
Forum: Next release
Topic: Version 16.20
Replies: 1
Views: 195

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

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

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

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...