Skip to content
Snippets Groups Projects
  1. Sep 07, 2010
  2. Jul 12, 2010
    • mae's avatar
      Fix brace states · ab8a8c01
      mae authored
      The lexer needs its own lexerState, before it was using
      the syntax highlighter user state. This breaks the brace
      depth calculation of the highlighter.
      
      Reviewed-by: Roberto Raggi
      ab8a8c01
  3. Jul 09, 2010
  4. Jul 08, 2010
  5. Jul 02, 2010
    • Christian Kamm's avatar
      C++: Introduce the new CodeFormatter. · 88f2e340
      Christian Kamm authored
      Done-with: Erik Verbruggen
      88f2e340
    • mae's avatar
      add basic support to show refactor markers · 6ef602d1
      mae authored
      See BaseTextEditor::setRefactorMarkers(...). The markers support
      a clicked signal via BaseTextEditor and tooltips. They feature
      a cursor, but are always positioned at the end of the line (not block!).
      
      As special gimmick they do extend the document width when they
      are positioned outside the document area.
      6ef602d1
  6. Jun 15, 2010
  7. May 20, 2010
    • mae's avatar
      Code folding fix · 697cb0da
      mae authored
      Remove harmful over optimization (made it impossible to restore
      nested folding states)
      697cb0da
    • mae's avatar
      Rework code folding · e07c3401
      mae authored
      The new and cleaner foldingIndent in the block user data will
      make it easier to support other kinds of indentation for various
      other programming languages (like Python).
      e07c3401
  8. Apr 26, 2010
Loading