edi/ChangeLog

97 lines
2.1 KiB
Plaintext
Raw Normal View History

2015-06-07 ajwillia.ms (Andy Williams)
* Indent newlines to match whitespace in the previous line
2015-05-31 ajwillia.ms (Andy Williams)
* Add launch configuration so we can run a built binary
2015-05-30 ajwillia.ms (Andy Williams)
* Added a monospaced font picker to settings
2015-05-26 15:59:16 -07:00
2015-05-26 ajwillia.ms (Andy Williams)
* Add new icon from raster and update welcome/about image layouts
2015-05-18 15:18:09 -07:00
2015-05-18 ajwillia.ms (Andy Williams)
* Remember open tabs and windows per project
* Allow hiding of the toolbar
2015-05-18 16:01:56 -07:00
* Added a main menu to move items off toolbar
2015-05-18 15:18:09 -07:00
2015-08-15 ajwillia.ms (Andy Williams)
* Remember UI settings per-project in <proj>/.edi/
2015-04-20 ajwillia.ms (Andy Williams)
* Highlight lines containing TODO or FIXME
2015-03-15 06:27:15 -07:00
2015-03-15 ajwillia.ms (Andy Williams)
* Fix issues with re-opening closed tabs
* Fix crash-on-open for some systems
2015-03-15 06:27:15 -07:00
2015-03-08 ajwillia.ms (Andy Williams)
* Add a settings screen
2015-02-28 Vincent Torri
* Fix username lookup for Windows
2015-02-21 ajwillia.ms (Andy Williams)
* Release 0.0.1
2015-02-14 15:14:25 -08:00
2015-02-11 ajwillia.ms (Andy Williams)
* Make sure clang syntax loading follows auto saves
2015-02-08 ajwillia.ms (Andy Williams)
* Add an about window to credit our contributors
2015-02-07 wilsonk (Kelly Wilson)
* Remember file types when we open-as in the editor
2014-11-22 ajwillia.ms (Andy Williams)
* Add a diff rendering component to edi
2014-11-09 ajwillia.ms (Andy Williams)
* Add build and test functions to toolbar
2014-10-09 ajwillia.ms (Andy Williams)
* Add clang syntax highlighting
2014-09-28 ajwillia.ms (Andy Williams)
* Add the ability to create a new project from our welcome screen
2014-07-29 ajwillia.ms (Andy Williams)
* Add a welcome screen to choose recently opened projects
2014-06-07 ajwillia.ms (Andy Williams)
* Add line numbers to the text editpr
2015-02-14 15:14:25 -08:00
2014-05-15 ajwillia.ms (Andy Williams)
* Add basic undo support
2015-02-14 15:14:25 -08:00
2014-04-27 ajwillia.ms (Andy Williams)
* Add simple build functions
* Create an edi_build binary for command line building
* Added simple search and goto line functions
2014-03-31 ajwillia.ms (Andy Williams)
* Complete the features of the Basic text editor