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

Patch 8.1.1600

2019-06-25 Fir de Conversatie Bram Moolenaar
Patch 8.1.1600 Problem:Cannot specify highlighting for popup window scrollbar. Solution: Add "scrollbarhighlight" and "thumbhighlight" options. Files: src/popupwin.c, src/structs.h, src/window.c, src/testdir/dumps/Test_popupwin_scroll_5.dump, src/testdir/dumps/T

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

Patch 8.1.1599

2019-06-25 Fir de Conversatie Bram Moolenaar
Patch 8.1.1599 Problem:Compiler warning for uninitialized variable. (Tony Mechelynck) Solution: Add a dummy assignment. Files: src/popupwin.c, src/normal.c *** ../vim-8.1.1598/src/popupwin.c 2019-06-26 03:39:59.893650774 +0200 --- src/popupwin.c 2019-06-26 04:00:50.64115330

Re: Patch 8.1.1596

2019-06-25 Fir de Conversatie Bram Moolenaar
Tony Mechelynck wrote: > On Wed, Jun 26, 2019 at 1:06 AM Bram Moolenaar wrote: > > > > > > Patch 8.1.1596 > > Problem:When resizing the screen may draw popup in wrong position. > > (Masato > > Nishihata) > > Solution: Check the popup is not outside of the screen. (fixes #4592

Patch 8.1.1598

2019-06-25 Fir de Conversatie Bram Moolenaar
Patch 8.1.1598 Problem:Update to test file missing. Solution: Update the popup window test file. Files: src/testdir/test_popupwin.vim *** ../vim-8.1.1597/src/testdir/test_popupwin.vim 2019-06-25 05:33:32.581272869 +0200 --- src/testdir/test_popupwin.vim 2019-06-26 03:36:

Re: Patch 8.1.1597

2019-06-25 Fir de Conversatie Tony Mechelynck
On Wed, Jun 26, 2019 at 3:41 AM Bram Moolenaar wrote: > > > Patch 8.1.1597 > Problem:Cannot scroll a popup window with the mouse. > Solution: If the popup window has a scrollbar let the mouse scroll wheel > scroll the window. > Files: runtime/doc/popup.txt, src/normal.c, src

Patch 8.1.1597

2019-06-25 Fir de Conversatie Bram Moolenaar
Patch 8.1.1597 Problem:Cannot scroll a popup window with the mouse. Solution: If the popup window has a scrollbar let the mouse scroll wheel scroll the window. Files: runtime/doc/popup.txt, src/normal.c, src/popupwin.c, src/screen.c, src/testdir/dumps/Test_popup

Re: Patch 8.1.1596

2019-06-25 Fir de Conversatie Tony Mechelynck
On Wed, Jun 26, 2019 at 1:06 AM Bram Moolenaar wrote: > > > Patch 8.1.1596 > Problem:When resizing the screen may draw popup in wrong position. (Masato > Nishihata) > Solution: Check the popup is not outside of the screen. (fixes #4592) > Files: src/popupwin.c Warning in No

Re: Patch 8.1.1595

2019-06-25 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2019/6/26 Wed 7:34:39 UTC+9 Bram Moolenaar wrote: > > Patch 8.1.1595 > > Problem:MS-Windows with VIMDLL: colors wrong in console. > > Solution: Do not set the GUI colors when not using the GUI. (Ken Takata, > > closes #4588) > > Files: src/syntax.c

Re: Patch 8.1.1595

2019-06-25 Fir de Conversatie Ken Takata
Hi, 2019/6/26 Wed 7:34:39 UTC+9 Bram Moolenaar wrote: > Patch 8.1.1595 > Problem:MS-Windows with VIMDLL: colors wrong in console. > Solution: Do not set the GUI colors when not using the GUI. (Ken Takata, > closes #4588) > Files:src/syntax.c The commit message is not

Patch 8.1.1596

2019-06-25 Fir de Conversatie Bram Moolenaar
Patch 8.1.1596 Problem:When resizing the screen may draw popup in wrong position. (Masato Nishihata) Solution: Check the popup is not outside of the screen. (fixes #4592) Files: src/popupwin.c *** ../vim-8.1.1595/src/popupwin.c 2019-06-25 05:15:15.188891898 +0200 ---

Patch 8.1.1595

2019-06-25 Fir de Conversatie Bram Moolenaar
Patch 8.1.1595 Problem:MS-Windows with VIMDLL: colors wrong in console. Solution: Do not set the GUI colors when not using the GUI. (Ken Takata, closes #4588) Files: src/syntax.c *** ../vim-8.1.1594/src/syntax.c2019-05-28 23:08:12.076648654 +0200 --- src/syntax.c

Patch 8.1.1594

2019-06-25 Fir de Conversatie Bram Moolenaar
Patch 8.1.1594 Problem:May still start file dialog while exiting. Solution: Ignore the "browse" modifier in another place when exiiting. (Ozaki Kiichi, closes #4582) Files: src/ex_cmds.c *** ../vim-8.1.1593/src/ex_cmds.c 2019-06-25 06:50:26.904412884 +0200 --- src/e

Patch 8.1.1593

2019-06-25 Fir de Conversatie Bram Moolenaar
Samuel - Thank you very much for your continued contribution towards the development of Vim! This will motivate me to spend more time on improving Vim. The money will be used to help needy children in Kibaale, Uganda. Your additional Vim registration key is: Mzg0MjA2Mzg This key allows you t

Re: A Questions about Vim License

2019-06-25 Fir de Conversatie othree
Thank you Now I can understand which part can be modify. I create a new template LICENSE text[1]. And will use it for following process. Hope everything goes well. [1]:https://othree.github.io/vim-license/?project=[project]#license-preview Bram Moolenaar於 2019年6月25日星期二 UTC+8上午10時13分15秒寫道: > >