On Mon, Aug 23, 2010 at 9:19 AM, Sergey Khorev wrote:
>> Solution:
>>    Define a netbeans annotation for each breakpoint, instead of a
>>    common annotation for all breakpoints.
>
> Great stuff! Do you think it would look even better if bp numbers were
> right-aligned?
>


You are right, and a very simple change too.
I just tested the change and it reveals a bug in the netbeans
implementation in Vim:

    . the glyphFile (breakpoint name) " 1" is incorrectly parsed as
       "\\  1" by netbeans in vim
    . this is a 3 characters length string, and therefore vim thinks
      it is the name of an icon file to be displayed in the source
      margin instead of a two characters length string (see
      defineAnnoType in :help netbeans)

I will send a patch to vim-dev.
Tracking this patch in pyclewn to right-align bp numbers when the vim
isntance it is running has the bug corrected, does not seem to be
worth the effort unfortunately.


Xavier

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Pyclewn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyclewn-general

Reply via email to