aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
AgeCommit message (Expand)AuthorFilesLines
2002-10-24Deprecated features protected by #ifdef.nyamatongwe1-0/+6
2002-10-10Patch from Alexander Scripnik to make line wrapping work for printing.nyamatongwe1-25/+57
2002-10-08Append text can be saved in macros.nyamatongwe1-0/+1
2002-10-08Added AppendText method.nyamatongwe1-0/+4
2002-10-03Cleaned up pixmap marker code.nyamatongwe1-13/+0
2002-10-02PixMap marker support.nyamatongwe1-1/+22
2002-09-19Added mthod to turn off vertical scroll bar.nyamatongwe1-0/+12
2002-09-13Added ChooseCaretX.nyamatongwe1-4/+8
2002-09-04When changing code pages invalidate to ensure all text remeasured.nyamatongwe1-0/+1
2002-08-29Minor optimisations.nyamatongwe1-4/+7
2002-08-05Visible whitespace specifiable colours feature from Martin Alderson.nyamatongwe1-0/+25
2002-08-02Added keyboard commands to go to start and end of display lines.nyamatongwe1-0/+61
2002-08-02Made Ctrl+Up and Ctrl+Down not flicker when using strict caret policy.nyamatongwe1-7/+10
2002-08-02Changed InvalidateStyleRedraw to call NeedWrapping().nyamatongwe1-7/+1
2002-07-29Avoid Borland warning.nyamatongwe1-1/+1
2002-07-28Added new line cache validity level between invalid and positions correctnyamatongwe1-82/+147
2002-07-23Removed unnecessary line layout cache invalidation.nyamatongwe1-11/+13
2002-07-16Removed dead code.nyamatongwe1-3/+0
2002-07-11Patch from Philippe to improve caret policy.nyamatongwe1-77/+277
2002-07-05Take no action for SCI_GETTEXT with wParam == 0.nyamatongwe1-0/+2
2002-06-19TextHeight feature contributed by Josh Wingstrom.nyamatongwe1-0/+3
2002-05-07Clear all does not clear the contractionstate if in read-only mode.nyamatongwe1-1/+3
2002-04-23Fixed allocation to be larger to avoid Win32 API problem.nyamatongwe1-1/+3
2002-04-21Some Win64 compatibility and size_t correctness.nyamatongwe1-23/+24
2002-04-14Implemented endAtLastLine attribute which allows option of scrolling onenyamatongwe1-6/+24
2002-04-12Fixed problem where caret would not move to previous line due to wrapping.nyamatongwe1-9/+21
2002-04-08Avoid visible changes when setting scroll width to same value.nyamatongwe1-2/+3
2002-04-07Added ZOOM notification. Added TextWidth method to allow clients to determine...nyamatongwe1-6/+32
2002-04-04Change to horizontal scrolling to allow the assumed document width to be set.nyamatongwe1-0/+11
2002-04-04Improved caret movement in read-only mode by handling more cases where text i...nyamatongwe1-28/+27
2002-04-03Enhancements to read-only mode to stop caret moving when typing or deleting.nyamatongwe1-10/+15
2002-03-04Fixed bug when switching buffers led to stale line layout cache entriesnyamatongwe1-1/+8
2002-03-04Fixed problem in wrapped mode where cursor up would not move because fornyamatongwe1-13/+13
2002-03-04Fixed Borland warning.nyamatongwe1-4/+4
2002-03-01Fixed problem where brace highlights were remembered in line layout cache.nyamatongwe1-21/+47
2002-02-28Made number of display lines for a document line be dynamic.nyamatongwe1-34/+45
2002-02-28Line layout cache feature added.nyamatongwe1-323/+561
2002-02-12Avoid extra processing if SETHSCROLLBAR used to set to same value asnyamatongwe1-3/+5
2002-02-09Removed unused variable.nyamatongwe1-3/+0
2002-02-07After rectangular paste, caret is left at initial position.nyamatongwe1-1/+1
2002-02-03Patch to ensure caret on after mouse wheel scroll or pressingnyamatongwe1-6/+6
2002-02-03When changing document, ensured rewrap performed.nyamatongwe1-0/+1
2002-01-27Fixed wrapping problems with displaying visible space characters onnyamatongwe1-3/+4
2002-01-25Removed performance tracing as it cused a divide by zero for Carl.nyamatongwe1-8/+8
2002-01-24Fixed problem with ensuring the caret is visible hen it is on a wrappednyamatongwe1-1/+20
2002-01-24Added parameter to WordStartPosition / WordEndPosition to indicate thatnyamatongwe1-2/+2
2002-01-23Performs a rewrap when zoom changed.nyamatongwe1-0/+3
2002-01-18Updated copyrights for 2002.nyamatongwe1-1/+1
2002-01-16WrapLines performs scroll bar and top line maintenance.nyamatongwe1-12/+19
2002-01-10Made code bool-safe and turned Visual C++ warning 4800 back on.nyamatongwe1-42/+42