Search found 55 matches

by Stem75
11.09.2024 23:26
Forum: Issues solved
Topic: Settings - theme - syntax (borders)
Replies: 10
Views: 6137

Re: Settings - theme - syntax (borders)

I think all it was needed was an update of the plugin.
It was in front of my eyes...
It is working now as you have suggested. Thanks.
P.S. Is there a way to delete the whole topic;
by Stem75
11.09.2024 17:32
Forum: Issues solved
Topic: Settings - theme - syntax (borders)
Replies: 10
Views: 6137

Re: Settings - theme - syntax (borders)

I have send them.
by Stem75
11.09.2024 13:56
Forum: Issues solved
Topic: Settings - theme - syntax (borders)
Replies: 10
Views: 6137

Re: Settings - theme - syntax (borders)

If i understand it right you are telling me to replace IncludeBG1 with "Lex_": { "Type": 1, "Styles": "", "CFont": "#000000", "CBack": "#C0DCC0", "CBorder": "#0000FF", "Border": "0,0,0,...
by Stem75
11.09.2024 11:49
Forum: Issues solved
Topic: Settings - theme - syntax (borders)
Replies: 10
Views: 6137

Re: Settings - theme - syntax (borders)

In Options - (settings - plugins) - highlight occurrences - config I am setting: theme_item_current = BrcketBG (default) IncludeBG1 (user) theme_item_other = BrcketBG (default) IncludeBG2 (user) Then in Cudatext\data\themes\My_default.cuda-theme-syntax I am editing IncludeBG1 - IncludeBG2 "Lex_...
by Stem75
11.09.2024 08:17
Forum: Issues solved
Topic: Settings - theme - syntax (borders)
Replies: 10
Views: 6137

Re: Settings - theme - syntax (borders)

So this doesn't apply when i open an .ini file which uses
Cudatext\data\lexliblite\Ini files.cuda-litelexer

with my default syntax theme.

I made the changes that you have post with borders 0,0,0,1 and it doesn't work.
by Stem75
10.09.2024 19:46
Forum: Issues solved
Topic: Settings - theme - syntax (borders)
Replies: 10
Views: 6137

Settings - theme - syntax (borders)

I don't know if it is a bug or the default setting. In settings - theme - syntax I can't setup the borders of the ( IncludeBG1-2-3-4, SectionBG1-2-3-4 and LightBG1-2-3-4-5 ) because when i enter "Border" : "0,0,0,1" all 4 of them are enabled or all disabled with 0. And the highli...
by Stem75
07.09.2024 17:36
Forum: Lexers
Topic: foobar2000 - Mp3tag Title_formatting Lexer
Replies: 42
Views: 16812

Re: foobar2000 - Mp3tag Title_formatting Lexer

Here is the autocomplete file (it is merged with the lexer in the first post).
added 2024-09-07
Autocomplete ( foobar_Mp3tag ).zip
(7.47 KiB) Downloaded 100 times

Is not working as i wanted to (because of
the nature of the script writing) but for the completion of the pack and if someone finds it useful...
by Stem75
07.09.2024 17:22
Forum: Lexers
Topic: foobar2000 - Mp3tag Title_formatting Lexer
Replies: 42
Views: 16812

Re: foobar2000 - Mp3tag Title_formatting Lexer

You mean to upload it to the first post;
by Stem75
07.09.2024 14:25
Forum: Lexers
Topic: foobar2000 - Mp3tag Title_formatting Lexer
Replies: 42
Views: 16812

Re: foobar2000 - Mp3tag Title_formatting Lexer

I updated the first post with the VS Code snippets.

And an update to the Lexer ( added two new words in the Query highlight ).

Also i updated the List.txt snippets with many new words.

For me it seems to work OK but have a look at it.
by Stem75
07.09.2024 13:44
Forum: Lexers
Topic: foobar2000 - Mp3tag Title_formatting Lexer
Replies: 42
Views: 16812

Re: foobar2000 - Mp3tag Title_formatting Lexer

I am trying to make the autocomplete file .acp with some values as test. I am entering the $if(,,) successfully but when i try to add %artist% with autocomplete (manually i can write it) here $If(here,,) as $if(%artist%,,) it removes the 2 commas and it inserts as $if(%artist%). Also if i enter %art...