82 Commits (42a416382d987e41e3d9d86452d8ff2a333097c8)

Author SHA1 Message Date
Ole Christian Eidheim c86f63e082 Slight color change in dark-style. 10 years ago
eidheim 2ad7b432de Now reconfigures juci when config.json is saved, although could not do this for keybindings due to depricated functions I guess. Also some smaller fixes. 10 years ago
eidheim cbce6c89b7 Now updates ~/.juci/config/config.json if a new version or additional fields are added by the juci team. 10 years ago
eidheim 4fc6cee373 Menu xml is now hardcoded in menu.cc. Now we do not have to worry about how to update the menu for those already having a ~/.juci directory. menu.xml is no longer created in this directory. 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 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 4eb85d90c6 Added spellcheck using aspell to comments and strings. Please install (lib)aspell(-dev) and rm ~/.juci to test. 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 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 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 d59d925ce7 Fixes #40 among other things. Some cleanup of dialogs. Remember to rm ~/.juci to get updated menu and keybindings. 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 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 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 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
eidheim fd4b6aef8a Added default juci style, and option to set font (only the source font like gedit does it). 10 years ago
eidheim 7ce2901bc4 Small menu cleanup. 10 years ago
eidheim 22f34d61a2 Modified comments slightly in files.h. 10 years ago
eidheim 7ec25e0c4a Theme cleanup. Will try to add more clang_types to config.json Tomorrow. Remember to remove ~/.juci to get the latest changes. 10 years ago
eidheim d21a679f5d Remvoed -j 2 from make_command, since my virtual box ran out of memory. 10 years ago
eidheim 6ecc5ba16f Added option to change the make command (for instance to use more processes with -j [number]). 10 years ago
eidheim e234733dce New C++ project implemented. Also some fixes to terminal. 10 years ago
eidheim 4a83a004f4 Added run command, and kill process items in menu. Remember to delete ~/.juci. Also cleaned up use of std::string instead of boost::filesystem::path. 10 years ago
eidheim f832372752 Cleanup of terminal.*, and added cmake.* to parse CMakeLists.txt. Also fixed compile, and compile and run. Remember to remove ~/.juci/config/config.json to get this version to work. 10 years ago
eidheim cbaee6b3a1 Added go to line and center cursor. Remember to rm ~./juci/config/config.json and ~./juci/config/menu.xml to update the keys and menu. 10 years ago
eidheim e166f240b4 Minor fixes, but most importingly, added newlines in the opened files. 11 years ago
eidheim dda05737f2 Resolved conficts. 11 years ago
Jørgen Lien Sellæg 9b7d338b6b Make install complete 11 years ago
Jørgen Lien Sellæg 4222608c4c Make install complete 11 years ago