313 Commits (d467fca818c9780462669d3c8f27832f6ecc0834)

Author SHA1 Message Date
eidheim cc257e0fd0 Moved info and status right to below notebook. 10 years ago
Jørgen Lien Sellæg 908a7092bc Clean dialogs and add some windows support 10 years ago
eidheim 4fc6cee373 Menu xml is now hardcoded in menu.cc. Now we do not have to worry about how to update the menu for those already having a ~/.juci directory. menu.xml is no longer created in this directory. 10 years ago
eidheim fa2f76390f Added info at bottom left line, showing line and line offset as well as number of warnings and errors. 10 years ago
eidheim 81029f713f Resize grips are depricated, removed it. 10 years ago
eidheim 9291b8082b Tabs are now reordable, and removed resize symbol that overlapped status field on Debian at least. 10 years ago
eidheim 9e3fbd216e Removed reparse on tab switch after rename-refactoring, which is already reparsing affected buffers. 10 years ago
eidheim 242a6ca963 Fixed crash when closing a tab real quick after moving cursor. 10 years ago
U-olece-PC\olece 6e69cb17c4 The SIGC weirdness should now work on all platforms. 10 years ago
U-olece-PC\olece 909ce772c0 Now compiles on MSYS2 again. 10 years ago
eidheim 594a926dcd More fixes to status. 10 years ago
eidheim e45b0b1211 Now updating status field when closing tabs. 10 years ago
Ole Christian Eidheim f14332eac4 Fixed the elusive crash. 10 years ago
Ole Christian Eidheim 72cb162ba1 Added check after going through gtk_events. 10 years ago
eidheim 32a27c91b1 Trying to find where juci crashes about once a day on OS X. Also fixed tooltip-newlines. 10 years ago
eidheim 1a758dae1f Supporting Ubuntu 14. 10 years ago
eidheim cee83dfdc8 Key state fix for Ubuntu 15 and possibly other platforms. 10 years ago
Jørgen Lien Sellæg bcfba43b62 Add about dialog 10 years ago
eidheim ef422a35e5 Now only reparse when needed at tab switch. 10 years ago
eidheim 694ca529b4 Added history to the entry-fields (find/replace/run command) using up and down arrow keys. 10 years ago
eidheim d0e77f2397 Now scrolls to the point where undo or redo happens. 10 years ago
eidheim bc6785fcee Some cleanup. 10 years ago
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
U-olece-PC\olece 8991a4725b gtk_file_chooser_set_filename now works on Windows. 10 years ago
U-ole-PC\ole d977cfa032 Cygwin-support added, please note that I have not yet tested the changes on OS X and Debian. Doing it now. 10 years ago
eidheim d59d925ce7 Fixes #40 among other things. Some cleanup of dialogs. Remember to rm ~/.juci to get updated menu and keybindings. 10 years ago
eidheim 50d684b576 Directories now gets updated automatically when files are deleted, added or renamed (max 1 sec delay). 10 years ago
eidheim 20106be949 Spaces in paths should now work. 10 years ago
eidheim 0dca04a04f Juci now handles UTF-8 all the way. 10 years ago
Jørgen Lien Sellæg 894f2e8382 Change another cast 10 years ago
Jørgen Lien Sellæg c3c9e09722 Replace to_string and stoi with lexical_cast 10 years ago
eidheim 6ecc5ba16f Added option to change the make command (for instance to use more processes with -j [number]). 10 years ago
eidheim e234733dce New C++ project implemented. Also some fixes to terminal. 10 years ago
eidheim 3c718b52f6 Fixed crash in smart paste. 10 years ago
eidheim 10c67037e6 Abit smarter paste implemented. 10 years ago
eidheim 0d6633428c Slightly improved compile and run. 10 years ago
eidheim de23e8c864 Terminal now handles input, although only the most basic keys are handled. 10 years ago
eidheim 4a83a004f4 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
Jørgen Lien Sellæg 2161c76bf4 gtk-3.0 theme support and support for gtksourceview styles 10 years ago
eidheim f9416ff975 Fixed terminal.*. Now kill works without leaving zombies from time to time. 10 years ago
eidheim 8098f90b77 Some changes to terminal.*. Execution should now be stable on all unix-like systems independent of pclose-implementations. 10 years ago
eidheim f0a0577526 Now destroys running applications when juci exits. 10 years ago
eidheim 925a318fc4 Minor fixes and cleanup of terminal.*. 10 years ago
eidheim 10c5c5fb1b Can now cancel all applications started in Juci with escape. Also some cleanup and fixes. 10 years ago
eidheim 82ea15ea9f project_path cleanup. 10 years ago
eidheim f832372752 Cleanup of terminal.*, and added cmake.* to parse CMakeLists.txt. Also fixed compile, and compile and run. Remember to remove ~/.juci/config/config.json to get this version to work. 10 years ago
eidheim 017d4480a7 Now refreshes directories after running cmake for compilation_commands.json. 10 years ago
eidheim 02513f9b98 Now attempts to make compile_commands.json if its missing, also remake it after changes to CMakeLists.txt and reparses the open clang-files. Some work left on terminal-execute/run/compile etc functions (only execute and async_execute (last one for compiling and running) will remain). 10 years ago
eidheim 722a55d3d2 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
eidheim 1ee401e183 Minor fix to go to line. 10 years ago