Commit Graph

41 Commits

Author SHA1 Message Date
Timothy Warren 80245660d6 Fix font pref setting, share config objects 2019-06-24 09:18:08 -04:00
Timothy Warren f07dc8148d Rename some components for better clarity 2019-06-21 13:34:12 -04:00
Timothy Warren 7ce71abc00 Fix segfault on pref window close, add proper dev build to makefile 2019-06-18 15:48:28 -04:00
Timothy Warren 8ab0a50960 Add menu item to select sidebar folder, misc tweaks 2019-05-30 15:09:42 -04:00
Timothy Warren 9a2f12f06b Slow progress on File pane 2019-05-23 16:22:49 -04:00
Tim Warren ab0c586b25 Check for C11, use pragma once 2016-01-13 09:29:09 -05:00
Tim Warren 37fbde33e3 Refactor includes to be more sane 2015-07-07 10:01:17 -04:00
Tim Warren 6f053f84ed Fix font preference settings, workaround missing preferences include for travis, new tests 2015-06-18 13:34:54 -04:00
Tim Warren 1fa24545d2 A little pointer and docblock cleanup, show current language in status bar 2015-06-03 17:06:55 -04:00
Tim Warren 4f649b73a7 Add null pointer checks for find dialog, get rid of some unintentional segfaults 2015-06-03 09:24:08 -04:00
Tim Warren 0e64bdc1ba Fix windows build, use a closure for some event handlers 2015-06-01 14:10:02 -04:00
Tim Warren ed9593312c Preferences window for some basic settings, closes #6 2015-05-27 11:37:02 -04:00
Tim Warren f9509f8a13 Add basic preferences dialog, still needs to have functionality, see #6 2015-05-26 15:46:55 -04:00
Tim Warren 1b42eae8d8 Start of command-line arguments 2015-05-15 16:55:18 -04:00
Tim Warren 469c6d4acf Prepartion for properly selecting a new language for highlighting 2015-05-13 16:55:44 -04:00
Timothy Warren f7f45ade77 Fix some AUI brokenness, add more docblocks 2015-05-11 19:42:33 -04:00
Tim Warren c5b2974c5a More AUI controls 2015-05-11 17:02:11 -04:00
Tim Warren 12adf9b7a0 Generate language menu 2015-05-08 16:01:36 -04:00
Tim Warren 36e07a9784 Lots of refactoring, need to fix a segfault with Close All 2015-05-07 17:05:27 -04:00
Timothy Warren 58b56df3a1 Hide find and replace for now, add line-ending toggle, fix save as logic for new files 2015-04-30 19:35:21 -04:00
Tim Warren 631d0bc501 Start of find/replace functionality 2015-04-30 17:10:26 -04:00
Timothy Warren 2b2175220f Fixes #1, menu items not properly disabled on some platforms 2015-04-29 21:28:32 -04:00
Tim Warren f4f47b081a Add line wrapping option 2015-04-29 14:36:34 -04:00
Tim Warren 6c17981afe Indentation help, and setup for some new functionality 2015-04-28 14:58:52 -04:00
Tim Warren e7bc307805 Add close all menu item 2015-04-27 15:00:31 -04:00
Tim Warren c39dd8b9ac Add Context Menu and full path tooltip to tabs 2015-04-24 16:55:10 -04:00
Tim Warren dcdff24a87 Open multiple files, and toggle viewing of whitespace characters 2015-04-23 16:40:59 -04:00
Tim Warren 1532613c08 Miscellaneous twiddling 2015-04-22 10:09:43 -04:00
Tim Warren 29b385283d Miscellaneous 2015-04-21 17:06:21 -04:00
Tim Warren d0db1a0d7f Enable/disable controls into one method 2015-04-21 10:09:39 -04:00
Tim Warren 4d05a0943e Properly disable controls when using the tab button to close the last tab 2015-04-20 17:02:34 -04:00
Tim Warren 6dec55b0d2 Code folding, save on close prompting, and more 2015-04-16 17:03:27 -04:00
Tim Warren 1adde169ec Some framework for configuration storage in JSON 2015-04-13 16:48:41 -04:00
Tim Warren cdda8c2ffe Basic syntax highlighting for C++ 2015-04-13 13:01:25 -04:00
Tim Warren 6baf169283 Disable controls that aren't relevent at program start 2015-04-13 09:30:56 -04:00
Tim Warren e0d8b1203d Lexers can now be loaded 2015-04-10 15:11:15 -04:00
Tim Warren f0dbed1641 Start on lexers for syntax highlighting 2015-04-09 17:16:28 -04:00
Tim Warren 472c9f5693 Undo and Redo 2015-04-09 13:54:28 -04:00
Tim Warren 57fb790397 Edit menu wired up 2015-04-09 13:27:30 -04:00
Tim Warren dee08adda4 Remove static event tables 2015-04-09 11:45:19 -04:00
Tim Warren 1fb4c44cec Testing, split general logic into library, SFTP stuff 2015-04-07 17:08:28 -04:00