Search found 2245 matches

by main Alexey
15.11.2024 11:40
Forum: Bugs, issues
Topic: Adding toolbar button to Run an AutoIT script
Replies: 5
Views: 96

Re: Adding toolbar button to Run an AutoIT script

>ExtTools and ExTerminal, though I am unable to get the output panel to show anything when I run a script. ExtTools tool properties must have option which tells to put output to Output panel. maybe it's called 'Capture output' or like this. did you set it? >ExTermilal.....Is there a way to set it t...
by main Alexey
14.11.2024 10:35
Forum: Bugs, issues
Topic: Adding toolbar button to Run an AutoIT script
Replies: 5
Views: 96

Re: Adding toolbar button to Run an AutoIT script

you need one of two plugins: External Tools (easier for you) or Runner (harder, it needs config in JSON file). the wiki shows examples of ExtTools plugin - how to run .exe apps. https://wiki.freepascal.org/CudaText_plugins So I need two buttons and confirmation all this is possible please. yes, all ...
by main Alexey
14.11.2024 10:29
Forum: Bugs, issues
Topic: AutoIT CudaLint help
Replies: 5
Views: 95

Re: AutoIT CudaLint help

not creating, but using the existing PATH variable.
it always exists.
it has N folders with ';' separator (AFAIR).
by main Alexey
14.11.2024 03:43
Forum: General (in Russian)
Topic: Разные недочеты/баги
Replies: 515
Views: 116385

Re: Разные недочеты/баги

mdv wrote: 13.11.2024 11:53
main Alexey wrote: 13.11.2024 11:10 попробуйте поменять ее на "cp1251".
Сделал, не помогло, до этого было "ansi"
поправил. теперь опция "fallback_encoding":"cp1251" применяется для этого 120Мб файла. будет в обновлении.
by main Alexey
14.11.2024 03:36
Forum: General (in Russian)
Topic: Разные недочеты/баги
Replies: 515
Views: 116385

Re: Разные недочеты/баги

mdv wrote: 13.11.2024 12:43 И еще, хотелось бы дополнительный режим перевода регистра по словам с учетом символа подчеркивания, как это было в SynWrite.
Т.е. сейчас aaa_bbb -> Aaa_bbb, в Syn'е - aaa_bbb -> Aaa_Bbb
поправил 'title case'. будет в обновлении.
by main Alexey
14.11.2024 03:22
Forum: Bugs, issues
Topic: AutoIT CudaLint help
Replies: 5
Views: 95

Re: AutoIT CudaLint help

>I don't know what you mean by add path to OS PATH. Where is that? Windows has PATH variable. https://stackoverflow.com/questions/44272416/how-to-add-a-folder-to-path-environment-variable-in-windows-10-with-screensho https://windowsloop.com/how-to-add-to-windows-path/ https://www.shellhacks.com/win...
by main Alexey
13.11.2024 19:45
Forum: Bugs, issues
Topic: AutoIT CudaLint help
Replies: 5
Views: 95

Re: AutoIT CudaLint help

What you can try 1. add path to AutoIT checker .exe file to OS PATH (in the OS control panel). 2. if you still write full path - must ESCAPE backslashes!!! you did not. make each '\' char doubled. 2b. i am not sure the full quoted path will be supported, did not test. you can fix the full path using...
by main Alexey
13.11.2024 11:10
Forum: General (in Russian)
Topic: Разные недочеты/баги
Replies: 515
Views: 116385

Re: Разные недочеты/баги

>есть ли возможность как-то сократить список возможных кодировок? в меню кодировок? нету. >На большом файле неправильно определяется кодировка: вместо cp1251 ставится cp1252. вообще-то в проге нет детекта ср1251. алгоритм детекта описан тут https://wiki.freepascal.org/CudaText#Encoding_detection там...
by main Alexey
13.11.2024 10:55
Forum: Plugins
Topic: plugin 'Disable picture viewer'
Replies: 0
Views: 37

plugin 'Disable picture viewer'

CudaText plugin. It disables internal picture viewer (see Python code for possible file-types: png/jpeg/bmp/ico). Instead CudaText will open these files in internal hex viewer. Plugin is not in addons-manager. It is too tiny. To install: call "Plugins / Addons Manager / Install from Git", ...
by main Alexey
07.11.2024 08:11
Forum: General - CudaText
Topic: Minimap color when hilited?
Replies: 2
Views: 111

Re: Minimap color when hilited?

Background color of minimap active area is dimmed by N % from original BackGnd color. there is no option for it.