index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
AutoComplete.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-15
Feature [feature-requests:#1537]. Use const where possible.
Neil
1
-1
/
+1
2024-12-15
Feature [feature-requests:#1537]. Use noexcept where possible.
Zufu Liu
1
-2
/
+2
2024-12-15
Feature [feature-requests:#1537]. Extract common code into function.
Zufu Liu
1
-8
/
+10
2024-12-06
Feature [feature-requests:#1537]. Avoid truncation potential with PerformSort.
Zufu Liu
1
-13
/
+11
2024-12-06
Feature [feature-requests:#1537]. Refactor Sorter in AutoComplete.
Zufu Liu
1
-13
/
+21
2024-11-26
Bug [#2458]. Add include of cstdint to provide intptr_t and uintptr_t.
Neil
1
-0
/
+1
2021-11-13
Bug [#2294] Fix assertion failure with autocompletion list when order is
Neil
1
-0
/
+5
2021-08-31
Make Cancel methods noexcept as they may need to be used in destructors.
Neil
1
-1
/
+1
2021-08-07
Changes for Cppcheck 2.5.
Neil
1
-1
/
+1
2021-07-17
Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion list
Neil
1
-1
/
+3
2021-05-28
Better exception handling for noexcept methods. More accurate noexcept marking.
Neil
1
-1
/
+1
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-8
/
+11
2021-04-27
Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterType
Neil
1
-1
/
+1
2021-03-29
Modify ListBox::GetValue to return a std::string to avoid fixed size buffers
Neil
1
-17
/
+13
2021-03-18
std::optional is a basic vocabulary type that may be used widely so include
Neil
1
-0
/
+1
2021-03-18
Move assert and debug trace functions into their own header Debugging.h.
Neil
1
-0
/
+1
2021-03-17
Use unique_ptr for ListBox::Allocate to show transfer of ownership.
Neil
1
-1
/
+1
2021-03-17
Extract geometry and colour definitions from Platform.h into src/Geometry.h.
Neil
1
-0
/
+1
2018-05-14
Include <string_view> to allow future use in Platform interface and Unicode.
Neil
1
-0
/
+1
2018-05-06
Ensuring ptrdiff_t is available by including <cstddef>.
Neil
1
-0
/
+1
2018-04-20
Feature [feature-requests:#1215]. const in AutoComplete.
Neil
1
-5
/
+5
2018-03-09
Use Position/Line/int more accurately in preparation for large documents.
Neil
1
-1
/
+1
2018-03-01
Mark variables as const where simple.
Neil
1
-1
/
+1
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-04-22
Using unique_ptr to simplify ownership of images, case folder, and list box.
Neil
1
-4
/
+1
2017-04-22
Include <memory> for std::unique_ptr.
Neil
1
-0
/
+1
2017-04-07
Prefer C++ static cast over C-style casts.
Neil
1
-2
/
+2
2017-04-06
Added const where possible.
Neil
1
-4
/
+4
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-4
/
+4
2017-03-31
Using Sci::Position and Sci::Line to mark variables that are document positions
Neil
1
-1
/
+1
2015-07-27
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Neil
1
-0
/
+1
2015-07-04
Make std::exception visible to all core code to remove chance that a different
Neil
1
-0
/
+1
2015-03-13
Truncate elements that are near to maxItemLen to avoid possibility of writing
Neil
1
-1
/
+3
2013-12-22
Switch from char[] to std::string for simplicity and safety.
Neil
1
-9
/
+5
2013-07-21
Normalising order of language headers.
Neil
1
-1
/
+1
2013-04-01
Feature [#981]. Added autocompletion order property to allow list to be ordered
nyamatongwe
1
-9
/
+110
2012-07-24
Add ncurses platform. Rest of the implementation is an external project.
nyamatongwe
1
-1
/
+3
2012-06-17
Use std::string instead of fixed size strings.
nyamatongwe
1
-1
/
+12
2012-04-16
Matched spelling change.
nyamatongwe
1
-2
/
+2
2012-04-16
Case-insensitive auto-completion selection. Bug #3516538.
nyamatongwe
1
-2
/
+5
2011-08-10
Implement 'technology' concept which will allow GDI and Direct2D/DirectWrite
nyamatongwe
1
-2
/
+2
2011-02-20
Avoid some cppcheck warnings.
nyamatongwe
1
-1
/
+1
2010-07-13
Files changed for new lexer design.
nyamatongwe
1
-1
/
+2
2010-03-13
Adding const to methods where possible.
nyamatongwe
1
-3
/
+3
2010-02-17
Formatting whitespace.
nyamatongwe
1
-2
/
+2
2009-07-21
Using a much simpler property set implementation.
nyamatongwe
1
-1
/
+1
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+4
2005-03-25
Patch from Blair McGlashan for autocompletion on Windows to
nyamatongwe
1
-29
/
+6
2005-03-09
Patch from Blair McGlashan to send a notification before accepting an autocom...
nyamatongwe
1
-3
/
+4
2005-02-07
Patch from Chris Jones to select exact case match when available.
nyamatongwe
1
-0
/
+12
[next]