1050 Commits (e7c70ac1be1f21baace1f40be795095193f2a6a0)
 

Author SHA1 Message Date
eidheim 1eff103d9a Minor similar tokens fix. 10 years ago
eidheim 688e80821a Added clang version 3.7. 10 years ago
eidheim b767c916dd MSYS2 has fixed the missing includes in clang. Please install the latest clang package on MSYS2. 10 years ago
eidheim 206cfb23be MSYS2 has fixed the missing libclang.dll.a file. Please install the latest clang package on MSYS2. 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 71d6d73599 Cleanup of #60. 10 years ago
eidheim bcd8a1a4e3 Fixes #60, default max terminal buffer size is now 1000. 10 years ago
eidheim 4321febd41 More robust directory/file code, fixed at least one infinite loop. 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 66533b80e8 Merge branch 'master' of https://www.github.com/zalox/jucipp 10 years ago
Jørgen Lien Sellæg f9269690cb Create enum for options 10 years ago
Jørgen Lien Sellæg eea92ef61d Merge branch 'master' of https://www.github.com/zalox/jucipp 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
Jørgen Lien Sellæg ddeeb19989 Vista implementation of pick folder 10 years ago
eidheim 4579faf9a9 Slightly improved style colors. 10 years ago
eidheim 69ca4e1e81 Now does not use clang indentation while inside comment or string context. 10 years ago
eidheim 8224a1f76e clang::Cursor and clang::Token cleanup. 10 years ago
eidheim 0c9b4bb68f Fixed spellcheck after return key. 10 years ago
eidheim 9bf02222dd Slight cleanup. 10 years ago
eidheim 6f43e84c71 Indenting after ':' fix. 10 years ago
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