Search found 956 matches
- 09 Jun 2023 12:00
- Forum: Bug reports
- Topic: FIXED: [15.90b2] Bug in setting right margin with a mouse
- Replies: 1
- Views: 54
Re: [15.90b2] Bug in setting right margin with a mouse
Fixed in next beta release. Thanks!
- 08 Jun 2023 17:13
- Forum: Bug reports
- Topic: DONE? [15.90b2] Favourites in Code Explorer
- Replies: 1
- Views: 45
Re: [15.90b2] Favourites in Code Explorer
Addressed most issues in next beta version. Thanks!
- 08 Jun 2023 14:38
- Forum: Development - Beta Versions
- Topic: Version 15.90 beta 2
- Replies: 2
- Views: 143
Re: Version 15.90 beta 2
The icons show different structure elements. What each structure element is - depends on the coding language. It could be a method, function, section, union, interface, selector...
- 08 Jun 2023 14:35
- Forum: Bug reports
- Topic: FIXED: [15.90b2] Code Explorer/Module missing function
- Replies: 1
- Views: 44
Re: [15.90b2] Code Explorer/Module missing function
Fixed in next beta version. Thanks!
- 31 May 2023 13:26
- Forum: Development - Beta Versions
- Topic: Version 15.90 beta 2
- Replies: 2
- Views: 143
Version 15.90 beta 2
----------------------------------------------------------- Version 15.90 (May 30, 2023) ----------------------------------------------------------- Code Explorer Made several changes to the code explorer. All icons for method, property... have been removed and replaced with more general structure s...
- 30 May 2023 17:44
- Forum: Bugs
- Topic: HTML code folding vs. XML code folding
- Replies: 1
- Views: 326
Re: HTML code folding vs. XML code folding
Folding in XML is entirely indention based. So folding may end one line above the end tag. Including the end tag in the fold could cause other issues e.g. if the line contain another start tag.
In HTML some tags are named and the end tag is included.
Code: Select all
</end><start>
- 30 May 2023 17:26
- Forum: Bugs
- Topic: FIXED? Search term stuck if changed after switching to Find from Goto
- Replies: 1
- Views: 164
Re: Search term stuck if changed after switching to Find from Goto
Should work as expected in v15.90 beta 2. Thanks!
- 30 May 2023 17:12
- Forum: Bugs
- Topic: FIXED: Emmet bug - grouping/multiplier
- Replies: 1
- Views: 69
Re: Emmet bug - grouping/multiplier
Fixed in v15.90 beta 2. Thanks!
- 30 May 2023 16:38
- Forum: Bugs
- Topic: FIXED? Code Explorer Module section bugs in CSS
- Replies: 1
- Views: 80
Re: Code Explorer Module section bugs in CSS
Fixed most in v15.90 beta 2. Some things can not easily be changed. Selectors on multiple lines are not collected and displayed. The editor doesn't know what a selector is or how must to collect. In some languages - collecting everything before { could result a very large string. Elements inside { }...
- 30 May 2023 16:34
- Forum: Bugs
- Topic: FIXED? Bugs in Code Explorer panel
- Replies: 1
- Views: 62
Re: Bugs in Code Explorer panel
I think I've fixed all issues in v15.90 beta 2. Thanks!
- 22 May 2023 13:36
- Forum: Development - Beta Versions
- Topic: Version 15.90 beta 1
- Replies: 0
- Views: 132
Version 15.90 beta 1
----------------------------------------------------------- Version 15.90 (May 22, 2023) ----------------------------------------------------------- Activate highlighter when opening a file I've added new options to activate a highlighter if a new file type is opened and the file extension and highl...
- 19 May 2023 18:30
- Forum: Bugs
- Topic: FIXED? Highlight CSS color values is highlighting HTML entities
- Replies: 6
- Views: 256
Re: Highlight CSS color values is highlighting HTML entities
Made some changes and fixed a few issues with color value highlighting and color hints in v15.90.
Not sure it fixes this issue though, since I can't reproduce it. But I did notice some highlighting issues while testing.
Not sure it fixes this issue though, since I can't reproduce it. But I did notice some highlighting issues while testing.
- 19 May 2023 14:31
- Forum: Features
- Topic: DONE: ability to change highlight/style of unmatched brace
- Replies: 12
- Views: 472
Re: DONE: ability to change highlight/style of unmatched brace
I can't reproduce this or see anything that would cause this, unless you've modified the syntax file.
I did make a small improvement to use the error foreground color as font color with all options (underline, frame...).
I did make a small improvement to use the error foreground color as font color with all options (underline, frame...).
- 19 May 2023 13:27
- Forum: Features
- Topic: DONE: Include backtick in [automatically enclose selection with quotes]
- Replies: 1
- Views: 199
Re: Include backtick in [automatically enclose selection with quotes]
Done in v15.90. Thanks!
- 19 May 2023 11:13
- Forum: Bugs
- Topic: FIXED? Highlight CSS color values is highlighting HTML entities
- Replies: 6
- Views: 256
Re: Highlight CSS color values is highlighting HTML entities
Maybe you could post an image showing the issue?