Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
Does not include lexers.
Separate targets added for shared and static libraries.
|
|
|
|
|
|
|
|
in Scintilla.iface.
|
|
|
|
|
|
|
|
Use noexcept, namespace, const, constexpr, and static inline where reasonable.
Avoid warnings in initializations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
be reused.
|
|
This allows removal of related #include statements.
|
|
Add a .PHONY target to avoid possible failure caused by file with same name.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Accumulate BASE_FLAGS and DEFINES instead of using multiple variables.
|
|
This simplifies referencing the objects and makes for smaller patches when
changing the set of objects.
|
|
|
|
|
|
lexers but not most other files.
|
|
|
|
|
|
GTimeVal was deprecated in GLib 2.61.2 as it is not year-2038-safe.
|
|
|
|
|
|
|
|
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.
|
|
Backed out changeset: 512ec9ab2e7c
|
|
|
|
|
|
INDIC_ is also used for indicator styles.
|
|
|
|
|
|
|
|
|
|
SciTE tabs.
This does not allow primary selection to work between tabs as the tabs are
sharing a single Scintilla and the old primary selection is unclaimed when the
file is changed.
This fix adds a new ReceivedClipboard method which does not try to convert the
selection if received in a different format than asked for. It was the call to
gtk_selection_convert that seemed to cause the flickering. ReceivedClipboard is
only called from SelectionReceiver::ClipboardReceived so only occurs due to a
call to RequestSelection and can not occur because of a selection_received
signal.
ReceivedSelection is left with its complexity in case it is needed for some
other issue although it doesn't appear to be called for drag&drop, for example.
|
|
accessibility if UTF32 index not available.
|
|
scite/scripts/RegenerateSource.py.
|