352 Commits (5b5528e2ff97fc270df41290dfa77c06402adedb)

Author SHA1 Message Date
eidheim a3bb0eaaa5 Hide tooktips and stop tag similar symbol cleanup. No longer activates tooltips or similar symbol tags on format style, undo, redo and paste 8 years ago
eidheim 089d247d6d Removed File Reload dialog that is no longer needed since one can undo the changes 8 years ago
eidheim 86adabaaeb Fixes #377: adds "#pragma once" on empty C/C++ header files. Additionally, cleanup of Notebook::open. 8 years ago
eidheim 5d78509239 Tooltip background is now set through css instead of using deprecated functions 8 years ago
eidheim 54f2e649f5 Cut no longer has an effect on non-editable text 8 years ago
eidheim e0efbb112d Fixes #374 and #340: Copy/Cut copies/cut the current line if text is not selected. Can now also copy text from tooltips. 8 years ago
eidheim ff6bcd3b81 Moved Info css to window.cc 8 years ago
eidheim 715b3a9051 Tooltips now have css properties border-radius and padding. Also moved CSS code to window.cc 8 years ago
eidheim bf798073c0 Added source.auto_reload_changed_files preference item, and support for prettier. Also made some various minor fixes 8 years ago
eidheim a26940e921 Improved replace text through libgit2 making file reload and some format style functions faster and without scrolling issues 8 years ago
eidheim 1a6e40de9d Language protocol: tag tokens and open/close buffer now async, and fixed minor tooltip placement bug. Also now autocompletes after " and ' characters 8 years ago
eidheim 014b29db4b Fixed unused-lambda-capture warnings 8 years ago
eidheim 2587698565 Preference cleanup: added missing prefix to some menu item key names, and removed clang_types from preferences 8 years ago
eidheim 8a4cab0415 Additional information is stored and used between juCi++ sessions: line offsets of buffers, window size, run arguments, and debug run arguments, including remote debug settings. 8 years ago
eidheim d534f070b6 Language server protocol: added support for workspace/symbol 8 years ago
eidheim 3233a6c1f7 Improvements to language server protocolo implementation. The most important features are now supported. 8 years ago
eidheim 094ddb5eed Removed source_clang.cc from notebook.h 8 years ago
eidheim 2313445f8d Improved Source->Find Documentation 8 years ago
eidheim 4c8695c8fc Added menu item Source->Go to Type Declaration 8 years ago
eidheim 83ed4cfa00 Fixes #354: resets Project::current when closing juci. Also now runs exit code when application is closed by desktop environment 8 years ago
eidheim ae1b183b87 Added current parameter completion that shows possible arguments. Also fixes some issues with non-interactive completion, optimizations to selection/completion dialogs, and some cleanup." 8 years ago
eidheim 59c08a2dd8 Fixes #251: Go to Usage and Rename now includes unopened files. Also includes various other cleanups related to this work. 8 years ago
eidheim 55d056f16d Debug start/continue: implemented environment parsing on string set in Debug Set Run Arguments 8 years ago
eidheim d9ee4d97ce Cleanup: removed support for older libraries 9 years ago
eidheim d7d2cd6cd5 Added style formatting for markdown and disables spellcheck in certain situations 9 years ago
eidheim fed9ce7101 Replaced deprecated gtk_show_uri with gtk_show_uri_on_window on newer systems 9 years ago
eidheim a886cad149 Removed -Wno-unused-parameter from new c++ projects 9 years ago
eidheim 2606bd00a8 Added preference option source.format_style_on_save_if_style_file_found 9 years ago
eidheim 55124ed0bf Added Info message when no files are found in Find File 9 years ago
eidheim 7b98877731 Minor cleanup of Find Ctags and Find File 9 years ago
eidheim 478185319a Finalised Find File (PR #336): various cleanups/fixes and added keybinding. Resolves #312. 9 years ago
Josh Wright e4fe99fa80 address review comments 9 years ago
Jørgen Lien Sellæg edba5a5561 remove debug print 9 years ago
Jørgen Lien Sellæg e37df9f0e8 remove usage of using namespace 9 years ago
Josh Wright 3da8569bfd add find file option 9 years ago
eidheim 39d977ce97 Fixes to last commit, see #326 9 years ago
Ingmar Lehmann 918bbba8c0 Implemented full screen feature 9 years ago
eidheim 30e0eace01 Improvement of primary-right click: now goes to declaration if no implementation was found (related to #317) 9 years ago
eidheim 63ec507ea0 Added checks if file exists before opening in various functions 9 years ago
eidheim 2332ba7cb6 Fixes symbolic link issues (see #319) 9 years ago
Physiix 3a64bcad9b Added menu item to toggle Tabs visibility. 9 years ago
Hallgeir Løkken ee7efc87c2 Added possibility to disable interactive completion by setting completion keybinding instead 9 years ago
adobrich acc4cced40 Added about dialog logo 9 years ago
eidheim cea6db59bf Implemented menu item Source.Comments.Add Documentation 9 years ago
eidheim 37dc7e5824 Can now use Cursor History Back from a newly opened file without placing the cursor in the new file 9 years ago
eidheim cf5a509cbc Improvement of selection and completion dialogs and tooltips. Can now open selection dialogs (Find Symbol (Ctags), Backtrace, Show Variables) without an opened buffer. 9 years ago
Jørgen Lien Sellæg 13c35a254f New right click context menu 9 years ago
eidheim d72341cbb5 Now performs full reparse on Reload File 9 years ago
eidheim f6e82df359 Replaced deprecated VBox/HBox with Box, and HPaned/VPaned with Paned 9 years ago
eidheim bea112e22e Cleanup of Reload file 9 years ago