22 Commits (cc257e0fd0c9320fce068b6402c263a3e6ead4f2)

Author SHA1 Message Date
eidheim cc257e0fd0 Moved info and status right to below notebook. 10 years ago
eidheim fa2f76390f Added info at bottom left line, showing line and line offset as well as number of warnings and errors. 10 years ago
Jørgen Lien Sellæg bcfba43b62 Add about dialog 10 years ago
eidheim d59d925ce7 Fixes #40 among other things. Some cleanup of dialogs. Remember to rm ~/.juci to get updated menu and keybindings. 10 years ago
eidheim 50d684b576 Directories now gets updated automatically when files are deleted, added or renamed (max 1 sec delay). 10 years ago
eidheim 3f7555bc4f Minor theme/style cleanup. files.h changed so rm ~/.juci before testing. 10 years ago
eidheim 7ec25e0c4a Theme cleanup. Will try to add more clang_types to config.json Tomorrow. Remember to remove ~/.juci to get the latest changes. 10 years ago
eidheim e234733dce New C++ project implemented. Also some fixes to terminal. 10 years ago
eidheim de23e8c864 Terminal now handles input, although only the most basic keys are handled. 10 years ago
eidheim 4a83a004f4 Added run command, and kill process items in menu. Remember to delete ~/.juci. Also cleaned up use of std::string instead of boost::filesystem::path. 10 years ago
Jørgen Lien Sellæg 2161c76bf4 gtk-3.0 theme support and support for gtksourceview styles 10 years ago
eidheim 925a318fc4 Minor fixes and cleanup of terminal.*. 10 years ago
eidheim 10c5c5fb1b Can now cancel all applications started in Juci with escape. Also some cleanup and fixes. 10 years ago
eidheim f832372752 Cleanup of terminal.*, and added cmake.* to parse CMakeLists.txt. Also fixed compile, and compile and run. Remember to remove ~/.juci/config/config.json to get this version to work. 10 years ago
eidheim 017d4480a7 Now refreshes directories after running cmake for compilation_commands.json. 10 years ago
eidheim 722a55d3d2 Moved entrybox to bottom of notepad widget, this way the cursor does not change position on screen when entrybox gets shown. Also the entry fields gets closer to the text where the focus of the user is. 10 years ago
eidheim cbaee6b3a1 Added go to line and center cursor. Remember to rm ~./juci/config/config.json and ~./juci/config/menu.xml to update the keys and menu. 10 years ago
eidheim 93f014c8af Added status messages when parsing and autocompleting a ClangView. 11 years ago
eidheim 720bf9b808 Cleanup: menu no longer singleton. 11 years ago
eidheim dda05737f2 Resolved conficts. 11 years ago
eidheim 6ba2ae44e2 Cleanup of directories.*, fix of broken PluginApi from one of last commits. 11 years ago
eidheim 732a13febd Cleanup of window.* and notebook.* mostly done. Some minor fixes. 11 years ago
eidheim a4f57060cb Further cleanup of window.* and notebook.*. Also now using gtksourceview to identify c/c++/objc files. 11 years ago
Jørgen Lien Sellæg 1ea83932ff #14 Rearrange directory structure 11 years ago
eidheim 38abe1f632 Cleanup of window.* and notebook.*, work still in progress. Also fixed save as and some smaller issues. 11 years ago
eidheim ae46741794 Quit application fixed, also possible to cancel quit by closing dialog asking if a modified tab should be saved. 11 years ago
eidheim 44ce183a25 Implemented use of command-arrow keys on OS X. 11 years ago
eidheim 931dc12425 Largeer cleanup in preparation to refactoring implementation. Also some smaller fixes. 11 years ago
eidheim f4c1a2481c Added singleton.*, at the moment only Source::Config made singleton. Tooltips now have yellow background. Also some cleanup. 11 years ago
eidheim 6d7c4ffa09 Mainly cleanup of terminal.*. Added first time clang-parsing message in terminal. 11 years ago
eidheim d33df03dd7 Moved completiondialog-code to seperate file: selectiondialog.h/cc. The selectiondialog is now started from Source::ClangView. Some cleanup. See source.cc lines 340-345 for example use of SelectionDialog. 11 years ago
oyvang 81cd2ef6d4 fixed output on save file and save as 11 years ago
oyvang de2c64ee60 fixed terminal view and compile and run 11 years ago
tedjk 14313e817e created constructor to api, and added it to window 11 years ago
Jørgen Lien Sellæg 10c3ece12c add virtual destructor 11 years ago
oyvang aac51b73ee Fixed save and save as 11 years ago
oyvang 59925ea19c Working console for linux, missing merge with forgie 11 years ago
oyvang 1ccca62ebe fixed popup bug and merged with master 11 years ago
oyvang bc0a24ec77 Fikxed Popup Bugs and started working on terminal 11 years ago
tedjk 00e29a519f added a directory filter to config 11 years ago
tedjk 3e15679705 moved directory signal functions to notebook from window 11 years ago
tedjk df6cc6136d added project structure box to the left of the window 11 years ago
tedjk 2362a4a01c added config to source, notebook, menu and keybindings. 11 years ago
tedjk d970407447 config ready to test on source, starting with keybindings 11 years ago
tedjk 3cd445fbcc progress 11 years ago
oyvang 3ed83dde8c Open file test for zalox 11 years ago
oyvang 86ec615d96 Optimilised code, added copy,paste and cut function 11 years ago
oyvang c4089d9a57 BAB-17 #time 8h #comment Need to implement Entry for text name and extension to complete this notebook. 11 years ago
oyvang b789965da5 fixed some google style issues 11 years ago
oyvang 1144ce805a fixed quit_system bug 11 years ago