aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2012-07-05LexHTML: Fix folding of CDATA blocks when fold.html.preprocessor is offColomban Wendling1-1/+1
2012-07-09Bugs #3540486, #3087226, #2906275, #2809176.nyamatongwe2-10/+24
Style fixed format comments from column 73. Bug #3540486. Fold CRITICAL .. END CRITICAL. Bug #3540486. Fix styling after comment line ending with '&'. Bug #3087226. Style preprocessor lines so they do not trigger incorrect folding. Bug #2906275. Fix folding of nested ifs. Bug #2809176. From darmar.
2012-07-09Fixed spelling mistakes.nyamatongwe1-3/+3
2012-07-08Credit.nyamatongwe1-0/+2
2012-07-04Mark StyleClearAll as a functions because it isn't a setter.nyamatongwe1-1/+1
From Denis Shelomovskij.
2012-07-04Convert functions to properties where safe.nyamatongwe1-11/+11
From Denis Shelomovskij.
2012-07-04Fix ModificationFlags enum prefixesnyamatongwe1-1/+1
SC_LAST prefix is error-prone because of a risk of adding an unrelated value. Using value names as prefixes is safer. From Denis Shelomovskij.
2012-07-04Fix incorrect inclusion of SCE_HA_ prefix in HTML lexer and friendsnyamatongwe1-4/+4
Of course it can be done only with SCE_H_ SCE_HJ SCE_HB SCE_HP prefixes, but this short variant leads to same issues as previous prefix. From Denis Shelomovskij.
2012-07-04Spaced consistently. From Denis Shelomovskij.nyamatongwe1-2/+2
2012-07-04Added reference to QGrinUI.nyamatongwe1-0/+5
2012-07-02When line starts with 0 width character, do not allow end of previous linenyamatongwe1-0/+2
to be part of block caret range.
2012-07-02Implement clipped text drawing on Direct2D. This will improve drawing ofnyamatongwe1-1/+9
text blobs and block carets. From Marko Njezic.
2012-06-27Fix screen redraw issues introduced with change set 4199.Marko Njezic1-6/+7
2012-07-02Remove unnecessary check.nyamatongwe1-1/+1
2012-07-02Remove functions provided by headers.nyamatongwe1-9/+0
2012-07-02Make IsLowerCase and IsUpperCase not depend on non-portable isascii, takenyamatongwe2-8/+8
an int argument to match similar calls, and move to header for wider use.
2012-07-02Remove unnecessary check.nyamatongwe1-2/+2
2012-07-02Treat negative values as non-ASCII.nyamatongwe1-1/+1
2012-07-02Ensure full initialised.nyamatongwe1-1/+1
2012-07-02Reduce scope of variable.nyamatongwe1-1/+1
2012-07-01Fix hang when Zero Width Space U+200B occurs at start of document.nyamatongwe1-1/+1
2012-06-29Fix 64-bit compilation errors on Windows.nyamatongwe2-3/+4
From Fan Yang.
2012-06-27Document limitations in styling of text margins and annotations.nyamatongwe1-1/+7
2012-06-27Using the correct side margin for previous commit.nyamatongwe1-1/+1
2012-06-26Bugs #699587, #3537799. Allow text at start of line to overlap 1 pixelnyamatongwe1-3/+16
into the margin as this displays serifs and italic stems for aliased text.
2012-06-26Fixed incorrect comment.nyamatongwe1-1/+1
2012-06-23Added some related projects mentioned on the mailing list.nyamatongwe1-0/+21
2012-06-22Added reference to LIVEditor.nyamatongwe1-0/+4
2012-06-22Bug #3487406. New style SCE_C_PREPROCESSORCOMMENT for stream commentsnyamatongwe5-4/+18
inside preprocessor directives. Includes code from Marko Njezic.
2012-06-22Prevent empty lines from continuing preprocessor style.nyamatongwe3-3/+14
2012-06-19Credit.nyamatongwe1-0/+1
2012-06-19Removed limitation that is no longer true.nyamatongwe1-3/+1
2012-06-18Removed unnecessary code after change for bug #3535806.nyamatongwe1-6/+1
2012-06-18Remove marker only once for SCI_MARKERDELETE. Bug #3535806.nyamatongwe3-4/+16
2012-06-17Use std::string instead of fixed size strings.nyamatongwe6-36/+55
Decrease direct access to the autocompletion list box from outside AutoComplete.
2012-06-16Existing autocompletion list is cancelled when single entry automaticallynyamatongwe1-0/+1
accepted.
2012-06-16Redraw margin when changing margin styles.nyamatongwe1-0/+2
2012-06-13Discover name of qmake as it is qmake-qt4 in some distributions of Linux.Neil Hodgson1-2/+9
2012-06-13Moved Qt platform section as it was interfering with GTK+ sub-platforms.nyamatongwe1-4/+4
2012-06-13Fix extra comma. Bug #3534667.nyamatongwe1-1/+1
2012-06-13Detect too many parameters in function, display error and throw exception.nyamatongwe1-2/+6
2012-06-12Reindented as was inconsistent.nyamatongwe1-35/+34
2012-06-12Fix truncation of descenders and underscores in list box.nyamatongwe1-1/+1
From Mike Lischke.
2012-06-12Fix double free of font objects with list box by copying font.nyamatongwe2-1/+14
2012-06-11Typo in comment.nyamatongwe1-1/+1
2012-06-11Credit.nyamatongwe1-0/+1
2012-06-09support LESS/HSSpelsass1-8/+21
2012-06-08Bug #3533036. Properly mask state when determining previousMarko Njezic1-1/+1
non whitespace character and counting visible characters in line.
2012-06-07Initial version of build checker script.nyamatongwe1-0/+75
2012-06-07Protect against APIs only available on 10.6+ when building for 10.5.nyamatongwe2-0/+16