49 Commits (5f1511f9fa476cdb9b1458e1b28d302f26e604fa)

Author SHA1 Message Date
eidheim 4d1ef611a8 Fixes to #320: increased juci minute version and removed unneeded tabs_visible flag 9 years ago
Physiix b0cbd9b00f Indentation 9 years ago
Physiix 3a64bcad9b Added menu item to toggle Tabs visibility. 9 years ago
eidheim f6e82df359 Replaced deprecated VBox/HBox with Box, and HPaned/VPaned with Paned 9 years ago
eidheim bea112e22e Cleanup of Reload file 9 years ago
eidheim d165223af9 Cursor history implemented, fixes #292 9 years ago
d3rrial 14f6e338e0 Added reload functionality by re-writing the textbuffer 9 years ago
eidheim 99d63ba477 Updated status bar, and cleanup of update signals affecting status bar and tab texts 9 years ago
eidheim b27a4eb145 Removed unnecessary widgets from headers 10 years ago
eidheim 8da4a46d55 Notebook focus and page change cleanup 10 years ago
eidheim 146be90dfc Minor notebook cleanup 10 years ago
eidheim ee3b199301 Notebook: focus in cleanup 10 years ago
Ole Christian Eidheim 277e1a481e Cleanup of notebook page close 10 years ago
eidheim 7755b4d148 Debug: now removes breakpoints in a file that is closed 10 years ago
eidheim 7e01fd517f Notebook: focus and change page fixes 10 years ago
eidheim d18e8bef2c Added split window, fixes #235 10 years ago
eidheim edb7b266a4 Fixes #234: close tab on middle mouse click 10 years ago
eidheim 8b7ae10a77 Cleanup of refactoring methods 10 years ago
eidheim 31d54f0b3c Added tooltips with file path to tabs 10 years ago
eidheim d901cca611 Removed Notebook::set_tab_label and used g_signal_emit instead for updating notebook tab labels 10 years ago
eidheim ef54c0a52c Fixes to directory right click methods 10 years ago
eidheim 9c69f18f18 Major project cleanup. Fixes #97 making it possible to support other build tools 10 years ago
eidheim e9cc73471d More project cleanup, getting there, soon done 10 years ago
eidheim da0dde1d6f Slight cleanup of project 10 years ago
eidheim 35ab881071 Finished project cleanup 10 years ago
eidheim 07a43c6bd8 WIP: project cleanup, added project classes so that the hard dependency towards clang is removed in Window. In this way, one can add run commands for other project and file types. 10 years ago
eidheim 46bb7da234 Solves #159, added option to save project files on compile/run 10 years ago
eidheim 1675305884 New singleton system without a singleton container class. 10 years ago
eidheim 5ed9b6eb72 Added close symbol on tabs. 10 years ago
eidheim 7e598ae91a Cleanup of soft_reparse uses, and fixed a bug where implementation files were not correctly reparsed after using rename that included a header file. 10 years ago
eidheim 6ed8a55821 Renamed get_current_path to get_current_folder. 10 years ago
eidheim a288ce37cb Improved and consistant default directory handling for run command and dialogs. 10 years ago
eidheim 626d347387 Singletong and config cleanup. Got rid of most if not all circular includes. 10 years ago
eidheim 2ac04c15a5 Now stores the last tab when opening a new one such that notebook returns to the previous tab after closing the new tab, if no other tab-operations have happened. Like what happens in for instance Chrome. 10 years ago
eidheim 17e45b1e63 Resolved conflicts in #68. 10 years ago
Jørgen Lien Sellæg bf92d588c4 Remove directories from Notebook 10 years ago
eidheim b4f4af5af4 Moved ClangViewParse to source_clang.*. 10 years ago
eidheim 1ed40db56d Source map should be working, added config items for source map. 10 years ago
eidheim fe497f6022 Added sourcemap for gtk versions>=3.18. 10 years ago
eidheim 784456b7d3 Reorder tabs should now work. 10 years ago
eidheim 9e3fbd216e Removed reparse on tab switch after rename-refactoring, which is already reparsing affected buffers. 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
eidheim 82ea15ea9f project_path cleanup. 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 08027264d0 Now searches for project path if a clang-file is opened without a directory opened. Some minor fixes also. 10 years ago
eidheim 02513f9b98 Now attempts to make compile_commands.json if its missing, also remake it after changes to CMakeLists.txt and reparses the open clang-files. Some work left on terminal-execute/run/compile etc functions (only execute and async_execute (last one for compiling and running) will remain). 10 years ago
eidheim 1d581df887 Users should now experience no delay in Juci, even when closing tabs that are processing or when quitting the application while source files are processed. That is, resources are now freed from a seperate thread. 10 years ago
eidheim dda05737f2 Resolved conficts. 11 years ago
eidheim a4f57060cb Further cleanup of window.* and notebook.*. Also now using gtksourceview to identify c/c++/objc files. 11 years ago