1844 Commits (c2563516bee7f39c416fcf8b9080fbb54c259e5c)
 

Author SHA1 Message Date
eidheim 0d54459af4 Can now open and save large files efficiently. Also checking if one can read the file that is being opened. 11 years ago
eidheim eff91ea46a Cleanup of sourcefile.*. Also fixed a new crash when trying to create a new file without write rights (for instance trying to create new file '/untitled'). 11 years ago
eidheim 720bf9b808 Cleanup: menu no longer singleton. 11 years ago
eidheim e166f240b4 Minor fixes, but most importingly, added newlines in the opened files. 11 years ago
eidheim f0b641d8de Merge branch 'cppit-master' 11 years ago
eidheim 21131bad39 resolve conflicts. 11 years ago
eidheim dda05737f2 Resolved conficts. 11 years ago
eidheim cee2448676 Cleanup of terminal.*. A little work left here. 11 years ago
Jørgen Lien Sellæg 3045c728cc Cleanup of sourcefile 11 years ago
eidheim 6ba2ae44e2 Cleanup of directories.*, fix of broken PluginApi from one of last commits. 11 years ago
eidheim d3af3f024f See last commit, forgot a 'git add'. 11 years ago
eidheim 8ba888bf98 Now specify where to read the configs instead of letting it happen in constructors. A stored object of MainConfig is not needed either. 11 years ago
eidheim 732a13febd Cleanup of window.* and notebook.* mostly done. Some minor fixes. 11 years ago
Jørgen Lien Sellæg 4a64d09c51 Update readme to fit new features 11 years ago
Jørgen Lien Sellæg c065028bc8 Merge branch 'readme' of github.com:cppit/jucipp into makeinstall 11 years ago
Jørgen Lien Sellæg b78b077f54 Use singleton path instead 11 years ago
Jørgen Lien Sellæg e1c9687bff Merge branch 'makeinstall' of github.com:cppit/jucipp into makeinstall 11 years ago
Jørgen Lien Sellæg 9b7d338b6b Make install complete 11 years ago
Jørgen Lien Sellæg 4222608c4c Make install complete 11 years ago
Jørgen Lien Sellæg d9484cddcc Merge branch 'makeinstall' of github.com:cppit/jucipp into makeinstall 11 years ago
Jørgen Lien Sellæg b88702f94a Make install working 11 years ago
Jørgen Lien Sellæg c5c9f59653 Make install working 11 years ago
eidheim a4f57060cb Further cleanup of window.* and notebook.*. Also now using gtksourceview to identify c/c++/objc files. 11 years ago
Jørgen Lien Sellæg cb8f8e7266 Add some logging 11 years ago
Jørgen Lien Sellæg f5b689d83c Update plugins to new paths 11 years ago
Jørgen Lien Sellæg d87312de94 Update config path 11 years ago
Jørgen Lien Sellæg 9f60e210b7 Cleanup cmakelists 11 years ago
Jørgen Lien Sellæg 1ea83932ff #14 Rearrange directory structure 11 years ago
Jørgen Lien Sellæg 0d96cd5ce1 Merge branch 'master' of http://github.com/eidheim/jucipp 11 years ago
eidheim 38abe1f632 Cleanup of window.* and notebook.*, work still in progress. Also fixed save as and some smaller issues. 11 years ago
eidheim ae46741794 Quit application fixed, also possible to cancel quit by closing dialog asking if a modified tab should be saved. 11 years ago
eidheim d82eefb550 Source menu items now get deactivated if the sourceview in the tab does not support the various sourceview methods. 11 years ago
eidheim 6cf14d047e Espace now again works on selection/completion dialogs. 11 years ago
eidheim 44ce183a25 Implemented use of command-arrow keys on OS X. 11 years ago
eidheim 19cdade411 Fixed crash when closing Juci while having more than one tab open. 11 years ago
eidheim c92e095a85 Gtk::Stock is depricated, so removed these. Cut/Paste/Copy now also works in entries. Redo now has key binding shift-control-z, which is most common. Also keys now use <primary> instead of <control> and thus is more platform independent. 11 years ago
Jørgen Lien Sellæg d94c229b8b Merge branch 'master' of http://github.com/eidheim/jucipp 11 years ago
eidheim 6d508a94b6 Changed my mind when I saw it on Linux. 11 years ago
eidheim 9956681f3f Nicer font. 11 years ago
eidheim b38489d41c Added style example with commented out search path addition. 11 years ago
eidheim d36bbca7c0 Small fix to rename token markings. 11 years ago
eidheim 328fbce8a1 Rename refactoring implemented. 11 years ago
eidheim e68ea923a4 Fixed crash introduced in last commit, moved compile and compile and run to keybindings control(shift) enter instead of r. Using control-r for rename refactoring. 11 years ago
eidheim 962a79fe18 Added more functions to Source::View in preparation to rename refactoring. 11 years ago
eidheim 61a35f5725 Completion dialog now does not show if the user has changed tab. 11 years ago
eidheim 9f4d68e17a Simple autocomplete now on non-clang-files, even if they get no syntax highlighting. 11 years ago
eidheim 3facceebcc Added simple buffer-based completion for non-clang-files. 11 years ago
eidheim 9511aac7cc Added syntax highlighting for non-clang-files. 11 years ago
eidheim 87835206a2 Buttons in entry box no longer gets focus when clicked. 11 years ago
eidheim 3611a649e2 regex-search button state is now stored through closing and opening the search entry box. 11 years ago