aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-10Patch from Kengo Jinno to make Japanese entry work on Windows 9x.nyamatongwe1-28/+33
2002-01-09Work on line wrapping.nyamatongwe1-18/+33
2001-12-26When a paint is abandoned because there is a change in styling outside thenyamatongwe1-0/+3
2001-12-23Fixed bug where changing to wrap mode when horizontally scrolled led tonyamatongwe1-0/+1
2001-12-23Fixed MovePositionSoVisible so that when navigating with arrow keys, thenyamatongwe1-4/+4
2001-12-20Unicode and multi-byte fixes to edge display and column number calculation.nyamatongwe1-5/+14
2001-12-20Increased allocations for laying out and wrapping lines to allow 16000nyamatongwe1-5/+11
2001-12-20Added changeable attribute to styles that defaults to true. When it isnyamatongwe1-2/+8
2001-12-19Fixed some warnings from Borland.nyamatongwe1-3/+2
2001-12-19Wrapping supported.nyamatongwe1-124/+334
2001-12-19Fixed the last X click position to be within the text when the click isnyamatongwe1-0/+3
2001-12-19Fixed, regularised and simplified movement of brace highlights andnyamatongwe1-41/+31
2001-12-19Hoisted IsUnicodeMode method from ScintillaWin to Editor as it is useful onnyamatongwe1-41/+22
2001-12-19Patch from Philippe to show control characters as a particular characternyamatongwe1-38/+59
2001-12-01Display optimisations.nyamatongwe1-78/+75
2001-11-16Added DeleteBackNotLine command.nyamatongwe1-15/+26
2001-11-08Added methods for finding the start and end of words.nyamatongwe1-0/+6
2001-11-06Memory leak fixed in calltips and better casts when returning pointers.nyamatongwe1-2/+2
2001-10-31Patch from John to ensure selection is maintained in secondary viewsnyamatongwe1-1/+1
2001-10-28Hid implementation of Surface.nyamatongwe1-3/+3
2001-10-28Fixed Platform changes for GTK+ and hid most of the implementation ofnyamatongwe1-90/+126
2001-10-28Removed platform-specific headers from Platform.h and thus stoppednyamatongwe1-28/+28
2001-10-26Ensured no flashing when selecting by words and direction is changed.nyamatongwe1-1/+1
2001-10-13Deprecated SCN_CHECKBRACE and SCN_POSCHANGED.nyamatongwe1-0/+1
2001-10-02Patch from Mark to make the x offset accessible through the API.nyamatongwe1-0/+8
2001-09-24Patch from Stephan for the SC_MARK_BACKGROUND marker.nyamatongwe1-8/+25
2001-09-08Handle SCI_HIDESELECTION message.nyamatongwe1-0/+5
2001-09-08Removed all traces of Win32 API from Scintilla API. Scintilla will nonyamatongwe1-242/+6
2001-09-07Marker can be any character.nyamatongwe1-1/+1
2001-09-01Using new SelectionText type to handle text that is the subject of copy,nyamatongwe1-83/+34
2001-08-31Moved Windows-specific mouse wheel variables from Editor to ScintillaWin.nyamatongwe1-3/+0
2001-08-17Separate out the enforcement of the visibilty policy by having both annyamatongwe1-20/+26
2001-08-15Fixed some folding symbols.nyamatongwe1-3/+8
2001-08-14Fixed typos in comments.nyamatongwe1-2/+2
2001-08-10Fixed some problems with the outline folding markers.nyamatongwe1-1/+6
2001-08-10Typing makes the dwell not occur again until the mouse moves.nyamatongwe1-4/+7
2001-08-10Added PositionFromLocationClose which returns the position in the documentnyamatongwe1-34/+72
2001-08-08Inverted CARET_XEVEN test as it was tested incorrectly.nyamatongwe1-1/+1
2001-08-08Patch from Philippe to make the display jump more when the caret reachesnyamatongwe1-9/+15
2001-08-08Added mouse dwell feature.nyamatongwe1-3/+35