| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
conversion in Editor.
|
|
|
|
|
|
|
|
|
|
guaranty termination where possible.
|
|
|
|
Parameter names added to method declarations.
|
|
The ScintillaObject class does not chain up to its superclass in the finalize()
function. This is a bug and must be done according to the GLib/GObject
documentation. One effect of this is that the destroy notifiers supplied in
e.g. g_object_set_data_full() are never run.
Fixes Bug: #1549 ScintillaObject.finalize() does not chain up
|
|
The ScintillaObject class does not chain up to its superclass in the finalize()
function. This is a bug and must be done according to the GLib/GObject
documentation. One effect of this is that the destroy notifiers supplied in
e.g. g_object_set_data_full() are never run.
Fixes Bug: #1549 ScintillaObject.finalize() does not chain up
|
|
|
|
|
|
|
|
Also enables more flexibility with modifier keys.
|
|
used in preference to the SCEN_SETFOCUS and SCEN_KILLFOCUS command events.
|
|
gcc.
|
|
gcc 4.2.
|
|
|
|
switch to rectangular by pressing Alt after start of gesture.
From Neomi.
|
|
|
|
Move printing parameters into a separate struct.
|
|
|
|
possible.
unordered_map caused too many porting problems.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
case conversion of Unicode text in accordance with Unicode.
|
|
|
|
|
|
From Todd Whiteman at ActiveState.
|
|
|
|
|
|
accessors to this data.
Add a length argument to DropAt, although previous signature still available.
|
|
Change input argument of ConvertText to const as it is not changed.
|
|
|
|
|
|
|
|
|
|
|
|
Linux -> OS X works.
From Mitchell Foral.
|
|
|
|
from and to UTF-8 together. Wrapping the allocation ensures deallocation
in all cases.
|
|
|
|
|