Skip to content
Snippets Groups Projects
  1. Nov 22, 2010
  2. Nov 17, 2010
  3. Nov 16, 2010
  4. Nov 15, 2010
  5. Nov 12, 2010
    • Leandro Melo's avatar
      Editors: Make block highlights go beyond the margin · 5723a73b
      Leandro Melo authored
      Block highlights should still be visible even outside the margin (when
      margins are displayed naturally), since it acts only as indicator of
      the character limit.
      
      Apparently this had already been noticed before and recently there was
      a merge request (no. 204) with an attempt to fix it. However, the
      implementation was not handling it in a nice form. This is a small
      patch that solves the issue and keeps the editor beautiful. (Check
      the merge request for more details.)
      
      Reviewed-by: Thorbjorn Lindeijer
      5723a73b
  6. Nov 10, 2010
  7. Nov 09, 2010
  8. Nov 08, 2010
  9. Nov 05, 2010
  10. Nov 03, 2010
  11. Nov 02, 2010
  12. Nov 01, 2010
  13. Oct 29, 2010
  14. Oct 28, 2010
  15. Oct 26, 2010
  16. Oct 25, 2010
  17. Oct 19, 2010
  18. Oct 18, 2010
    • mae's avatar
      Fixed find scope · da5cdda7
      mae authored
      There was an off-by-one error for the normal find scope.
      Improved look by ignoring the left side.
      da5cdda7
  19. Oct 15, 2010
  20. Oct 14, 2010
  21. Oct 13, 2010
    • Leandro Melo's avatar
      Text editor: Fix potential crash in the plain text editor. · 44cefd73
      Leandro Melo authored
      Example situation: The plain text editor is displaying in-memory content and
      has not been explicitly "configured". If there's an attempt to indent the text
      it crashes since the indenter is invalid. This can happen if one clicks on 'Show
      View Contents in Editor' within a debug session and press enter in the editor.
      
      Reviewed-by: con
      44cefd73
  22. Oct 12, 2010
  23. Oct 11, 2010
Loading