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.
 
 
Ole Christian Eidheim 52adf1c07d Now doing a soft reparse every time a clangview-page gets focused (in case a header file for instance is changed) 10 years ago
..
cmake/Modules Removed debug message. 10 years ago
CMakeLists.txt Added terminal_win.cc for Windows. 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 Now will not add carriage returns unless gtk so decides (depending on file I guess), and fixed include problems for MSYS2's buggy libclang install. Mind the latter is a termporary fix. 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 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
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 Added search to directories. 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 Moved entrybox to bottom of notepad widget, this way the cursor does not change position on screen when entrybox gets shown. Also the entry fields gets closer to the text where the focus of the user is. 10 years ago
entrybox.h Resolved conficts. 11 years ago
files.h Added true monospace font for Windows. 10 years ago
juci.cc Directories now gets updated automatically when files are deleted, added or renamed (max 1 sec delay). 10 years ago
juci.h Can now open several directories (in separate juci applications) from command line arguments. 10 years ago
logging.h Resolved conficts. 11 years ago
menu.cc Added line wrapping to tooltips (80 chars max). 10 years ago
menu.h Resolved conficts. 11 years ago
notebook.cc Directories now gets updated automatically when files are deleted, added or renamed (max 1 sec delay). 10 years ago
notebook.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
selectiondialog.cc Some style cleanup, added for instance note (tooltip) foreground for dark themes. 10 years ago
selectiondialog.h Resolved conficts. 11 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 Now will not add carriage returns unless gtk so decides (depending on file I guess), and fixed include problems for MSYS2's buggy libclang install. Mind the latter is a termporary fix. 10 years ago
source.h Now doing a soft reparse every time a clangview-page gets focused (in case a header file for instance is changed) 10 years ago
sourcefile.cc Added std::ofstream::binary to all file reads and writes. 10 years ago
sourcefile.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
terminal.cc terminal now works on Cygwin. 10 years ago
terminal.h Terminal now works in Windows. Cmake, make and run works as well. 10 years ago
terminal_win.cc Terminal now works in Windows. Cmake, make and run works as well. 10 years ago
tooltips.cc Some style cleanup, added for instance note (tooltip) foreground for dark themes. 10 years ago
tooltips.h Added line wrapping to tooltips (80 chars max). 10 years ago
window.cc Now doing a soft reparse every time a clangview-page gets focused (in case a header file for instance is changed) 10 years ago
window.h Fixes #40 among other things. Some cleanup of dialogs. Remember to rm ~/.juci to get updated menu and keybindings. 10 years ago