1. 07 May, 2014 1 commit
    • albert-github's avatar
      Coded coloring of flow statements corrected (regression) · ee7194bd
      albert-github authored
      Which patch 8e8c9a1e (dd. May 6) the rule:
      <Start>{FLOW}/[,( \t\n].*
      has been changed into"
      <Start>{FLOW}/[,( \t\n]
      (analogous: <Start>{COMMANDS}/[,( \t\n])
      To overcome the warning: fortrancode.l:744: warning, dangerous trailing context.
      
      The result is that the code coloring of (e.g.) the if statements in:
            subroutine test_on_if
              if (a == b) then
                c = d
              endif
              if(a == b) then
                c = d
              endif
            end subroutine
      was removed, due to the fact that the rule: <Start>{ID}{BS}/"(" was used instead of the flow coloring rule.
      
      This patch fixes the rules so the lines are colored again and there is no warning.
      ee7194bd
  2. 06 May, 2014 6 commits
  3. 05 May, 2014 5 commits
  4. 03 May, 2014 6 commits
  5. 02 May, 2014 1 commit
  6. 01 May, 2014 1 commit
    • albert-github's avatar
      Make index for faq · 38dfdcab
      albert-github authored
      Currently the FAQs are in a numbered list, no index / overview. This patch places the FAQs in paragraphs resulting in a readable overview (in index or with a tableofcontents in HTML
      38dfdcab
  7. 27 Apr, 2014 1 commit
  8. 26 Apr, 2014 2 commits
  9. 21 Apr, 2014 10 commits
  10. 20 Apr, 2014 5 commits
  11. 19 Apr, 2014 2 commits