notepad-plus-plus-legacy/scintilla/lexlib
Markus Heidelberg 6dab6621ba
Make Scintilla build properly with GCC/MinGW
Fix GCC compile error: extra qualification 'WordList::' on member 'SetWordAt' [-fpermissive]

Fix GCC compile error: a storage class can only be specified for objects and functions

Fix GCC compile error with invalid usage of conditional operator
  Invoke the "afterthought" part of the for loop in the normal code at the
  end of the loop where proper conditions can be used.
  Error message:
  third operand to the conditional operator is of type 'void', but the second operand
  is neither a throw-expression nor of type 'void'

closes #1656
closes #1655
2016-07-04 18:09:47 +09:00
..
Accessor.cxx [UPDATE] Update Scintilla to 3.3.4 2013-08-28 00:44:27 +00:00
Accessor.h [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 2015-06-07 23:19:26 +02:00
CharacterCategory.cxx [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 2015-06-07 23:19:26 +02:00
CharacterCategory.h [UPDATE] Update Scintilla to 3.3.4 2013-08-28 00:44:27 +00:00
CharacterSet.cxx [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 2015-06-07 23:19:26 +02:00
CharacterSet.h [UPDATE] Update Scintilla to 3.3.4 2013-08-28 00:44:27 +00:00
LexAccessor.h [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 2015-06-07 23:19:26 +02:00
LexerBase.cxx [UPDATE] Update Scintilla to 3.3.4 2013-08-28 00:44:27 +00:00
LexerBase.h [UPDATE] Scintilla update from 2.21 to 2.25 2011-03-22 00:16:49 +00:00
LexerModule.cxx [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 2015-06-07 23:19:26 +02:00
LexerModule.h [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 2015-06-07 23:19:26 +02:00
LexerNoExceptions.cxx [UPDATE] Update Scintilla from 2.12 to 2.20 2010-08-21 23:59:56 +00:00
LexerNoExceptions.h [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 2015-06-07 23:19:26 +02:00
LexerSimple.cxx [UPDATE] Update Scintilla to v2.21. 2010-09-05 22:56:27 +00:00
LexerSimple.h [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 2015-06-07 23:19:26 +02:00
OptionSet.h [UPDATE] Update Scintilla to 3.3.4 2013-08-28 00:44:27 +00:00
PropSetSimple.cxx [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 2015-06-07 23:19:26 +02:00
PropSetSimple.h [UPDATE] Update Scintilla to 3.3.4 2013-08-28 00:44:27 +00:00
SparseState.h [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 2015-06-07 23:19:26 +02:00
StringCopy.h [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 2015-06-07 23:19:26 +02:00
StyleContext.cxx [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 2015-06-07 23:19:26 +02:00
StyleContext.h [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 2015-06-07 23:19:26 +02:00
SubStyles.h [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 2015-06-07 23:19:26 +02:00
WordList.cxx [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 2015-06-07 23:19:26 +02:00
WordList.h Make Scintilla build properly with GCC/MinGW 2016-07-04 18:09:47 +09:00