1. 03 Ara, 2017 1 kayıt (commit)
  2. 09 Kas, 2017 1 kayıt (commit)
  3. 21 Tem, 2017 1 kayıt (commit)
  4. 20 Tem, 2017 2 kayıt (commit)
  5. 16 Tem, 2017 1 kayıt (commit)
  6. 11 Tem, 2017 1 kayıt (commit)
  7. 27 Haz, 2017 1 kayıt (commit)
  8. 23 Haz, 2017 1 kayıt (commit)
  9. 02 May, 2017 1 kayıt (commit)
  10. 29 Nis, 2017 1 kayıt (commit)
  11. 22 Mar, 2017 1 kayıt (commit)
    • A. Tombs's avatar
      Add parfor to Matlab keyword list (#1021) · 33762f52
      A. Tombs yazdı
      Add parfor to Matlab keyword list
      
      Add `parfor` to the list of keywords to be highlighted in Matlab script sources. `parfor` is a Matlab keyword that can be used in place of `for` to achieve parallel processing.
      33762f52
  12. 21 Şub, 2017 1 kayıt (commit)
  13. 14 Ock, 2017 1 kayıt (commit)
  14. 11 Ock, 2017 2 kayıt (commit)
  15. 18 Ara, 2016 1 kayıt (commit)
  16. 16 Ara, 2016 1 kayıt (commit)
  17. 24 Eki, 2016 1 kayıt (commit)
  18. 06 Eyl, 2016 3 kayıt (commit)
    • Colomban Wendling's avatar
      Inherit C lexer_properties in all filetypes inheriting C styles · c9d0bd72
      Colomban Wendling yazdı
      `lexer.cpp.track.preprocessor` lexer properties affects which styles
      are used, and we don't set those, so no filetype inheriting C styles
      should set it to 1.
      
      Similarly, some properties like `styling.within.preprocessor` are
      mostly general settings rather than selecting syntax details, so they
      should probably match in all filetypes for consistency.
      
      So, inherit the C lexer_properties everywhere C styles are used, and
      only override specific properties in the inheriting filetype.
      c9d0bd72
    • Colomban Wendling's avatar
      Haxe: Do not track preprocessor for styling · bbdf56fc
      Colomban Wendling yazdı
      We don't set the styles for inactive preprocessor sections, so we
      should make sure they aren't used.  Also, Haxe has different
      preprocessor directives than C does, which confuses LexCPP tracking
      anyway.
      
      Fixes #936.
      bbdf56fc
    • Colomban Wendling's avatar
      Remove SciTE properties from filetype definitions · 09796ef7
      Colomban Wendling yazdı
      Those are SciTE-specific things that Scintilla itself never used,
      and that were simply erroneously imported into Geany.
      09796ef7
  19. 30 Haz, 2016 1 kayıt (commit)
  20. 05 May, 2016 1 kayıt (commit)
    • Alexander's avatar
      Fix Haskell single line comments by adding space · 6b608974
      Alexander yazdı
      Haskell single line comments consist of at least two dashes "--",
      not followed by special symbol.
      So in practice everywhere in code you will see a space following "--".
      Reference: Haskell 2010 Language Report -> Chapter 2 -> Lexical Structure
      6b608974
  21. 04 May, 2016 1 kayıt (commit)
  22. 28 Mar, 2016 1 kayıt (commit)
  23. 13 Mar, 2016 1 kayıt (commit)