6f18cbbb32Improved undo/redo for backspace to line above
eidheim
2016-03-26 13:30:45 +0100
6dfdcb9ac4Improved debug value tooltips for static variables (SomeClass::some_variable)
eidheim
2016-03-26 09:53:47 +0100
95981f6b6aImproved debug value tooltips
eidheim
2016-03-25 18:39:06 +0100
43f6e87081Now opens the last current file tab when starting juci without parameters
eidheim
2016-03-25 16:26:25 +0100
033f5e76deNow reopens folder and files from last session if starting juci without parameters. Related to issue mentioned in #170
eidheim
2016-03-25 15:52:33 +0100
2f78ea61b6Changed default window width and height in preferences, and save_on_compile_or_run is now true by default
eidheim
2016-03-22 09:26:55 +0100
d76bb115cbFixed comments on the Gtk::TextView::on_key_press_event issue
eidheim
2016-03-21 13:55:50 +0100
2b172d6e96Fixes a segmentation fault caused by Gtk::TextView::on_key_press_event. Have once in a while experienced this issue, but only on OS X
eidheim
2016-03-21 13:38:33 +0100
1cd001294bNow handles autocomplete even when the line starts with a comment (/*...*/)
eidheim
2016-03-21 10:48:34 +0100
117857f937Added automated cmake processing for all cmake files in Project::on_save
eidheim
2016-03-21 10:00:25 +0100
4a3eb43ebbNow properly uses std::move in get_language
eidheim
2016-03-20 14:08:01 +0100
f9e22d55f7build now created in get_language so that language can be chosen based on build management system found
eidheim
2016-03-20 13:52:52 +0100
ed0004fa6cAdded page parameter to Project::on_save
eidheim
2016-03-20 09:56:33 +0100
8a1c42450dMinor cleanup of project code
eidheim
2016-03-20 09:50:56 +0100
44061a0fcaAdded auto indentation and better indentation for C#
eidheim
2016-03-06 10:45:48 +0100
755747bbbaBracket based auto indentation added for Java, JavaScript, TypeScript
eidheim
2016-03-06 10:23:09 +0100
2f057b3930Auto-indent cleanup and now supports JavaScript, TypeScript and Java as well. Also removed too eager message telling which file type was opened
eidheim
2016-03-06 09:54:36 +0100
140068f740Added tree lines to directory view
eidheim
2016-02-21 13:10:42 +0100
a8a48a4991Added tab-style exception for Ubuntu
eidheim
2016-02-21 12:37:23 +0100
5cc66d257cMore fixes to tabs, solves #161
eidheim
2016-02-21 12:09:00 +0100
75cc29def5Finally found a way to make the notebook tabs smaller
eidheim
2016-02-21 11:08:41 +0100
866f5e7614Minor project cleanup in window.cc
eidheim
2016-02-20 09:15:27 +0100
47318febd5Added NULL check for getenv in MSYS2
U-olece-PC\olece
2016-02-17 10:07:06 +0100
93b226c642Got rid of absolute build path variables in MSYS2. juCi++ can now safely be installed through a MSYS2 package
U-olece-PC\olece
2016-02-17 09:49:04 +0100
2770463c09Renamed DebugClang to Clang in namespace Debug (Debug::Clang)
eidheim
2016-02-15 10:15:38 +0100
a717fe7b39Removed hard DebugClang dependency in Terminal
eidheim
2016-02-15 09:36:59 +0100
f1bfcb4402Renamed debug/Debug to debug_clang/DebugClang
eidheim
2016-02-15 09:09:46 +0100
1f6661aa56Moved project configs to Config::project
eidheim
2016-02-15 09:01:13 +0100
7ab2211f45Fixed crash when trying to debug and compile at the same time
eidheim
2016-02-14 20:54:14 +0100
111028956dMade debug_label static also
eidheim
2016-02-14 20:42:04 +0100
9be5c1bcf8Yet another minor fix for older gtk versions
eidheim
2016-02-14 20:08:06 +0100
29f8ef5613Minor fix for older gtk versions
eidheim
2016-02-14 20:04:31 +0100
9fe43c185aMinor cleanup of Terminal
eidheim
2016-02-14 19:59:48 +0100
e667a38640Added Dispatcher class for simpler dispatching of functions from worker threads to gui thread. Also got rid of the Project-singleton by replacing its function with static functions
eidheim
2016-02-14 19:37:36 +0100
edbd713280Improved separation of what is performed in window and project classes
eidheim
2016-02-11 19:47:30 +0100
e1843d42efRemoved include debug.h from window.cc
eidheim
2016-02-11 17:34:12 +0100
d4e886a31dMore project cleanup, some minor things left to do
eidheim
2016-02-11 17:15:47 +0100