Page 26 of 27
Posted: Fri Jun 09, 2023 7:09 am
by DV
XBrackets v.7.9
- исправлено: при вставке текста в только что созданный документ (сразу после Файл -> Новый), скобки не подсвечивались пока окно редактирования не теряло фокус и не получало фокус опять
Re: XBrackets plugin
Posted: Wed Jan 17, 2024 10:16 am
by DV
XBrackets 8.0
+ добавлено: расширенная настройка для "Считать ' ' парой скобок"
- исправлено: функция GetNearestBracketsRange не учитывала, что вызов NearestBr_GetFoldOrQuoteFromAkelEdit может вернуть не ту пару скобок
Re: XBrackets plugin
Posted: Sun Mar 10, 2024 7:36 pm
by DV
XBrackets v.8.1
+ добавлено: gotobr.lines_vis_up, gotobr.lines_vis_down и gotobr.pair_line_diff
- исправлено: убрано мигание подсвеченных скобок при закрытии AkelPad
Re: XBrackets plugin
Posted: Tue Sep 03, 2024 8:55 pm
by Diamen
This plugin not support JSON files?
Re: XBrackets plugin
Posted: Thu Sep 05, 2024 8:00 am
by ewild
Diamen wrote: ↑Tue Sep 03, 2024 8:55 pm
This plugin not support JSON files?
This plugin does support .json files.
However, you might prefer to uncheck "In visible area only" check box in the plugin's settings; otherwise, the plugin won't highlight bracket pairs if only one of them is visible (while the other is out of the screen), which may pretty often occur in case of the .json files.

Re: XBrackets plugin
Posted: Mon Oct 07, 2024 6:33 pm
by Diamen
For me work only if I rename .json to .js. Why?
Re: XBrackets plugin
Posted: Mon Oct 07, 2024 11:43 pm
by ewild
Diamen wrote: ↑Mon Oct 07, 2024 6:33 pm
For me work only if I rename .json to .js. Why?
XBrackets-Eng.txt:
v.4.4 (May 2011)
* for AkelPad 4.6.0+
+ now XBrackets works closely with Coder (if Coder is available)
Hence, put an appropriate .coder file in the "AkelPad\AkelFiles\Plugs\Coder" folder.
For the .json files it could be "AkelPad\AkelFiles\Plugs\Coder\json.coder"
If you don't have one, you can a. make it yourself, b. put *.json extension in another suitable .coder file, or c. get it somewhere (and put it into the said folder), for example:
https://github.com/cuprum/AkelPad_coder ... json.coder
Re: XBrackets plugin
Posted: Tue Oct 08, 2024 4:30 am
by Diamen
I updated my old json.coder with this and now it work.
ty.
Re: XBrackets plugin
Posted: Thu Nov 14, 2024 4:45 pm
by Instructor
DV
В режиме PMDI после создания пустой вкладки и вставки туда текста со скобками, они начинают подсвечиваться только если убрать и вернуть фокус на окно редактирования.
Re: XBrackets plugin
Posted: Thu Nov 14, 2024 8:26 pm
by DV
Instructor wrote: ↑Thu Nov 14, 2024 4:45 pm
DV
В режиме PMDI после создания пустой вкладки и вставки туда текста со скобками, они начинают подсвечиваться только если убрать и вернуть фокус на окно редактирования.
Can't reproduce. As XBrackets has million of options, I most likely need a video recording of the issue plus the settings of XBrackets, Coder and AkelPad itself.
Re: XBrackets plugin
Posted: Sun Nov 17, 2024 5:53 pm
by Instructor
Re: XBrackets plugin
Posted: Sun Nov 17, 2024 7:48 pm
by DV
Unfortunately, I can't access yandex.ru.
Please, upload to some another fileupload site such as "upload.ee".
Re: XBrackets plugin
Posted: Sun Nov 24, 2024 4:35 pm
by Instructor
Re: XBrackets plugin
Posted: Mon Dec 02, 2024 8:19 pm
by DV
A tricky one that was to identify. But then the fix was easy

I've additionally fixed a few other issues. And, firstly in the history of AkelPad, I've built a 64-bit binary without the code related to non-Unicode Windows, thus producing a smaller and faster binary!
I'll take a few more days to verify that nothing has been broken after these latest changes.
Re: XBrackets plugin
Posted: Sun Dec 08, 2024 10:26 am
by Instructor
DV
В XBrackets 8.2 ошибка ушла, благодарю!