654 Commits (3bd298459f73a780b55313cbd50a70d101879e18)
 

Author SHA1 Message Date
eidheim 93f014c8af Added status messages when parsing and autocompleting a ClangView. 11 years ago
eidheim 5096474944 Minor fix to apple+arrow keys on OS X. 11 years ago
eidheim 11a54f7baa Now selects the current tab file in directories, and stores the directories' expanded rows between open directory (if same directory). 11 years ago
eidheim 97611a1e8c Removed 'No suggestions found...'. Going to add a status label later, which shows if the current tab is parsing or doing autocomplete in the background. 11 years ago
eidheim ff317bd95b Filtering out non-matches when autocompleting inside token spellings (not right after -> for instance). 11 years ago
eidheim 164e1f6b7c Now setting focus on sourceview after opening a file. 11 years ago
eidheim c12b1c2550 Better undo and redo. 11 years ago
eidheim 1443ba89b2 More appropriate function names in sourcefile.*. 11 years ago
eidheim b62a9ce06c Now opens the current directory in dialogs if no project path is set. 11 years ago
eidheim 0ed988f05a Now displays error message if one could not save file. 11 years ago
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