aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.h
AgeCommit message (Expand)AuthorFilesLines
2025-05-12Add SCI_AUTOC{G,S}ETIMAGESCALE and implement for Qt and GTK.orbitalquark1-0/+1
2024-12-15Feature [feature-requests:#1537]. Use noexcept where possible.Zufu Liu1-2/+2
2024-12-06Feature [feature-requests:#1537]. Avoid truncation potential with PerformSort.Zufu Liu1-1/+0
2021-08-31Make Cancel methods noexcept as they may need to be used in destructors.Neil1-1/+1
2021-08-28Delete standard operations on classes that can not be copied.Neil1-0/+5
2021-07-17Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion listNeil1-1/+3
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-7/+7
2020-03-26Fix spelling mistakes.Neil1-2/+2
2018-04-20Feature [feature-requests:#1215]. const in AutoComplete.Neil1-5/+5
2018-03-09Use Position/Line/int more accurately in preparation for large documents.Neil1-2/+2
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
2017-04-22Using unique_ptr to simplify ownership of images, case folder, and list box.Neil1-1/+1
2017-03-31Using Sci::Position and Sci::Line to mark variables that are document positionsNeil1-2/+2
2014-01-20Fix typos in comments (src)Stefan Weil1-1/+1
2013-12-22Switch from char[] to std::string for simplicity and safety.Neil1-2/+2
2013-12-15Format normalization - whitespace and braces made consistent.Neil1-1/+1
2013-04-01Feature [#981]. Added autocompletion order property to allow list to be orderednyamatongwe1-0/+6
2012-07-24Add ncurses platform. Rest of the implementation is an external project.nyamatongwe1-0/+2
2012-06-17Use std::string instead of fixed size strings.nyamatongwe1-0/+8
2012-04-16Case-insensitive auto-completion selection. Bug #3516538.nyamatongwe1-0/+1
2011-08-10Implement 'technology' concept which will allow GDI and Direct2D/DirectWritenyamatongwe1-1/+1
2010-03-13Adding const to methods where possible.nyamatongwe1-3/+3
2007-06-01integrate OS X support for scintilla. a big patch with a little commit messa...scaraveo1-0/+8
2005-03-25Patch from Blair McGlashan for autocompletion on Windows tonyamatongwe1-1/+1
2005-03-09Patch from Blair McGlashan to send a notification before accepting an autocom...nyamatongwe1-1/+1
2003-01-10Changed listbox field to pointer to allow use of platform-specificnyamatongwe1-3/+4
2002-11-21Patch from Biswa to add icons to autocompletion lists.nyamatongwe1-0/+5
2002-01-18Updated copyrights for 2002.nyamatongwe1-1/+1
2002-01-13Added option to autocompletion AutoCSetDropRestOfWord which removes anynyamatongwe1-0/+1
2001-04-27Feature from Stephan to allow autocompletion to stay open even when therenyamatongwe1-8/+9
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-10/+15
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2000-08-21Merging patches from Ferda and Jan.nyamatongwe1-0/+1
2000-08-18Added in most of Ferdinand Prantl's changes except for regular expressionnyamatongwe1-0/+6
2000-07-12Added John's autocompletion changes and fiddled to make autocompletion listnyamatongwe1-1/+1
2000-07-12John's changes to autocompletion.nyamatongwe1-0/+2
2000-04-10Added get/set of separator character used when setting auto-completion list.nyamatongwe1-1/+6
2000-03-08Initial revisionnyamatongwe1-0/+43