Commit Graph

150 Commits

Author SHA1 Message Date
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 bc0f97dd0b First shot at search 2015-06-01 16:51:00 -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 73e1b1d634 Use C++11 standard 2015-05-28 16:25:16 -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 0f09ced684 Fix stupid compile error 2015-05-20 08:39:33 -04:00
Tim Warren 16ba492e6b Command line file loading, fixes #9 2015-05-19 12:12:12 -04:00
Timothy Warren 7fd17e2120 More Docblocks 2015-05-15 19:12:00 -04:00
Tim Warren 1b42eae8d8 Start of command-line arguments 2015-05-15 16:55:18 -04:00
Tim Warren 9904e20f61 Language highlighting selection works! 2015-05-14 14:59:04 -04:00
Tim Warren 469c6d4acf Prepartion for properly selecting a new language for highlighting 2015-05-13 16:55:44 -04:00
Tim Warren 9c9f9d7b63 Update attribution for toolbar icons 2015-05-13 10:07:44 -04:00
Tim Warren b87d73ec86 Tweak widget display for more apparent speed on tab opening/closing, toggle menus based on the current tab, and make globals more obvious 2015-05-12 16:30:22 -04:00
Tim Warren ccb3de679a Remove some redudant declaration in Main file and fix toolbar styling 2015-05-12 14:09:40 -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
Timothy Warren 8e023c1373 Fix Windows build 2015-05-11 15:51:02 -04:00
Tim Warren b6e7a3aa5f Trying out a different icon set 2015-05-11 15:41:31 -04:00
Tim Warren 12adf9b7a0 Generate language menu 2015-05-08 16:01:36 -04:00
Timothy Warren b5b914b40a Fix toggling of menu items on file open 2015-05-07 18:13:45 -04:00
Tim Warren 36e07a9784 Lots of refactoring, need to fix a segfault with Close All 2015-05-07 17:05:27 -04:00
Tim Warren 033e7bf229 Refactor theme config into its own class 2015-05-07 14:06:12 -04:00
Tim Warren f376790583 Remove environment-specific line for OS X 2015-05-05 19:45:08 -04:00
Timothy Warren 042be6734c More docblocks\! 2015-05-04 20:33:01 -04:00
Tim Warren bb91005549 New file style matches open file style, fiddling with find/replace logic 2015-05-04 16:27:21 -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 8f05ce1059 Refactor Config classes 2015-04-29 17:03:15 -04:00
Tim Warren f4f47b081a Add line wrapping option 2015-04-29 14:36:34 -04:00
Tim Warren c428aa92d5 Even better php/javascript/html highlighting 2015-04-29 10:18:44 -04:00
Tim Warren 251fa33282 Better PHP Support for other embedded languages 2015-04-28 16:59:19 -04:00
Tim Warren 4d81c04151 Add menu images for Windows, update Windows readme 2015-04-28 16:14:04 -04:00
Tim Warren 6c17981afe Indentation help, and setup for some new functionality 2015-04-28 14:58:52 -04:00
Tim Warren a5da4634ce Fix PHP highlighting 2015-04-28 12:09:06 -04:00
Tim Warren e7bc307805 Add close all menu item 2015-04-27 15:00:31 -04:00
Tim Warren f908f42148 Add new icon for linux 2015-04-27 11:33:24 -04:00
Tim Warren cd9ef14192 Add new program icon to windows/mac 2015-04-27 11:24:04 -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 a3e7c1b1f0 Makefile and formatting tweaks 2015-04-23 11:03:50 -04:00
Timothy Warren 57cafd1fe1 A lot of makefile tweaks 2015-04-22 21:06:35 -04:00
Tim Warren a6c99dfba1 Miscellaneous 2015-04-22 16:57:10 -04:00
Tim Warren 1532613c08 Miscellaneous twiddling 2015-04-22 10:09:43 -04:00
Tim Warren cc644270e4 Better clang setup in Makefile 2015-04-22 09:19:09 -04:00
Timothy Warren 8d2421de33 Minor fixes and theme tweaks 2015-04-21 21:09:08 -04:00
Timothy Warren 61cf8efca3 Fix syntax error 2015-04-21 20:55:15 -04:00
Tim Warren 29b385283d Miscellaneous 2015-04-21 17:06:21 -04:00
Tim Warren e42e31e4b0 Config-file based theming 2015-04-21 14:07:04 -04:00
Timothy Warren 586824e111 Fix a file closing edge case 2015-04-21 10:21:02 -04:00
Tim Warren d0db1a0d7f Enable/disable controls into one method 2015-04-21 10:09:39 -04:00
Tim Warren c849b906cb Make Config class more generic 2015-04-21 09:55:28 -04:00
Tim Warren 09a7095f74 Remove redundant event handling code 2015-04-20 17:04:52 -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 62556ecf6d More language support 2015-04-20 16:35:51 -04:00
Tim Warren 34ccd73350 File loading and saving checks 2015-04-17 16:55:48 -04:00
Tim Warren 3415733eff Font-size tweak 2015-04-17 12:57:49 -04:00
Tim Warren 1b1c88e4ff Some icon tweaking and miscellaneous twiddling 2015-04-17 12:48:00 -04:00
Timothy Warren f9d677516a Add icon to windows binary 2015-04-16 22:07:51 -04:00
Tim Warren 6dec55b0d2 Code folding, save on close prompting, and more 2015-04-16 17:03:27 -04:00
Tim Warren af4934b16b Add syntax config loading 2015-04-16 11:23:08 -04:00
Tim Warren 72b1dbc4d7 Use stock icons on win and gtk 2015-04-16 09:37:20 -04:00
Timothy Warren 0103c323bd OnClose event scaffold 2015-04-15 21:26:09 -04:00
Tim Warren 9899e989e2 Smaller icons for windows/linux 2015-04-15 15:02:05 -04:00
Tim Warren 65768692fb Add a few more toolbar icons 2015-04-15 12:17:25 -04:00
Tim Warren 61adc35bb0 Load JSON files at compile time as C Strings 2015-04-15 09:47:20 -04:00
Tim Warren 5639d33bb0 Setup for json-based config for syntax highlighting 2015-04-14 17:00:48 -04:00
Tim Warren b32831dbad Better default highlighting theme 2015-04-14 15:58:43 -04:00
Timothy Warren 14176bc092 More windows SFTP fixes 2015-04-14 13:49:06 -04:00
Timothy Warren 8c5fe1c7e4 SFTP Makefile fixes 2015-04-14 12:53:58 -04:00
Timothy Warren d6212be16d More settings class stuff 2015-04-14 08:09:11 -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
Timothy Warren 0561e531ef Make it actually compile, please 2015-04-09 22:07:59 -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
Timothy Warren 946f0699de Some more menus, and using a vector over a static array 2015-04-08 22:37:19 -04:00
Timothy Warren 2e118a27aa Fix windows-specific socket stuff in SFTP class 2015-04-08 19:39:53 -04:00
Tim Warren d204a624e4 Some windows-specific stuff 2015-04-08 11:13:26 -04:00
Tim Warren 9c2ad13d03 Make SFTP class more C++ like 2015-04-08 11:06:24 -04:00
Tim Warren 0a7c47c93b Add netbeans project file 2015-04-08 09:59:56 -04:00
Timothy Warren d3b129af4d Fix makefile on linux 2015-04-07 20:19:05 -04:00
Tim Warren 1fb4c44cec Testing, split general logic into library, SFTP stuff 2015-04-07 17:08:28 -04:00
Tim Warren dfbb4a7661 Some more source organization 2015-04-06 17:27:09 -04:00
Timothy Warren ad83b42835 Use smaller icons for GTK toolbar 2015-04-06 15:57:17 -04:00
Tim Warren aaff81f6bb Some SFTP stuff 2015-04-06 15:42:05 -04:00
Tim Warren 627a2abd6c Lots of better functionality and organization 2015-04-02 18:00:50 -04:00
Tim Warren 779dec403e Icons and a basic toolbar 2015-04-02 14:20:35 -04:00
Tim Warren 090055ffc8 Rename the main frame class 2015-04-02 11:01:21 -04:00
Timothy Warren 7d94beb874 Misc changes 2015-04-01 15:15:29 -04:00
Tim Warren 9c2b0d3ea3 Fix some unused variable warnings, make DocFrame extend the correct class 2015-04-01 14:23:58 -04:00
Timothy Warren 56b2028305 Remove some redundant header includes 2015-04-01 10:32:28 -04:00
Tim Warren 529b28c64b File open dialog, and start of tab editor class 2015-04-01 10:11:56 -04:00
Timothy Warren d8b673934b More menus, about dialog, and tabs replace spaces 2015-03-31 22:52:12 -04:00
Tim Warren 794e660b03 Remove Mac CodeBlocks project in favor of Makefile, some file rearranging 2015-03-31 16:43:42 -04:00