927 Commits (ae16b50519718eadd9a17e53ff3fff0179ca31bd)
 

Author SHA1 Message Date
eidheim a93c159c69 Smart indenting after enter when line ends with ':'. 10 years ago
eidheim d0c7e29bcd Minor fix to smart Delete key. 10 years ago
eidheim cbfd0bd956 Fixed marking of similar tokens for instance in: exit(EXIT_SUCCESS); 10 years ago
eidheim 1e903e5954 Can now find warnings and errors through menu item: Go to next Diagnostic. 10 years ago
eidheim 5afb38f3f2 Improved indentation and smart delete button implemented. 10 years ago
eidheim c8f1e3b30e No longer reconfigures when config.json is not saved. 10 years ago
eidheim 8584b8101e Removed a compilation warning. 10 years ago
eidheim dd7ffc05d2 Fixed bug that lead to configure being called twice. 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 932cd8efd9 Added dark blue style based on Emacs deeper blue theme. 10 years ago
eidheim b2a82979e1 Can now move to next/previous tab using key-shortcuts. 10 years ago
eidheim 4d357ff99e Now fallbacks to default config if error in ~/.juci/config/config.json. 10 years ago
eidheim 2d7e9d7062 Improved dark style. 10 years ago
eidheim c956bd2021 Minor cleanup. 10 years ago
Ole Christian Eidheim c86f63e082 Slight color change in dark-style. 10 years ago
Ole Christian Eidheim 3b0426ad31 Fixed gtk assertion error. 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
Ole Christian Eidheim 053088122a Merge pull request #13 from cppit/master 10 years ago
eidheim cbce6c89b7 Now updates ~/.juci/config/config.json if a new version or additional fields are added by the juci team. 10 years ago
eidheim 4c1db737af Fixed crash when a tab is closed right after buffer change. 10 years ago
Ole Christian Eidheim d6b5b6b607 Fixed crash when closing a tab right after buffer change. 10 years ago
eidheim e1bd065d57 Minor fix. 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 252cec4e58 Much less resource demanding type information retrieval. 10 years ago
Ole Christian Eidheim d4db7cabb5 Merge pull request #59 from eidheim/master 10 years ago
eidheim 048b088b9d Workaround to iter_forward_to_context_class_toggle bug. 10 years ago
Ole Christian Eidheim 4da87e346a Merge pull request #58 from eidheim/master 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 19aba63e24 Merge pull request #56 from eidheim/master 10 years ago
Jørgen Lien Sellæg 9df5547505 Change implementation to Vista and up 10 years ago
Jørgen Lien Sellæg 908a7092bc Clean dialogs and add some windows support 10 years ago
Jørgen Lien Sellæg 8e421e2619 Merge branch 'master' of http://github.com/eidheim/jucipp 10 years ago
eidheim 60136fe560 Spellcheck fixes when for instance uncommenting code and moving cursor to positions where previous spellcheck errors were found. 10 years ago
eidheim 8437fae54b Numbers are no longer included in spellcheck. 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 4cd5654252 Filenames without language support are now gray in the directory window. 10 years ago
eidheim eef806f5ee Minor info cleanup. 10 years ago
eidheim 079a9374bb Minor change to info. 10 years ago
eidheim d4a8c3b132 Minor changes to info. 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 784456b7d3 Reorder tabs should now work. 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 6d7ddd6235 Now opens files that are not UTF-8 valid, if a language is found for the file, that is, this does not include binary files. 10 years ago
eidheim b9292f2076 Minor cleanup. 10 years ago
eidheim 85241413ed Now restarts parse if autocomplete fails. Going to clean up autocomplete next. 10 years ago