Page 6 of 27
Posted: Thu Feb 26, 2009 11:26 am
by DV
XBrackets v.2.5
+ now you can specify file types to skip brackets after //
+ better AkelEdit support
+ other small improvements/fixes
Posted: Fri Mar 06, 2009 1:12 pm
by DV
XBrackets v.2.6
+ new function: SelToMatchingBracket
- fixed: splitted windows support in AkelPad 4.1.6
Posted: Sun Mar 08, 2009 7:20 am
by Tony
Спасибо, всё отлично работает.
Последнее чего нехватает это подцветки кавычек и апострофов.
Posted: Sun Mar 08, 2009 5:34 pm
by DV
Tony wrote:Последнее чего нехватает это подцветки кавычек и апострофов.
Пару лет назад я об этом писал:
...подсветка кавычек не была сделана потому, что с кавычками непонятно, где начальная, а где конечная, из-за того, что они одинаковые.
P.S.
Кстати, всех с 8 Марта!!!

Posted: Thu Mar 12, 2009 1:59 pm
by okruzhor
Есть ли перспективы учёта длинных скобок вроде <table> .... </table> ? Если вопрос в том , нужно ли оно кому , так оно таки нужно

Posted: Tue Mar 17, 2009 12:37 pm
by DV
okruzhor wrote:Есть ли перспективы учёта длинных скобок вроде <table> .... </table> ?
Вряд ли.
Double-byte-symbol
Posted: Sat Mar 28, 2009 2:27 am
by cnnnc
I very like this Plugin. Thanks!
I have an idea that Does it possible to make Xbrackets support custom couple of brackets even Double-byte-symbol.
----------
Regards
Re: Double-byte-symbol
Posted: Mon Mar 30, 2009 7:56 am
by DV
cnnnc wrote:support custom couple of brackets even Double-byte-symbol.
Do you mean something like this?
« -- Alt+171, U+00AB -- Left-Pointing Double Angle Quotation Mark
» -- Alt+187, U+00BB -- Right-Pointing Double Angle Quotation Mark
“ -- Alt_147, U+201C -- Left Double Quotation Mark
” -- Alt_148, U+201D -- Right Double Quotation Mark
Actually, I don't know how much similar "specific" bracket pairs exist, and how these "specific" brackets can be typed (I tried, for example, Alt+171 as mentioned above, but did not get the same symbol).
Posted: Mon Mar 30, 2009 12:22 pm
by Instructor
Что-то в версии 3.7.0 плагин не реагирует на GotoToMachingBracket и не подсвечивает.
Posted: Mon Mar 30, 2009 1:43 pm
by DV
Instructor wrote:Что-то в версии 3.7.0 плагин не реагирует на GotoToMachingBracket и не подсвечивает.
Похоже, это потому, что 3.7.0 выставляет параметр pd->bAkelEdit в TRUE. Или же для 3.7.0 должен использоваться не такой AkelDLL.h, как для версий 4.х?
Posted: Mon Mar 30, 2009 2:11 pm
by Instructor
DV
Точно, исправил.
Re: Double-byte-symbol
Posted: Thu Apr 16, 2009 1:44 pm
by yyq3663
cnnnc wrote:I very like this Plugin. Thanks!
I have an idea that Does it possible to make Xbrackets support custom couple of brackets even Double-byte-symbol.
----------
Regards
DV wrote:cnnnc wrote:support custom couple of brackets even Double-byte-symbol.
Do you mean something like this?
« -- Alt+171, U+00AB -- Left-Pointing Double Angle Quotation Mark
» -- Alt+187, U+00BB -- Right-Pointing Double Angle Quotation Mark
“ -- Alt_147, U+201C -- Left Double Quotation Mark
” -- Alt_148, U+201D -- Right Double Quotation Mark
Actually, I don't know how much similar "specific" bracket pairs exist, and how these "specific" brackets can be typed (I tried, for example, Alt+171 as mentioned above, but did not get the same symbol).
I hope the plugin can support chinese symbols,such as :《》“”(){}〔〕‘’and <>""(){}[]''.
thanks
Re: Double-byte-symbol
Posted: Fri Apr 17, 2009 2:55 am
by cnnnc
DV wrote:Actually, I don't know how much similar "specific" bracket pairs exist, and how these "specific" brackets can be typed (I tried, for example, Alt+171 as mentioned above, but did not get the same symbol).
Yes, that's what I mean. But you don't need know how much bracket-pair exist, it's user's job. The job need you to do is let Xbrackets support a custom bracket-pair list from section like [bracketpairs] in "Xbrackets.ini", it's come from user's define.
Re: Double-byte-symbol
Posted: Thu Apr 23, 2009 9:14 am
by DV
cnnnc wrote:The job need you to do is let Xbrackets support a custom bracket-pair list from section like [bracketpairs] in "Xbrackets.ini", it's come from user's define.
Currently all the rules are hard-coded, so such new feature will need some architecture re-design. Going further, such architecture re-design will assume that all the hard-coded rules may also be placed into some external configuration file which will allow the plugin to be fully user-configurable. This is very good but assumes a lot of work which I don't want to do now. Actually, I'm satisfied with current implementation and don't need more. As the source code of all the plugins is open, anyone can modify it and suggest the improvements.
Posted: Mon Oct 12, 2009 1:11 pm
by indvdum
Попробовал сейчас использовать этот плагин и появилась пара пожеланий:
1. Подсвечиваются пары скобок, находящиеся с обеих сторон от курсора. Думаю это есть не совсем правильно и слегка сбивает с толку. Желательно бы конечно подсвечивать только ту пару, одна из скобок которой находится перед курсором.
2. При вводе закрывающей скобки (а это быстрее, нежели переводить курсор в положение после закрывающей скобки клавишей End или стрелками Left и Right) желательно, чтобы учитывалось, есть ли уже на месте вводимого символа закрывающая скобка (скорее всего созданная плагином);и если есть - то замещать существующую. Т.е. чтобы не получалось две подряд закрывающие скобки.