86 Commits (57cdbaba54faaf50b66d94b1220fa62f0b1847fd)

Author SHA1 Message Date
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
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
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
U-olece-PC\olece 909ce772c0 Now compiles on MSYS2 again. 10 years ago
eidheim 594a926dcd More fixes to status. 10 years ago
eidheim e45b0b1211 Now updating status field when closing tabs. 10 years ago
Ole Christian Eidheim f14332eac4 Fixed the elusive crash. 10 years ago
Ole Christian Eidheim 72cb162ba1 Added check after going through gtk_events. 10 years ago
eidheim 32a27c91b1 Trying to find where juci crashes about once a day on OS X. Also fixed tooltip-newlines. 10 years ago
eidheim 1a758dae1f Supporting Ubuntu 14. 10 years ago
eidheim cee83dfdc8 Key state fix for Ubuntu 15 and possibly other platforms. 10 years ago
Jørgen Lien Sellæg bcfba43b62 Add about dialog 10 years ago
eidheim ef422a35e5 Now only reparse when needed at tab switch. 10 years ago
eidheim 694ca529b4 Added history to the entry-fields (find/replace/run command) using up and down arrow keys. 10 years ago
eidheim d0e77f2397 Now scrolls to the point where undo or redo happens. 10 years ago
eidheim bc6785fcee Some cleanup. 10 years ago
Ole Christian Eidheim 52adf1c07d Now doing a soft reparse every time a clangview-page gets focused (in case a header file for instance is changed) 10 years ago
U-olece-PC\olece 8991a4725b gtk_file_chooser_set_filename now works on Windows. 10 years ago
U-ole-PC\ole d977cfa032 Cygwin-support added, please note that I have not yet tested the changes on OS X and Debian. Doing it now. 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 20106be949 Spaces in paths should now work. 10 years ago
eidheim 0dca04a04f Juci now handles UTF-8 all the way. 10 years ago
Jørgen Lien Sellæg 894f2e8382 Change another cast 10 years ago
Jørgen Lien Sellæg c3c9e09722 Replace to_string and stoi with lexical_cast 10 years ago
eidheim 6ecc5ba16f Added option to change the make command (for instance to use more processes with -j [number]). 10 years ago