616 Commits (96b7071b035ccabaced0d551242c80edd74c8111)
 

Author SHA1 Message Date
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 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
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
Ole Christian Eidheim 218decdb15 Update install.md 10 years ago
Ole Christian Eidheim fac0d3ff2a Update install.md 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 7d06001e69 Removed Cygwin, added MSYS2 with TODOs. 10 years ago
U-olece-PC\olece 8991a4725b gtk_file_chooser_set_filename now works on Windows. 10 years ago
U-olece-PC\olece ae09be0136 Added license file. 10 years ago
U-olece-PC\olece ddc0fddc97 Minor change to dependency check. 10 years ago
U-olece-PC\olece fce4b93961 Added MINGW-packages for gtksourceview3 and gtksourceviewmm3 (3.12.0). 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
eidheim d892f7386f Improved README.md. 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