1375 Commits (d4fcd709df057c3793a79facbc6dec4d116ac64e)

Author SHA1 Message Date
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
U-olece-PC\olece f9671f5b6e Added true monospace font for Windows. 10 years ago
U-olece-PC\olece 0a4253aa9b Terminal now works in Windows. Cmake, make and run works as well. 10 years ago
eidheim 6283065620 Added terminal_win.cc for Windows. 10 years ago
U-olece-PC\olece 08d1bc7de8 Removed debug message. 10 years ago
U-olece-PC\olece dd14202ad8 CMakeFiles are now working in Windows. 10 years ago
U-olece-PC\olece 8991a4725b gtk_file_chooser_set_filename now works on Windows. 10 years ago
eidheim 8175836db1 Added slight delay on mouse-pointer tooltips. 10 years ago
eidheim d9a1f7805b Fixed double click to select whole variable in Linux. 10 years ago
U-olece-PC\olece eedb344d7e Fixed tooltip issue on Windows. 10 years ago
eidheim aa50a94a00 Added cmake_command to config.json so that one can use the MinGW toolchain in Windows if that is wanted. Also now shows all files in directory (some files like cmake.cc got hidden before). 10 years ago
eidheim 4afeb5339c Tested and works with debian and OS X. 10 years ago
U-ole-PC\ole d977cfa032 Cygwin-support added, please note that I have not yet tested the changes on OS X and Debian. Doing it now. 10 years ago
eidheim 376ff468cf Fixed a couple indenting issues around brackets. 10 years ago
U-olece-PC\olece f7efa11cdd terminal now works on Cygwin. 10 years ago
eidheim 6d83d4cce4 More OS X friendly font for OS X, Monospace for other OS'es. 10 years ago
eidheim d66d1f5a97 Now automatically finds tab char and size, if not turned off in config.json. Please remove ~/.juci before running. 10 years ago
eidheim bfd2482163 Added search to directories. 10 years ago
eidheim d59d925ce7 Fixes #40 among other things. Some cleanup of dialogs. Remember to rm ~/.juci to get updated menu and keybindings. 10 years ago
eidheim a794bd5eec Fixed a couple of crashes. most notably a crash in diagnostics when writing an extra } in the middle of code. 10 years ago
eidheim a67230499f Fixed some issues with directories. 10 years ago
eidheim 50d684b576 Directories now gets updated automatically when files are deleted, added or renamed (max 1 sec delay). 10 years ago