856 Commits (d9fdf27db5c028f651d426869af3c46b4ee56f66)
 

Author SHA1 Message Date
eidheim 10c67037e6 Abit smarter paste implemented. 10 years ago
eidheim 046cabf513 Again, improved indenting in preparation for more complex clang-indenting. 10 years ago
eidheim d0f61ecfba Improved indenting. 10 years ago
eidheim 0d6633428c Slightly improved compile and run. 10 years ago
eidheim d07c5a92c4 Added TODO on how to get colors in terminal, for instance from cmake and make. 10 years ago
eidheim e47bc94bea Indenting fix. 10 years ago
eidheim 7936941dfc Fixed backspace indenting abit (for python especially), will rewrite some of the indenting in a day or two. 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 5743037531 Merge eidheim into theming 10 years ago
eidheim 6b483d4bf3 Forgot to remove two cout lines. 10 years ago
eidheim 07445daa06 Terminal async and sync execution (and killing) is finally working using a shiny new popen3-function. Going to publish this one on github along with example use. 10 years ago
Jørgen Lien Sellæg 10154d6205 Merged theme and eidheim 10 years ago
eidheim 5cd2e4909c Solved the whole zombie/crash issue. Though, for some reason, files/pipes/something are kept open, after a while one gets the message that too many files are open. 10 years ago
Jørgen Lien Sellæg e30698859f Point to correct theme, and some cleanup 10 years ago
Jørgen Lien Sellæg 2161c76bf4 gtk-3.0 theme support and support for gtksourceview styles 10 years ago
eidheim 7be6c3e91d Gave up on being able to call more complex commands. Should work without crashes now. 10 years ago
eidheim f9416ff975 Fixed terminal.*. Now kill works without leaving zombies from time to time. 10 years ago
eidheim 5a32a2700f Minor fix again to terminal.cc. 10 years ago
eidheim c841c7ff11 Minor fix to terminal.cc. 10 years ago
eidheim 89b6d7e9dc Changed some variable names in terminal.cc. 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 84df7c5fda Minor fix. 10 years ago
eidheim 9cdc787a9e Minor fixes to terminal.cc. 10 years ago
Jørgen Lien Sellæg 92684ab7ef Working css load 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 fbe7a58886 Minor fix. 10 years ago
eidheim 10c5c5fb1b Can now cancel all applications started in Juci with escape. Also some cleanup and fixes. 10 years ago
Jørgen Lien Sellæg 2b6e1b5a8d Minor cleanup 10 years ago
eidheim ad42aa3044 Minor fixes to cmake.cc 10 years ago
eidheim d41391c30a Minor fix. 10 years ago
Jørgen Lien Sellæg 374e0a3a55 wip 10 years ago
Ole Christian Eidheim 1190a04018 Merge pull request #9 from cppit/master 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
Jørgen Lien Sellæg 5674016941 Merge branch 'master' of http://github.com/eidheim/jucipp 10 years ago
Jørgen Lien Sellæg 8fbe8aa593 Merge branch 'master' of github.com:cppit/jucipp 10 years ago
eidheim 017d4480a7 Now refreshes directories after running cmake for compilation_commands.json. 10 years ago
eidheim 28ddd8ba95 Minor fixes. 10 years ago
eidheim a6ad9f2d2b Minor fix: Added const to a std::function. 10 years ago
eidheim 08027264d0 Now searches for project path if a clang-file is opened without a directory opened. Some minor fixes also. 10 years ago
Jørgen Lien Sellæg 18edc231fd Move theming to higher class 10 years ago
eidheim dd0392b4bd Added Windows TODOs. 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
Jørgen Lien Sellæg d80c9f9e24 Update install.md 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
eidheim eb887d723d Fixed crash when using go to line after closing all the tabs. 10 years ago
eidheim cbaee6b3a1 Added go to line and center cursor. Remember to rm ~./juci/config/config.json and ~./juci/config/menu.xml to update the keys and menu. 10 years ago