937 Commits (fe2cf9bea4955098a618edd99e920f8de7c3c64e)
 

Author SHA1 Message Date
eidheim 32a27c91b1 Trying to find where juci crashes about once a day on OS X. Also fixed tooltip-newlines. 10 years ago
Ole Christian Eidheim c782da2371 Ubuntu 14 fix 10 years ago
Ole Christian Eidheim dad14cd6ea Merge pull request #48 from eidheim/master 10 years ago
Ole Christian Eidheim e589cd81a3 Update install.md 10 years ago
eidheim 77401c5bfe Another Ubuntu 14 fix. 10 years ago
eidheim 1a758dae1f Supporting Ubuntu 14. 10 years ago
Ole Christian Eidheim 34cc21bc28 Update install.md 10 years ago
Ole Christian Eidheim 7165bf91a4 Fixed OS X install dependency 10 years ago
Ole Christian Eidheim f29b753ada Added 15 after Ubuntu 10 years ago
Ole Christian Eidheim c15920405e Merge pull request #46 from eidheim/master 10 years ago
eidheim cee83dfdc8 Key state fix for Ubuntu 15 and possibly other platforms. 10 years ago
Jørgen Lien Sellæg a74dd863ff Add git to packages 10 years ago
Ole Christian Eidheim c03dfaa13b Merge pull request #11 from cppit/master 10 years ago
Jørgen Lien Sellæg 8c9b4f7cb6 Merge branch 'master' of http://github.com/eidheim/jucipp 10 years ago
Jørgen Lien Sellæg bcfba43b62 Add about dialog 10 years ago
eidheim 24c2ca4db8 Now using same colors for #include ... as in cpp-gtksourceview-style. 10 years ago
eidheim 96b7071b03 Minor fix. 10 years ago
Jørgen Lien Sellæg 7c61da6205 Merge branch 'master' of github.com:cppit/jucipp 10 years ago
eidheim 7196ff5c58 Improved syntax highlighting. 10 years ago
eidheim 6393b90e49 Now should start reparse also when for instance renaming a new variable name. 10 years ago
eidheim ef422a35e5 Now only reparse when needed at tab switch. 10 years ago
Jørgen Lien Sellæg 4909e94b1b Merge branch 'master' of http://github.com/eidheim/jucipp 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 2ed5b6f12b Replaced spellcheck tooltips with selectiondialog where one can select a correct word. 10 years ago
Jørgen Lien Sellæg 37e5860ca9 Merge pull request #44 from eidheim/master 10 years ago
eidheim e237a13a9e Fixed bug when reading config.json. 10 years ago
eidheim 4f666d7184 Added wrap_lines option to config.json. However, home and end-keys are not functioning properly, so leaving the option default false for now. 10 years ago
eidheim 4dbe858b16 Can now use locale settings to set spellcheck language. 10 years ago
eidheim 5a1b38bc99 Minor change. 10 years ago
eidheim 842314171c Spellcheck should now work on all supported file types at the correct positions. 10 years ago
Ole Christian Eidheim 10d02f1f43 Second try to make find_*-work on all platforms. 10 years ago
eidheim 29b40d70c8 Fixed find_*-functions, now should work on all platforms without all the exceptions. 10 years ago
eidheim a78aef928a make install now works on Windows. 10 years ago
eidheim db6f584762 Fixed CMakeLists so that the CMAKE_INSTALL_PREFIX can be used (for making MSYS2 package for instance). 10 years ago
eidheim cfc01bfe52 Added spell checking. 10 years ago
eidheim db0b67ceb7 Spellcheck suggestions now separated with ', ' instead of newline. 10 years ago
eidheim d101ebcb47 Added spellcheck suggestions through tooltips. 10 years ago
eidheim 19e5bf5c36 Guess Linux also needs aspell-en. 10 years ago
eidheim b9e4699cbf Had to install aspell-en on MSYS2. 10 years ago
eidheim 4eb85d90c6 Added spellcheck using aspell to comments and strings. Please install (lib)aspell(-dev) and rm ~/.juci to test. 10 years ago
eidheim d0e77f2397 Now scrolls to the point where undo or redo happens. 10 years ago
eidheim 1858cc2311 Cleanup of autocomplete buffer creation. 10 years ago
eidheim bc6785fcee Some cleanup. 10 years ago
eidheim 946134d7fe Fixed autocomplete again, now should work in all cases. 10 years ago
eidheim 25ef8f8610 Getting ready to add spellcheck in comments using aspell library. 10 years ago
Ole Christian Eidheim 7213702d3f Fixed potential crash if file-read accidently splits up an UTF-8 char. 10 years ago
Ole Christian Eidheim 96d9330d9d Added slight delay on tag-similar-tokens so that scrolling up/down with arrowkeys is more smooth. 10 years ago
Ole Christian Eidheim 1fc5a53f70 Fixed bug where autocomplete could not finish if a variable in a class was defined later in the source code. 10 years ago
Ole Christian Eidheim 729b8af35c Fixed: assertion 'buffer->priv->user_action_count > 0' failed 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