109 Commits (1039d318d2c5804907c93c74bcf3ee888248698c)

Author SHA1 Message Date
eidheim 6bdfbc0564 Minor changes. 10 years ago
eidheim baf5dce0dd Renamed for instance locations to more suitable environment_variables. 10 years ago
eidheim d25c801dd7 Various smaller fixes and cleanups. 10 years ago
eidheim 626d347387 Singletong and config cleanup. Got rid of most if not all circular includes. 10 years ago
Jørgen Lien Sellæg f1b3e8757b Reset version and move of directories update 10 years ago
Jørgen Lien Sellæg 51904924d2 Remove clang-format option 10 years ago
Jørgen Lien Sellæg a2018ef0d7 fixes print of config.json two times 10 years ago
Jørgen Lien Sellæg f53d3086df Fix typos 10 years ago
Jørgen Lien Sellæg 785f4ef123 Add clang-format command to configuration. I use clang-format-3.7 for instance. 10 years ago
Jørgen Lien Sellæg 7d69ca85ab Now updates directory filters in real time 10 years ago
Jørgen Lien Sellæg cefb1c419d Clear the propterty tree after assigning to singleton configuration 10 years ago
Jørgen Lien Sellæg 23e9068dbb Removed two log lines since they theoretically end up in cerr. 10 years ago
Jørgen Lien Sellæg 2510fb1e91 Using wrong keyword, one hour of my life I never get back 10 years ago
Jørgen Lien Sellæg 2ee625232d Better lookup of home directory, fixing rest of paths that were concatinated incorrectly, removal of singletons that aren't singletons 10 years ago
Jørgen Lien Sellæg ae1bd136a9 Minor replace tabs with spaces and remove whitespace 10 years ago
eidheim 3da0faaf6e Further work towards new menu system. 10 years ago
eidheim 1aceafa78a Work in progress: replacing the old menu system with the new standard menu system using native menues. 10 years ago
Jørgen Lien Sellæg 3dfa3be423 More robust path handling. Fixes some bugs on windows 10 years ago
eidheim 30beb18ff3 Added clang-format style options to config file. 10 years ago
Jørgen Lien Sellæg 70630fc656 Remove juci namespace from filesystem 10 years ago
Jørgen Lien Sellæg 5fb5f26bce Rename sourcefile to filesystem 10 years ago
eidheim 17e45b1e63 Resolved conflicts in #68. 10 years ago
eidheim 0307801336 Ongoing work: Find Documentation. 10 years ago
eidheim 5f48bd2e6d Minor fixes to sourcemap. 10 years ago
eidheim 1ed40db56d Source map should be working, added config items for source map. 10 years ago
eidheim 75e1f567fc Now adds keywords from lang-files to non-clang-file completion. Also some smaller fixes. 10 years ago
eidheim bcd8a1a4e3 Fixes #60, default max terminal buffer size is now 1000. 10 years ago
Jørgen Lien Sellæg 2ea1e1821a Rename logging function due to namespace conflict 10 years ago
Jørgen Lien Sellæg 317e5a8528 Rename logging function due to namespace conflict 10 years ago
eidheim 6b019a98f3 Can now change default size of juci window in config.json. 10 years ago
eidheim 932cd8efd9 Added dark blue style based on Emacs deeper blue theme. 10 years ago
eidheim b2a82979e1 Can now move to next/previous tab using key-shortcuts. 10 years ago
eidheim 4d357ff99e Now fallbacks to default config if error in ~/.juci/config/config.json. 10 years ago
eidheim c956bd2021 Minor cleanup. 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 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 4eb85d90c6 Added spellcheck using aspell to comments and strings. Please install (lib)aspell(-dev) and rm ~/.juci to test. 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 d66d1f5a97 Now automatically finds tab char and size, if not turned off in config.json. Please remove ~/.juci before running. 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 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 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
Jørgen Lien Sellæg c46e8ed57a Update source config 10 years ago
eidheim 6ecc5ba16f Added option to change the make command (for instance to use more processes with -j [number]). 10 years ago
Jørgen Lien Sellæg 2161c76bf4 gtk-3.0 theme support and support for gtksourceview styles 10 years ago