1253 Commits (e9d3a731a144b19124c4ecec17ced7a1fc617143)

Author SHA1 Message Date
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
eidheim 2a6460eb81 Now refreshes opened directories instead of completely reloading them. Tomorrow I'll add auto-update on the directories when files are added or deleted. 10 years ago
eidheim 967c3effb5 Gave up on dark yellow. 10 years ago
eidheim 6a78f81e11 Slight change to the ugly dark yellow collor, and Makefile is now identified as a makefile on OS X. 10 years ago
Ole Christian Eidheim 677ad22dea Added selection background since this one was set to the same as text background. 10 years ago
eidheim 27b61f783f Instead of crashing when opening a binary file, an error message is now instead printed in terminal. 10 years ago
eidheim 20106be949 Spaces in paths should now work. 10 years ago
eidheim 1eb0517fd4 Now tries to figure out which files should be open in the various juci applications started when more than one directory is opened. 10 years ago
eidheim 106ee0669a Can now open several directories (in separate juci applications) from command line arguments. 10 years ago
eidheim 636885c1ca juci-light style now works with dark theme (foreground and background set). 10 years ago
eidheim f9213fa145 Added background color to juci-dark so it can also be used with a light theme. 10 years ago
eidheim 17b41deb2d Small fix to diagnostic-underlines when def:warning or def:error is missing from style. 10 years ago
eidheim 544a3a5849 Renamed juci.xml to juci-light.xml, and added a juci-dark style to be used with dark gtk theme variants. 10 years ago
eidheim 4b04a43ccf Added a few more clang_types. 10 years ago
eidheim 1b757a2220 Added dark blue for methods and functions, also more definitions in the juci-style for other languages. 10 years ago
eidheim d95765ad5b Added an important TODO with respect to style usage. 10 years ago
eidheim 68d7ca5ad3 Further cleanup of styles. 10 years ago
eidheim a59b0fd13f Further cleanup of styles. 10 years ago
eidheim 4a6d1aaae1 Small default style cleanup. Added color for #include and #define. 10 years ago
eidheim b75a7fc4d1 Some style cleanup, added for instance note (tooltip) foreground for dark themes. 10 years ago
eidheim 3f7555bc4f Minor theme/style cleanup. files.h changed so rm ~/.juci before testing. 10 years ago