On Fri, Aug 20, 2010 at 5:29 PM, Rob wrote: >> There is a minor issue with that: >> . a vim sign must be defined for each breakpoint >> . there is no provision in the netbeans protocol to undefine >> annotations and therefore to undefine (free) the vim signs > > According to vim 7.3 "About 120 different signs can be defined" so > presumably if you set and unset a breakpoint >120 times you would > get a problem. >
I have looked at how the signs are implemented in vim. The limits (vim-tiny:255, vim-normal:65535) only apply to signs with non-numeric names. This is because vim maps internally the alphabetic names of signs to negative numbers. So there is no limit (except the memory) when the sign names are the breakpoint numbers. 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
