Re: Optimizing the check for multiple signs with icons on a line

2019-06-27 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Wed, Jun 26, 2019 at 9:55 PM Bram Moolenaar wrote: > > Yegappan wrote: > > > When multiple signs with icons are placed on the same line, then a > > different icon is drawn in the sign column using the > > netbeans_draw_multisign_indicator() function. > > This function draws the icon o

Re: Optimizing the check for multiple signs with icons on a line

2019-06-26 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > When multiple signs with icons are placed on the same line, then a > different icon is drawn in the sign column using the > netbeans_draw_multisign_indicator() function. > This function draws the icon only if a netbeans connection is > present (NETBEANS_OPEN). > > The screen l

Re: Optimizing the check for multiple signs with icons on a line

2019-06-25 Fir de Conversatie Yegappan Lakshmanan
Hi, Some code references are below. On Tue, Jun 25, 2019 at 7:46 PM Yegappan Lakshmanan wrote: > > Hi, > > When multiple signs with icons are placed on the same line, then a > different icon is drawn in the sign column using the > netbeans_draw_multisign_indicator() function. > This function dra

Optimizing the check for multiple signs with icons on a line

2019-06-25 Fir de Conversatie Yegappan Lakshmanan
Hi, When multiple signs with icons are placed on the same line, then a different icon is drawn in the sign column using the netbeans_draw_multisign_indicator() function. This function draws the icon only if a netbeans connection is present (NETBEANS_OPEN). The screen line refresh function (win_li