log gui/src/m-editor/file-editor-tab.cc @ 15137:16a6b0a6855d gui

age author description
Thu, 02 Aug 2012 11:08:45 +0200 Jacob Dawid Added find functionality in editor by to.lil. gui
Sat, 28 Jul 2012 21:53:45 -0400 Jordi GutiƩrrez Hermoso Source code formatting (80-column lines, mostly whitespace changes) gui
Fri, 20 Jul 2012 09:15:22 -0400 Jacob Dawid Fixed bug with error message about missing arguments when running a file. gui
Wed, 18 Jul 2012 17:06:59 -0400 Jacob Dawid Removed cd'ing back after running a script for compatibility with less. gui
Wed, 18 Jul 2012 07:07:18 -0400 Jacob Dawid Forgot to have a fallback lexer when the file suffix is unknown. Removed unused variable and added comments. gui
Wed, 18 Jul 2012 05:45:40 -0400 Jacob Dawid Added syntax highlighting support for .sh/.bat/.pl and .diff-files. gui
Tue, 17 Jul 2012 11:38:54 -0400 Jacob Dawid Now supporting c/cc/cpp syntax highlighting. gui
Mon, 02 Jul 2012 22:47:23 +0200 Jacob Dawid Second attempt to fix setting breakpoints. gui
Mon, 02 Jul 2012 18:33:34 +0200 Jacob Dawid Fixed offset when setting breakpoints. gui
Mon, 02 Jul 2012 16:06:50 +0200 Jacob Dawid Removed run command, instead cding into the script directory and executing script directly. gui
Mon, 02 Jul 2012 15:18:55 +0200 Jacob Dawid Fixed removing all breakpoints. gui
Mon, 02 Jul 2012 12:35:08 +0200 Jacob Dawid Very basic breakpoint setting and removing in the editor works. gui
Mon, 02 Jul 2012 10:51:47 +0200 Jacob Dawid Changed QImage to QPixmap to allow compilation with QScintilla2 < 2.6. gui
Mon, 02 Jul 2012 09:31:30 +0200 Jacob Dawid Added menus, markers and methods to visualize debugging in the editor and add, remove and navigate breakpoints* . gui
Tue, 26 Jun 2012 15:27:10 +0200 Jacob Dawid Replaced a lot of terminal interaction with events: Clearing, loading and saving workspace, running a file. Default location for saving a new file is now the current working directory. Fixed bad settings with a fresh installation of the GUI by providing a file with default settings and installing it when appropriate. gui
Thu, 21 Jun 2012 22:30:08 +0200 Jacob Dawid Now recognizing more symbol types in workspace view. Fixed bug with file system watcher complaining with new files. gui
Thu, 21 Jun 2012 21:29:01 +0200 Jacob Dawid Fixed integrating debug menu in the editor window. gui
Thu, 21 Jun 2012 20:18:30 +0200 Jacob Dawid Fixed bug with editor complaining that a file has been modified by another application when saving. gui
Sat, 02 Jun 2012 16:25:18 +0200 Jacob Dawid Done some extra method renaming to fit the overall octave coding style. gui
Fri, 01 Jun 2012 23:54:14 +0200 Jacob Dawid Completion of code reformatting. gui
Thu, 31 May 2012 22:59:47 +0200 Jacob Dawid Started to rename class names and methods from camel case to underscore- gui
Thu, 31 May 2012 22:19:53 +0200 Jacob Dawid Changed various files to matche file naming conventions. gui base gui/src/editor/fileeditortab.cc@6949fc1f7521