| .. |
|
cmake/Modules
|
Second try to make find_*-work on all platforms.
|
10 years ago |
|
CMakeLists.txt
|
Fixed CMakeLists for OS X 10.10 I think.
|
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
|
Some cleanup.
|
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
|
Add about dialog
|
10 years ago |
|
config.h
|
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 |
|
directories.cc
|
Merge pull request #12 from cppit/master
|
10 years ago |
|
directories.h
|
Fixed a couple of crashes. most notably a crash in diagnostics when writing an extra } in the middle of code.
|
10 years ago |
|
entrybox.cc
|
The SIGC weirdness should now work on all platforms.
|
10 years ago |
|
entrybox.h
|
Added history to the entry-fields (find/replace/run command) using up and down arrow keys.
|
10 years ago |
|
files.h
|
Merge branch 'master' of http://github.com/eidheim/jucipp
|
10 years ago |
|
juci.cc
|
Now reparses after for instance #include <...>.
|
10 years ago |
|
juci.h
|
Can now open several directories (in separate juci applications) from command line arguments.
|
10 years ago |
|
logging.h
|
Now reparses after for instance #include <...>.
|
10 years ago |
|
menu.cc
|
Now reparses after for instance #include <...>.
|
10 years ago |
|
menu.h
|
Resolved conficts.
|
11 years ago |
|
notebook.cc
|
Fixes #55 somehow. Stops clang-parse and autocomplete when error is detected.
|
10 years ago |
|
notebook.h
|
Removed reparse on tab switch after rename-refactoring, which is already reparsing affected buffers.
|
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
|
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 |
|
singletons.h
|
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 |
|
source.cc
|
Two minor fixes.
|
10 years ago |
|
source.h
|
Fixes #55 somehow. Stops clang-parse and autocomplete when error is detected.
|
10 years ago |
|
sourcefile.cc
|
Back to not being able to load non-valid UTF-8 files. The replace-process was extremely slow on medium sized files.
|
10 years ago |
|
sourcefile.h
|
Now gives warning when opened file is not a valid UTF-8 file.
|
10 years ago |
|
terminal.cc
|
Fixed some crashes and issues with binary output and files, and can now open binary files where non-utf-8 chars are replaced with '?'.
|
10 years ago |
|
terminal.h
|
Terminal now works in Windows. Cmake, make and run works as well.
|
10 years ago |
|
terminal_win.cc
|
Some cleanup.
|
10 years ago |
|
tooltips.cc
|
Fixes: spellcheck when using backspace, diagnostics underlines, and tooltips area of activation.
|
10 years ago |
|
tooltips.h
|
Added spellcheck suggestions through tooltips.
|
10 years ago |
|
window.cc
|
Removed reparse on tab switch after rename-refactoring, which is already reparsing affected buffers.
|
10 years ago |
|
window.h
|
Add about dialog
|
10 years ago |