864 Commits (be1716f00566bf34c09ceb3cf6aaaa1ff66743ab)
 

Author SHA1 Message Date
U-ole-PC\ole 63d53ed475 libclang should now find its includes for all versions. 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 14f93b1260 Font family fix to source map. 10 years ago
eidheim 5f48bd2e6d Minor fixes to sourcemap. 10 years ago
eidheim 1ed40db56d Source map should be working, added config items for source map. 10 years ago
eidheim 0386075506 Second try to get source map working. 10 years ago
eidheim fe497f6022 Added sourcemap for gtk versions>=3.18. 10 years ago
eidheim d59b87ee93 Minor cleanup. 10 years ago
eidheim beb31fcf18 Fix for newer gtkmm versions. 10 years ago
eidheim db23aeaf31 Fix for newer gtkmm versions. 10 years ago
eidheim 75e1f567fc Now adds keywords from lang-files to non-clang-file completion. Also some smaller fixes. 10 years ago
eidheim 62ccd1d8d6 Minor fix to spellcheck. 10 years ago
eidheim 6e8f7e0873 Added spellcheck menu items, and possibility to spellcheck whole buffer. 10 years ago
eidheim 75ac11e777 Now creates compile_commands if missing when opening a file in a project. 10 years ago
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