aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexFortran.cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Remove Lexilla files from ScintillaNeil1-721/+0
2018-09-18Initialize variables to ensure no undefined behaviour.Neil Hodgson1-4/+4
2018-05-02Add "change team" and "endteam" folding terms.darmar1-1/+3
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
interfaces ILexer4 and IDocument.
2017-07-17Update types for Unix LP64 after changes to Sci_Position/Sci_PositionU.Neil Hodgson1-4/+4
2017-06-22Use same types for CheckLevelCommentLine to allow 64-bit Sci_Position.Neil1-1/+1
2017-04-18Bug [#1936]. Implement comment folding.darmar1-9/+211
2017-04-18Bug [#1935]. Recognize a preprocessor line after a line continuation.darmar1-9/+13
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller1-12/+13
positions and line numbers and may be widened to 64-bits in a future release.
2015-07-25Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, andNeil1-6/+6
comment recognizers to allow for future implementation of 64-bit positions.
2015-05-13Bug [#1724]. Fix folding of "selecttype" and "selectcase".Neil1-0/+1
From darmar.
2014-01-20Fix typos in comments (lexers)Stefan Weil1-1/+1
2014-02-06Avoid warning for excessive variable scope.Neil1-2/+1
2014-02-06Fix crashes and other bugs by removing folding of do-label constructs.Neil1-32/+7
2013-11-07Feature [feature-requests:#962]. Improvement of folding for Fortran.Neil1-24/+79
Treats "else" as fold header. From darmar.
2013-11-07Normalize indentation to tabs.Neil1-45/+45
2013-10-17Avoid namespace pollution by making lexer functions static.Neil1-3/+3
2012-07-09Bugs #3540486, #3087226, #2906275, #2809176.nyamatongwe1-10/+23
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.
2011-02-19Fixed to make compile.nyamatongwe1-1/+1
2011-02-17Folding of "procedure". Feature #3184356.nyamatongwe1-1/+1
Only create an end fold for "module procedure", not just "procedure".
2011-01-27Dropped inclusion of PropSetSimple.h in lexers which do not use ↵nyamatongwe1-1/+0
PropSetSimple directly. Dropped declaration not needed in LexCPP.
2010-07-13For new lexer design change includes to add new files and remove unused files.nyamatongwe1-6/+12
Normalise order of includes. Minor fixes for compatibility with new lexer design.
2010-07-13Moved lexers into lexers directory.nyamatongwe1-0/+466