1846 Commits (584eb1e64ef575c03f03b126060aa10af00261e6)

Author SHA1 Message Date
eidheim 3bd298459f Further typing does not include warning or error underline anymore. 10 years ago
eidheim f40f407568 Back to not being able to load non-valid UTF-8 files. The replace-process was extremely slow on medium sized files. 10 years ago
eidheim bf0cd8d08e Now gives warning when opened file is not a valid UTF-8 file. 10 years ago
eidheim 564a31f571 Fixed some crashes and issues with binary output and files, and can now open binary files where non-utf-8 chars are replaced with '?'. 10 years ago
eidheim 401055ebec improved tab and shift-tab indentation. 10 years ago
eidheim a633f1611e Fixes: spellcheck when using backspace, diagnostics underlines, and tooltips area of activation. 10 years ago
eidheim e9ce9446a8 Now places warning and error underlines more correctly. 10 years ago
eidheim afad339cfe Added default save response to yes, and remove a debug cout. 10 years ago
eidheim b12a049513 Now reparses after for instance #include <...>. 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 77401c5bfe Another Ubuntu 14 fix. 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 24c2ca4db8 Now using same colors for #include ... as in cpp-gtksourceview-style. 10 years ago
eidheim 96b7071b03 Minor fix. 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
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
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 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 db6f584762 Fixed CMakeLists so that the CMAKE_INSTALL_PREFIX can be used (for making MSYS2 package for instance). 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 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
U-olece-PC\olece 237381a251 Added std::ofstream::binary to all file reads and writes. 10 years ago
U-olece-PC\olece c43d579f5a Now will not add carriage returns unless gtk so decides (depending on file I guess), and fixed include problems for MSYS2's buggy libclang install. Mind the latter is a termporary fix. 10 years ago