123 Commits (9f03520586e284a8c8628b4e071dc07afacdfc1d)

Author SHA1 Message Date
eidheim 73d4889b68 Tokens are now bold when using go to usage and go to methods. 10 years ago
eidheim 4af4189657 Rename entry does not show anymore when no token is found. 10 years ago
eidheim 9d5ab766f6 Fixed crashes related to boost::filesystem::exists and ::last_write_time. 10 years ago
eidheim 56b6b823a0 Added deactivate/activate to Go to Usage menu item. 10 years ago
eidheim 30a9a226fb No longer shows tooltip right after going to a usage. 10 years ago
eidheim eb13a7e81f Added Go to Usage, and fixed #82 by removing the directory ignore option. This also makes implementing git integration easier. 10 years ago
eidheim 85d66b8f2d Replaced old gtk_main_iteration with newer g_main_context_iteration. 10 years ago
eidheim 914ed4b45a Now tries to compile/compile and run even without files if a directory is open. 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 8617e5894d Can now create files from command line arguments (juci . new_file.py), and error messages in terminal are set to bold. 10 years ago
U-ole-PC\ole ec4fc631ba Cleanup of dialogs, as well as fixing a couple of crashes. 10 years ago
eidheim 626d347387 Singletong and config cleanup. Got rid of most if not all circular includes. 10 years ago
Jørgen Lien Sellæg f1b3e8757b Reset version and move of directories update 10 years ago
Jørgen Lien Sellæg 94bc501ab6 Remove the rest of the references to the removed singletons and adding main config as singleton 10 years ago
eidheim 484ac9feda New menu system finished. Also, the key bindings now gets updated when config.json is saved. 10 years ago
eidheim 3da0faaf6e Further work towards new menu system. 10 years ago
eidheim 1aceafa78a Work in progress: replacing the old menu system with the new standard menu system using native menues. 10 years ago
eidheim bd61bb032c Fixed crash if going to a declaration in a changed file that is not saved. 10 years ago
eidheim ef7804bdea Fixed activation/deactivation of Auto-indent buffer menu item. 10 years ago
Jørgen Lien Sellæg 3dfa3be423 More robust path handling. Fixes some bugs on windows 10 years ago
eidheim 7a4d9e6d61 Implemented auto-indentation of a whole buffer through clang-format. 10 years ago
Jørgen Lien Sellæg 70630fc656 Remove juci namespace from filesystem 10 years ago
eidheim 59b32b25f1 Added the missing checks if paths from Dialog::* were empty. 10 years ago
Jørgen Lien Sellæg 5fb5f26bce Rename sourcefile to filesystem 10 years ago
eidheim 17e45b1e63 Resolved conflicts in #68. 10 years ago
eidheim 9fc60c1072 Minor fixes to #57. 10 years ago
Jørgen Lien Sellæg 140ae6a821 Fix indention and error message 10 years ago
Jørgen Lien Sellæg bf92d588c4 Remove directories from Notebook 10 years ago
eidheim 18caaeda6e Replaced tab regex with function that finds end of tab. 10 years ago
eidheim 99908d4e3d Added possibility to change tab size and char for a buffer. 10 years ago
eidheim 9fe86dadad Find Document is finished and now works on all platforms. 10 years ago
eidheim 0307801336 Ongoing work: Find Documentation. 10 years ago
eidheim 97bae361f4 Added label to Run Command, and some minor cleanup. 10 years ago
eidheim b5a551462c Improved path deduction for run command. 10 years ago
eidheim f468a601d5 Now only reparse clang files if a header is saved. 10 years ago
eidheim b37a9d38d5 Added fix its, and some minor cleanup. 10 years ago
eidheim 521bd82bb8 Minor entrybox cleanup, and entry text has now no max size limit. 10 years ago
eidheim 7c1e6f3def Set/unset sensitivity on menu item: go to next diagnostic, depending on file type. 10 years ago
Jørgen Lien Sellæg 893ebe79bf Better fault toleranse when exitin dialogs unusually 10 years ago
eidheim 30c81395cd Fixed sourcemap gray box. It is now transparent. 10 years ago
U-ole-PC\ole 0149193a39 Fixed crash on Windows, and now uses std::to_string instead of lexical casts. 10 years ago
eidheim 1ed40db56d Source map should be working, added config items for source map. 10 years ago
eidheim 6e8f7e0873 Added spellcheck menu items, and possibility to spellcheck whole buffer. 10 years ago
eidheim 1eff103d9a Minor similar tokens fix. 10 years ago
eidheim 2202060781 Cleanup of source functions, tag_similar_tokens is now a member function. 10 years ago
eidheim f8d933c31d Fixed fix of fix of #60. 10 years ago
eidheim 939cc0a5a2 Authors changed to in order of appearance. 10 years ago
eidheim 74434779c3 Source token cleanup. Rename refactor should now work even better. 10 years ago
Jørgen Lien Sellæg 2ea1e1821a Rename logging function due to namespace conflict 10 years ago