aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexFortran.cxx
AgeCommit message (Collapse)AuthorFilesLines
2010-07-13Moved lexers into lexers directory.nyamatongwe1-466/+0
2009-01-01Updates to avoid warnings from GCC 4.3. Should not change behaviour.nyamatongwe1-2/+2
2008-04-18Bug #1945318 handle more compiler directives.nyamatongwe1-2/+11
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo1-0/+5
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable
2005-02-02Applied warning avoidance patch from SourceForge bug reportnyamatongwe1-2/+4
1080091.
2003-11-22Fix from Shen for folding bug.nyamatongwe1-6/+8
2003-10-14Patch from Chuanjian Shen:nyamatongwe1-109/+247
1.) "forall" and "where" statement folding bug. 2.) simple folding with "do label" structure. 3.) label colourise bug. 4.) number colourise bug (such as 1.D0)
2002-11-21Update from Shen to fix the wrong folding with TYPE defining and wrongnyamatongwe1-17/+33
color highlighting with continucated lines in some cases.
2002-10-26Update from Shen to handle continuation.nyamatongwe1-29/+49
A couple of warnings fixed.
2002-10-08New lexer for Fortran.nyamatongwe1-0/+274