aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-03-25 05:08:20 +0000
committernyamatongwe <devnull@localhost>2005-03-25 05:08:20 +0000
commit46175e05655f472f48f62721bfbe37fa9e758d1a (patch)
tree8f02abc2d55e64b836a1b459e1bb9268f6f291f3 /src/AutoComplete.h
parent054f95abc83e81b7ea5b0d1275ad5b3abf70fc08 (diff)
downloadscintilla-mirror-46175e05655f472f48f62721bfbe37fa9e758d1a.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 'src/AutoComplete.h')
-rw-r--r--src/AutoComplete.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AutoComplete.h b/src/AutoComplete.h
index ee5a2de4c..10577ca38 100644
--- a/src/AutoComplete.h
+++ b/src/AutoComplete.h
@@ -35,7 +35,7 @@ public:
bool Active();
/// Display the auto completion list positioned to be near a character position
- void Start(Window &parent, int ctrlID, int position,
+ void Start(Window &parent, int ctrlID, int position, Point location,
int startLen_, int lineHeight, bool unicodeMode);
/// The stop chars are characters which, when typed, cause the auto completion list to disappear