home *** CD-ROM | disk | FTP | other *** search
- To: vim-dev@vim.org
- Subject: Patch 6.0.115
- Fcc: outbox
- From: Bram Moolenaar <Bram@moolenaar.net>
- MIME-Version: 1.0
- Content-Type: text/plain; charset=ISO-8859-1
- Content-Transfer-Encoding: 8bit
- ------------
-
- Patch 6.0.115 (extra)
- Problem: Win32: When using a dialog with a textfield it cannot scroll the
- text.
- Solution: Add ES_AUTOHSCROLL to the textfield style. (Pedro Gomes)
- Files: src/gui_w32.c
-
-
- *** ../vim60.114/src/gui_w32.c Wed Sep 19 14:43:49 2001
- --- src/gui_w32.c Tue Jan 1 19:23:08 2002
- ***************
- *** 2626,2632 ****
- /* Edit box */
- if (textfield != NULL)
- {
- ! p = add_dialog_element(p, ES_LEFT | WS_TABSTOP | WS_BORDER,
- PixelToDialogX(2 * dlgPaddingX),
- PixelToDialogY(2 * dlgPaddingY + msgheight),
- PixelToDialogX(dlgwidth - 4 * dlgPaddingX),
- --- 2626,2632 ----
- /* Edit box */
- if (textfield != NULL)
- {
- ! p = add_dialog_element(p, ES_LEFT|ES_AUTOHSCROLL|WS_TABSTOP|WS_BORDER,
- PixelToDialogX(2 * dlgPaddingX),
- PixelToDialogY(2 * dlgPaddingY + msgheight),
- PixelToDialogX(dlgwidth - 4 * dlgPaddingX),
- *** ../vim60.114/src/version.c Tue Jan 1 15:16:42 2002
- --- src/version.c Tue Jan 1 19:24:13 2002
- ***************
- *** 608,609 ****
- --- 608,611 ----
- { /* Add new patch number below this line */
- + /**/
- + 115,
- /**/
-
- --
- When danger reared its ugly head,
- He bravely turned his tail and fled
- Yes, Brave Sir Robin turned about
- And gallantly he chickened out
- Bravely taking to his feet
- He beat a very brave retreat
- Bravest of the brave Sir Robin
- Petrified of being dead
- Soiled his pants then brave Sir Robin
- Turned away and fled.
- "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
-
- /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\
- ((( Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim )))
- \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///
-