Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-07 | Make auto scrolling word wrap aware. Bug #3312763. | Marko Njezic | 1 | -6/+2 | |
2011-06-09 | Improved version of change set 3704. Bug #3312763. | nyamatongwe | 1 | -23/+54 | |
Make line selection word wrap aware but leave triple-click as selecting document line. From Marko Njezic. | |||||
2011-06-08 | Initialize visblePolicy and visibleSlop to fix bug #3303406. | nyamatongwe | 1 | -0/+3 | |
2011-06-07 | Call HiddenLines() only when needed. | Marko Njezic | 1 | -1/+1 | |
2011-06-06 | Fix line selection of wrapped lines. Bug #3312763. | Marko Njezic | 1 | -23/+23 | |
2011-06-07 | Make SCN_NEEDSHOWN notification work when word wrap is enabled. | nyamatongwe | 1 | -1/+1 | |
This fixes the last remaining issue from bug #3291579. From Marko Njezic | |||||
2011-06-03 | Fix problem with typing over multiple consecutive selections. Bug #3309906. | Marko Njezic | 1 | -14/+27 | |
2011-05-21 | Code formatting normalised to standard. | nyamatongwe | 1 | -2/+2 | |
2011-05-21 | Move Selected Lines Up / Down. Feature #3304850. | nyamatongwe | 1 | -0/+63 | |
From Olivier Dagenais. | |||||
2011-05-13 | Break measurement of text into reasonable sized segments similar | nyamatongwe | 1 | -4/+4 | |
to drawing. Drawing will now always be broken up at a character boundary even when there is a large number of alphabetic characters. Fixes bug #3165743. | |||||
2011-04-29 | Use indicators to show matching braces. Feature #3290434. | nyamatongwe | 1 | -15/+59 | |
From Marko Njezic. | |||||
2011-04-29 | Draw SC_IV_LOOKBOTH indent guides on first line if it is empty. Bug #3291317. | nyamatongwe | 1 | -1/+2 | |
From Marko Njezic. | |||||
2011-04-27 | Optimize fold marker highlight. Feature #3282649. | nyamatongwe | 1 | -1/+3 | |
From Jérôme LAFORGE. | |||||
2011-04-27 | Fold marker fixes for wrapped lines. Bug #3291579. | nyamatongwe | 1 | -5/+18 | |
From Marko Njezic. | |||||
2011-04-22 | INDIC_ROUNDBOX can set alpha of outline. Feature #3290434. | nyamatongwe | 1 | -0/+10 | |
From Marko Njezic. | |||||
2011-04-07 | Add highlighting of current folding block. Feature #3147069. | nyamatongwe | 1 | -4/+46 | |
APIs MarkerEnableHighlight and MarkerSetBackSelected. From Jérôme Laforge. | |||||
2011-04-07 | Update copyright year. | nyamatongwe | 1 | -1/+1 | |
2011-04-07 | Bug #3265401 changes to fold markers. | nyamatongwe | 1 | -23/+28 | |
Hide folding markers and indicator lines when a fold header does not have any subordinate lines to fold away. Do not contract an empty fold header when clicked on. | |||||
2011-04-05 | Avoid last cppcheck warning in Editor.cxx. | nyamatongwe | 1 | -0/+2 | |
2011-03-17 | Avoid drawing alpha rectangles that extend well before the left of the | nyamatongwe | 1 | -1/+1 | |
window as that causes allocation of large buffers on some platforms. | |||||
2011-02-28 | Avoid shadowed variables as reported by Xcode. | nyamatongwe | 1 | -5/+4 | |
2011-01-17 | Add SCI_SETMARGINCURSORN and SCI_GETMARGINCURSORN. | jrxx | 1 | -2/+23 | |
2011-01-12 | Ensure empty selection after delete word right. | nyamatongwe | 1 | -0/+1 | |
2011-01-10 | Fixing double-click inside word selecting non-word characters. Bug #3111174. | nyamatongwe | 1 | -13/+57 | |
A double-click on a visible character always selects that character and the word it is in. From Jordan Russell. | |||||
2011-01-02 | Ensure a SCN_UPDATEUI notification occurs when overstrike mode changed. | nyamatongwe | 1 | -0/+1 | |
2011-01-02 | Send SCN_UPDATEUI notification when view scrolled. Satisfies feature request ↵ | nyamatongwe | 1 | -6/+20 | |
#3125977. Also includes an updated field in notification so that updates of no interest can be easily ignored. | |||||
2010-12-31 | Minimize redraw when clicking mouse to make new empty selection. | nyamatongwe | 1 | -1/+2 | |
2010-12-30 | Fix entering line selection mode after two clicks. Bug #3143635. | nyamatongwe | 1 | -0/+2 | |
2010-12-29 | Removed unnecessary redraw in SCI_GOTOPOS for performance. | nyamatongwe | 1 | -1/+0 | |
Feature #3146650. | |||||
2010-12-11 | Make multiple selection multi-paste work when multi-type is off. Bug #3126221. | nyamatongwe | 1 | -2/+2 | |
2010-11-21 | Speed up creating large rectangular selections. | nyamatongwe | 1 | -1/+1 | |
2010-11-10 | Remove support for Borland C++. | nyamatongwe | 1 | -8/+0 | |
Use a library for the lexers with MSVC to simplify SciTE makefile. | |||||
2010-11-03 | Avoid warning for unused assignment. | nyamatongwe | 1 | -1/+1 | |
2010-11-02 | Change creation of stippled pixmaps to use FillRectangle calls rather than ↵ | nyamatongwe | 1 | -9/+8 | |
LineTo to avoid blurry images when using an antialiased drawing library like Cairo. | |||||
2010-10-27 | Better version of last patch should get eolfilled right. | nyamatongwe | 1 | -1/+1 | |
2010-10-26 | Whitespace. | nyamatongwe | 1 | -1/+1 | |
2010-10-26 | Fix problem with background style appearing after last character on line. | nyamatongwe | 1 | -0/+1 | |
2010-10-20 | Fixed code that did not split style bytes into styles and indicators. | nyamatongwe | 1 | -4/+4 | |
2010-10-20 | Feature request #3064696 SCI_VERTICALCENTRECARET: center current line in window. | nyamatongwe | 1 | -1/+16 | |
2010-10-11 | Feature request #3082409 implemented for SCN_HOTSPOTRELEASECLICK event. | nyamatongwe | 1 | -0/+22 | |
Contributed by Farshid Lashkari. | |||||
2010-10-08 | Fix for bug #3081721. Scroll to make caret visible off-by-one error. | nyamatongwe | 1 | -1/+1 | |
2010-09-29 | Fix for bug #3077452 PgUp/PgDn not virtual space aware. | nyamatongwe | 1 | -8/+11 | |
2010-09-25 | Optimization of line layout by minimizing calls in Editor::LayoutLine and ↵ | nyamatongwe | 1 | -17/+21 | |
avoiding case force processing unless at least one style uses a case force option. | |||||
2010-09-24 | Added SCI_CONTRACTEDFOLDNEXT as a way to find contracted fold headers ↵ | nyamatongwe | 1 | -0/+15 | |
efficiently. | |||||
2010-09-23 | Fix for bug #3073481, in MouseLeave set ptMouseLast to (-1,-1) so will not send | nyamatongwe | 1 | -1/+6 | |
dwell start on timer. Send dwell end for mouse leave. | |||||
2010-08-13 | Fix for bug #3043419 Unfolding incorrectly. | nyamatongwe | 1 | -1/+10 | |
When new line characters are inserted on a folded fold header line, the fold is unfolded. | |||||
2010-08-05 | Avoid drawing old pixbuf contents when scrolled far horizontally. | nyamatongwe | 1 | -0/+2 | |
Caused by 16-bit integer underflow on coordinates, possibly in X. | |||||
2010-07-13 | Files changed for new lexer design. | nyamatongwe | 1 | -0/+21 | |
2010-07-12 | Feature #3027559 Extend "sticky caret" feature from Jason Oster. | nyamatongwe | 1 | -10/+20 | |
Additional mode SC_CARETSTICKY_WHITESPACE implemented. | |||||
2010-07-07 | Redraw when annotations change. | nyamatongwe | 1 | -0/+2 | |
DeleteAllMarks will only cause a modification notification when a mark was actually deleted. |