aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-03-25 05:08:19 +0000
committernyamatongwe <devnull@localhost>2005-03-25 05:08:19 +0000
commit054f95abc83e81b7ea5b0d1275ad5b3abf70fc08 (patch)
tree7e5ea3da3be97b0c2dcfd7b0b12e2df0f3946cf6 /include/Scintilla.h
parent3891cd122f24ac1bd06197999036b6f2708ba7d0 (diff)
downloadscintilla-mirror-054f95abc83e81b7ea5b0d1275ad5b3abf70fc08.tar.gz
Patch from Blair McGlashan for autocompletion on Windows to
* Set maximum width of list * set maximum height of list * better calculate width * use ellipsis when text is truncated to fit window * use popup window so it can extend past parent window * disallow resizing too small * draw to bottom edge when resized so last item not full line high * improve time to display by by 90% Minor tweaks by me to fix warnings, layout etc.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 5e5528c0a..6267496b0 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -255,6 +255,10 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_CLEARREGISTEREDIMAGES 2408
#define SCI_AUTOCGETTYPESEPARATOR 2285
#define SCI_AUTOCSETTYPESEPARATOR 2286
+#define SCI_AUTOCSETMAXWIDTH 2208
+#define SCI_AUTOCGETMAXWIDTH 2209
+#define SCI_AUTOCSETMAXHEIGHT 2210
+#define SCI_AUTOCGETMAXHEIGHT 2211
#define SCI_SETINDENT 2122
#define SCI_GETINDENT 2123
#define SCI_SETUSETABS 2124