Age | Commit message (Collapse) | Author | Files | Lines |
|
selection.
|
|
|
|
text then styling in the background using idle-time.
|
|
|
|
|
|
|
|
|
|
Dispose should be used to remove references to objects that might
point to the destructed object. This is the case of scrollbars whose
parent is ScintillaGtk and which internally hold pointers to it.
This eliminates warnings on OS X.
|
|
|
|
|
|
|
|
|
|
From Chinh Nguyen.
|
|
not currently support translucent painting.
|
|
Now the popup is cached the row height has to be re-computed when the
font changes on GTK2 too.
Closes [bugs:1774].
|
|
|
|
|
|
|
|
|
|
From Mike Lischke.
|
|
severing the
connection from TimerTarget back to ScintillaCocoa and releasing the notification queue.
|
|
SCIContentView
since responsive scrolling causes callbacks after the deallocation.
Also remove the scrollview to try to finalize it although it still lives for a short period.
|
|
view on the right of the window to allow testing deletion of a ScintillaView.
|
|
|
|
|
|
|
|
|
|
|
|
at line start.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for passing integer values to callbacks, and avoiding casts by making functions
follow prototypes exactly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|