1672 Commits (v1.2.1)
 

Author SHA1 Message Date
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
eidheim 05fe364e99 Added line wrapping to tooltips (80 chars max). 10 years ago
eidheim 1d581df887 Users should now experience no delay in Juci, even when closing tabs that are processing or when quitting the application while source files are processed. That is, resources are now freed from a seperate thread. 11 years ago
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