| .. |
|
cmake/Modules
|
Added clang version 3.7.
|
10 years ago |
|
CMakeLists.txt
|
Added message on screen when creating compile_commands.json.
|
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
|
Added message on screen when creating compile_commands.json.
|
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
|
Renamed strip_trailing_whitespaces to cleanup_whitespace_characters
|
10 years ago |
|
config.h
|
Renamed strip_trailing_whitespaces to cleanup_whitespace_characters
|
10 years ago |
|
dialogs.cc
|
Now sets font correctly.
|
10 years ago |
|
dialogs.h
|
Added message on screen when creating compile_commands.json.
|
10 years ago |
|
dialogs_unix.cc
|
Added message on screen when creating compile_commands.json.
|
10 years ago |
|
dialogs_win.cc
|
Fixed missing include in dialogs_win.
|
10 years ago |
|
directories.cc
|
Cleanup of dialogs, as well as fixing a couple of crashes.
|
10 years ago |
|
directories.h
|
Singletong and config cleanup. Got rid of most if not all circular includes.
|
10 years ago |
|
entrybox.cc
|
Resolved conflicts in #68.
|
10 years ago |
|
entrybox.h
|
Resolved conflicts in #68.
|
10 years ago |
|
files.h
|
Renamed strip_trailing_whitespaces to cleanup_whitespace_characters
|
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
|
Can now create files from command line arguments (juci . new_file.py), and error messages in terminal are set to bold.
|
10 years ago |
|
juci.h
|
Singletong and config cleanup. Got rid of most if not all circular includes.
|
10 years ago |
|
logging.h
|
Rename logging function due to namespace conflict
|
10 years ago |
|
menu.cc
|
Now compiles with older versions of glibmm.
|
10 years ago |
|
menu.h
|
Singletong and config cleanup. Got rid of most if not all circular includes.
|
10 years ago |
|
notebook.cc
|
Renamed strip_trailing_whitespaces to cleanup_whitespace_characters
|
10 years ago |
|
notebook.h
|
Renamed get_current_path to get_current_folder.
|
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
|
Singletong and config cleanup. Got rid of most if not all circular includes.
|
10 years ago |
|
singletons.h
|
Singletong and config cleanup. Got rid of most if not all circular includes.
|
10 years ago |
|
source.cc
|
Can now create files from command line arguments (juci . new_file.py), and error messages in terminal are set to bold.
|
10 years ago |
|
source.h
|
Singletong and config cleanup. Got rid of most if not all circular includes.
|
10 years ago |
|
source_clang.cc
|
Have tried precompiled headers, but its leading to less responsive clang-processing. Reverting back to prior clang-processing.
|
10 years ago |
|
source_clang.h
|
Have tried precompiled headers, but its leading to less responsive clang-processing. Reverting back to prior clang-processing.
|
10 years ago |
|
terminal.h
|
Singletong and config cleanup. Got rid of most if not all circular includes.
|
10 years ago |
|
terminal_unix.cc
|
Added message on screen when creating compile_commands.json.
|
10 years ago |
|
terminal_win.cc
|
Can now create files from command line arguments (juci . new_file.py), and error messages in terminal are set to bold.
|
10 years ago |
|
tooltips.cc
|
Singletong and config cleanup. Got rid of most if not all circular includes.
|
10 years ago |
|
tooltips.h
|
Added spellcheck suggestions through tooltips.
|
10 years ago |
|
window.cc
|
Now tries to compile/compile and run even without files if a directory is open.
|
10 years ago |
|
window.h
|
Singletong and config cleanup. Got rid of most if not all circular includes.
|
10 years ago |