You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jørgen Lien Sellæg eb1836b9ec Add default file extensions 10 years ago
..
cmake/Modules Added clang version 3.7. 10 years ago
CMakeLists.txt Remove usage of codecvt since gcc has poor support. Use boost locale instead 10 years ago
api.cc Disabled plugins since it lead to a crash on Arch Linux. We most likely have to rewrite the plugin system. 10 years ago
api.h Cleanup: menu no longer singleton. 11 years ago
api_ext.cc Resolved conficts. 11 years ago
cmake.cc Use correct operators for concatination of paths 10 years ago
cmake.h 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
config.cc Reset version and move of directories update 10 years ago
config.h Resolved conflicts of #73 and #75, and fixed some smaller issues. 10 years ago
dialogs.cc Resolved conflicts of #73 and #75, and fixed some smaller issues. 10 years ago
dialogs.h Add default file extensions 10 years ago
dialogs_win.cc Add default file extensions 10 years ago
directories.cc Remove the rest of the references to the removed singletons and adding main config as singleton 10 years ago
directories.h Filenames without language support are now gray in the directory window. 10 years ago
entrybox.cc Resolved conflicts in #68. 10 years ago
entrybox.h Resolved conflicts in #68. 10 years ago
files.h Reset version and move of directories update 10 years ago
filesystem.cc Better lookup of home directory, fixing rest of paths that were concatinated incorrectly, removal of singletons that aren't singletons 10 years ago
filesystem.h Better lookup of home directory, fixing rest of paths that were concatinated incorrectly, removal of singletons that aren't singletons 10 years ago
juci.cc Resolved conflicts of #73 and #75, and fixed some smaller issues. 10 years ago
juci.h Resolved conflicts of #73 and #75, and fixed some smaller issues. 10 years ago
logging.h Rename logging function due to namespace conflict 10 years ago
menu.cc Moved Ubuntu check to CMakeLists.txt. 10 years ago
menu.h Fixed 2 out of 3 Ubuntu menu problems. 10 years ago
notebook.cc Resolved conflicts of #73 and #75, and fixed some smaller issues. 10 years ago
notebook.h Now stores the last tab when opening a new one such that notebook returns to the previous tab after closing the new tab, if no other tab-operations have happened. Like what happens in for instance Chrome. 10 years ago
selectiondialog.cc Merge pull request #12 from cppit/master 10 years ago
selectiondialog.h Replaced spellcheck tooltips with selectiondialog where one can select a correct word. 10 years ago
singletons.cc Resolved conflicts of #73 and #75, and fixed some smaller issues. 10 years ago
singletons.h Resolved conflicts of #73 and #75, and fixed some smaller issues. 10 years ago
source.cc Fixes #77. 10 years ago
source.h Resolved conflicts of #73 and #75, and fixed some smaller issues. 10 years ago
source_clang.cc Add clang-format command to configuration. I use clang-format-3.7 for instance. 10 years ago
source_clang.h Now getting rid of all dispatchers on source_clang delete. 10 years ago
terminal.cc Improved process methods. 10 years ago
terminal.h Add clang-format command to configuration. I use clang-format-3.7 for instance. 10 years ago
terminal_win.cc More clean processing function for windoes. 10 years ago
tooltips.cc Added info at bottom left line, showing line and line offset as well as number of warnings and errors. 10 years ago
tooltips.h Added spellcheck suggestions through tooltips. 10 years ago
window.cc Reset version and move of directories update 10 years ago
window.h New menu system finished. Also, the key bindings now gets updated when config.json is saved. 10 years ago