102 Commits (1aceafa78a0f795763aad5ebcc01f332dd1f19bc)

Author SHA1 Message Date
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
eidheim 7a4d9e6d61 Implemented auto-indentation of a whole buffer through clang-format. 10 years ago
eidheim 59b32b25f1 Added the missing checks if paths from Dialog::* were empty. 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
Jørgen Lien Sellæg 317e5a8528 Rename logging function due to namespace conflict 10 years ago
eidheim 1e903e5954 Can now find warnings and errors through menu item: Go to next Diagnostic. 10 years ago
eidheim c8f1e3b30e No longer reconfigures when config.json is not saved. 10 years ago
eidheim 8b033f81d4 More correct authors dialog. 10 years ago
eidheim a8301256a7 Now uses tab char and size from config.json when creating new C++ project. Also fixed a minor issue when using tab as tab_char. 10 years ago
eidheim 6b019a98f3 Can now change default size of juci window in config.json. 10 years ago
eidheim b2a82979e1 Can now move to next/previous tab using key-shortcuts. 10 years ago
eidheim 2ad7b432de Now reconfigures juci when config.json is saved, although could not do this for keybindings due to depricated functions I guess. Also some smaller fixes. 10 years ago
eidheim 7549a497ad Minor cleanup. 10 years ago
eidheim aeb8751ee8 Using more effective clang::Tokens::get_similar_token_offsets. 10 years ago
eidheim 3cf7429ccd Now properly removes spellcheck errors when the word is no longer in a string or comment. Also reverted the info/status field position. 10 years ago
eidheim cc257e0fd0 Moved info and status right to below notebook. 10 years ago
Jørgen Lien Sellæg 908a7092bc Clean dialogs and add some windows support 10 years ago
eidheim 4fc6cee373 Menu xml is now hardcoded in menu.cc. Now we do not have to worry about how to update the menu for those already having a ~/.juci directory. menu.xml is no longer created in this directory. 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
eidheim 81029f713f Resize grips are depricated, removed it. 10 years ago
eidheim 9291b8082b Tabs are now reordable, and removed resize symbol that overlapped status field on Debian at least. 10 years ago
eidheim 9e3fbd216e Removed reparse on tab switch after rename-refactoring, which is already reparsing affected buffers. 10 years ago
eidheim 242a6ca963 Fixed crash when closing a tab real quick after moving cursor. 10 years ago
U-olece-PC\olece 6e69cb17c4 The SIGC weirdness should now work on all platforms. 10 years ago