| .. |
|
cmake/Modules
|
Remove comments
|
11 years ago |
|
plugins
|
fixed compile_command cp to source folder
|
11 years ago |
|
CMakeLists.txt
|
Now using gtksourceviewmm.
|
11 years ago |
|
api.cc
|
OS X support almost done. Fixed a crash using Glib::Dispatcher, also resulted in simpler code in source.cc.
|
11 years ago |
|
api.h
|
moved python module to local folder
|
11 years ago |
|
api_ext.cc
|
added custom keyindings where stock gtk bindings were used.
|
11 years ago |
|
config.cc
|
Finished cleaning up source.h/cc for now I think.
|
11 years ago |
|
config.h
|
Add more configurations. Font, background, show line numbers, highlight current line
|
11 years ago |
|
config.json
|
Add custom background color
|
11 years ago |
|
directories.cc
|
added legal file-extensions to source
|
11 years ago |
|
directories.h
|
generalized get variable from cmake
|
11 years ago |
|
entry.cc
|
Fixed search and optimized some code
|
11 years ago |
|
entry.h
|
Fixed search and optimized some code
|
11 years ago |
|
juci.cc
|
Add more configurations. Font, background, show line numbers, highlight current line
|
11 years ago |
|
keybindings.cc
|
some minor
|
11 years ago |
|
keybindings.h
|
fixing bugs with config, with
|
11 years ago |
|
logging.h
|
Add flushing of log file
|
11 years ago |
|
menu.cc
|
added custom keyindings where stock gtk bindings were used.
|
11 years ago |
|
menu.h
|
progress
|
11 years ago |
|
menu.xml
|
Fixes #3 Add undo and redo by hotkey
|
11 years ago |
|
notebook.cc
|
Added mark to tab-label when content is changed and not saved.
|
11 years ago |
|
notebook.h
|
More code cleanup. Removed dependency notebook.h from the Source-classes. Support for other languages than C++ can soon be added by implementing an interface of Source::Parser, but this is not something I will prioritize.
|
11 years ago |
|
plugins.py
|
moved python module to /lib and executable to /bin, updated plugins.py
|
11 years ago |
|
source.cc
|
Small fix, parsing of source now also starts right after the file is opened (in the background).
|
11 years ago |
|
source.h
|
Added mark to tab-label when content is changed and not saved.
|
11 years ago |
|
sourcefile.cc
|
Add syntax highlighting
|
11 years ago |
|
sourcefile.h
|
Add syntax highlighting
|
11 years ago |
|
terminal.cc
|
Moved indenting to source.cc, added tab_size in config.json, some smaller bugfixes, Gsv::init is in juci.cc, right after Gtk::Application::create as in examples. Also some improvements to indenting.
|
11 years ago |
|
terminal.h
|
fixed output on save file and save as
|
11 years ago |
|
window.cc
|
Add more configurations. Font, background, show line numbers, highlight current line
|
11 years ago |
|
window.h
|
fixed output on save file and save as
|
11 years ago |