Commit Graph

  • d9ee4d97ce Cleanup: removed support for older libraries eidheim 2017-07-21 19:04:05 +0200
  • 618d81ea20 Fixes libclang parsing on Fedora eidheim 2017-07-21 13:18:35 +0200
  • 5ac34e378f Installation doc: removed version from Fedora and Mageia eidheim 2017-07-21 12:47:23 +0200
  • 5f1cf28ab5 Improved Rename, Go to Usage, Go to Method: virtual and override functions are now marked as similar when appropriate eidheim 2017-07-21 09:23:07 +0200
  • 7b61e75d35 Added gnome-icon-theme to MacOS brew install command eidheim 2017-07-17 12:22:49 +0200
  • 757eddb147 Further workarounds for ArchLinux's clang_getFileName that sometime returns wrong paths eidheim 2017-07-14 12:19:13 +0200
  • e0fc075483 Improved Rename, Go to Usage, Go to Method, and Go to Implementation through broader similar cursor search. Function template definitions and spesializations, and overloaded functions, are now considered similar. eidheim 2017-07-11 11:49:54 +0200
  • d7d2cd6cd5 Added style formatting for markdown and disables spellcheck in certain situations eidheim 2017-07-02 16:14:48 +0200
  • 430925ada0 Autocomplete cleanup. Should now be easier to implement autocomplete for other languages eidheim 2017-07-01 17:29:46 +0200
  • fed9ce7101 Replaced deprecated gtk_show_uri with gtk_show_uri_on_window on newer systems eidheim 2017-07-02 08:43:20 +0200
  • af2504bc83 v1.2.5 v1.2.5 eidheim 2017-07-02 08:08:59 +0200
  • a886cad149 Removed -Wno-unused-parameter from new c++ projects eidheim 2017-07-01 20:56:53 +0200
  • d0ca4be174 New screenshots eidheim 2017-06-30 08:59:09 +0200
  • 34384f482c Moved terminal preferences below source preferences eidheim 2017-06-30 08:23:48 +0200
  • 83c7fbf554 Added a few more tests to source_key_test.cc eidheim 2017-06-30 07:55:13 +0200
  • 2e23657eea Fixed go to header on Arch Linux/Manjaro eidheim 2017-06-29 14:22:08 +0200
  • dbcb7005be Added source_key_test.cc that for instance include indentation tests after enter is pressed in a buffer eidheim 2017-06-29 08:51:52 +0200
  • 42c9009624 Added support for future known llvm releases eidheim 2017-06-29 07:44:50 +0200
  • c342f4b2bc Updated submodules eidheim 2017-06-28 11:19:54 +0200
  • 1fa2137eb4 Documentation updates: screenshots now in table, added FreeBSD to installation document, and changed OS X to MacOS eidheim 2017-06-27 22:58:10 +0200
  • d35b1fcb5c Added search for LLVM 4.0 on FreeBSD eidheim 2017-06-27 22:33:01 +0200
  • b7004c053a Updated installation document due to new Debian stable release eidheim 2017-06-27 14:00:02 +0200
  • 5def29bd24 More consistent default source.clang_format_style preference value eidheim 2017-06-27 12:36:44 +0200
  • dd55d9867c Improved indentation eidheim 2017-06-27 07:54:24 +0200
  • 6105210333 Improved Source::View::find_start_of_sentence when source contains multiline use of stream operators eidheim 2017-06-26 16:21:46 +0200
  • 2606bd00a8 Added preference option source.format_style_on_save_if_style_file_found eidheim 2017-06-26 13:23:23 +0200
  • 977f90eac9 Improved bracket indentation after namespace { without indentation after eidheim 2017-06-26 08:40:07 +0200
  • 7664f82349 Improved spellcheck after '\' characters eidheim 2017-06-25 13:45:40 +0200
  • 610dd02815 Fixed segmentation fault when running debug command on newer liblldb eidheim 2017-06-25 10:42:08 +0200
  • d16d0f1099 Improved spellcheck handling of 's eidheim 2017-06-21 19:35:09 +0200
  • 5bdabd6671 Improved search of executables in cmake projects eidheim 2017-06-20 18:49:21 +0200
  • 62e0c20e4a Fixed wrongful symbol count for languages like Python eidheim 2017-06-20 11:03:44 +0200
  • 4fe1581dae Fixes #338: latest llvm version not found on MacOS eidheim 2017-06-17 07:23:47 +0200
  • 55124ed0bf Added Info message when no files are found in Find File eidheim 2017-06-05 18:54:25 +0200
  • 7b98877731 Minor cleanup of Find Ctags and Find File eidheim 2017-06-05 16:25:37 +0200
  • 478185319a Finalised Find File (PR #336): various cleanups/fixes and added keybinding. Resolves #312. eidheim 2017-06-04 15:24:16 +0200
  • 89003d27ce Merge branch 'master' of https://github.com/Joshua-Wright/jucipp eidheim 2017-06-04 12:25:17 +0200
  • c8e437fd19 Cleanup of Config class eidheim 2017-06-04 09:46:24 +0200
  • e4fe99fa80 address review comments Josh Wright 2017-06-03 15:38:48 -0500
  • 4b714d733b Merge branch 'master' of github.com:Joshua-Wright/jucipp Josh Wright 2017-06-02 19:28:28 -0500
  • 4593519c25 Merge branch 'master' of https://github.com/cppit/jucipp Josh Wright 2017-06-02 19:27:48 -0500
  • e4b3c2affb Merge pull request #1 from zalox/j Josh Wright 2017-06-02 18:19:08 -0400
  • edba5a5561 remove debug print Jørgen Lien Sellæg 2017-06-02 13:53:22 +0200
  • e37df9f0e8 remove usage of using namespace Jørgen Lien Sellæg 2017-06-02 13:53:10 +0200
  • 5ef945a837 Merge branch 'master' of github.com:cppit/jucipp into j Jørgen Lien Sellæg 2017-06-02 13:52:15 +0200
  • 83808f8e99 Fixes #335: paste now includes the final newline if present in clipboard text. Also, indentation of pasted text is now dependent on the cursor location when activating paste. eidheim 2017-06-02 07:59:58 +0200
  • 3da8569bfd add find file option Josh Wright 2017-06-01 21:36:48 -0500
  • b08b30c0f8 Added PYTHONUNBUFFERED environment variable when running python scripts through Compile and Run in Project menu eidheim 2017-05-23 11:28:38 +0200
  • a237049918 Icon now also set in MacOS eidheim 2017-05-23 10:28:52 +0200
  • 4ea042e131 Added missing lldb to openSUSE Tumbleweed dependency install command eidheim 2017-05-17 12:37:31 +0200
  • 969db1ae49 Fixes to OpenSUSE installation instructions PR (#333) eidheim 2017-05-17 11:46:12 +0200
  • a29a5a2c1c Merge branch 'master' of https://github.com/junrrein/jucipp eidheim 2017-05-17 11:22:01 +0200
  • 3391388e6b Changed preference option terminal.show_progress to false by default to reduce terminal output eidheim 2017-05-15 11:26:10 +0200
  • f240d66ef4 Add installation instructions for Opensuse Julián Unrrein 2017-05-13 11:24:43 -0300
  • c8617c1d02 Updated libclangmm submodule, and corrected libclangmm namespace due to changes in libclangmm (See #123 for more information) eidheim 2017-05-06 11:50:08 +0200
  • f1b57c718c Version 1.2.4 v1.2.4 eidheim 2017-05-02 09:39:45 +0200
  • 966dd57e6d removed -mwindows voigtm 2017-04-09 00:13:25 +0200
  • ce9e1688c6 typo and mwindows Patrick Voigt Mascarenhas 2017-04-08 20:48:37 +0200
  • fde890e927 Added missing nullptr check before using string_tag eidheim 2017-04-08 10:59:51 +0200
  • 7b35294b63 Fixes #329, block comment key events will no longer trigger inside a string eidheim 2017-04-08 10:38:52 +0200
  • 25c0b88df2 Added default keybinding to window_toggle_full_screen eidheim 2017-04-01 15:19:57 +0200
  • 39d977ce97 Fixes to last commit, see #326 eidheim 2017-04-01 11:14:16 +0200
  • 918bbba8c0 Implemented full screen feature Ingmar Lehmann 2017-03-30 21:12:14 +0200
  • c2563516be fix typo with Archlinux installation docs title Josh Wright 2017-03-28 11:30:22 -0500
  • d8f7b66569 Fixed incorrect spellcheck error after pressing enter for some programming languages eidheim 2017-03-09 14:46:03 +0100
  • 1335376584 Added gtksourceviewmm3 recompilation and reinstallation instructions for MSYS2 eidheim 2017-03-01 12:54:15 +0100
  • b2378e2039 Fixes directory/file sorting in directory view on some specific locales eidheim 2017-02-21 17:07:32 +0100
  • 30e0eace01 Improvement of primary-right click: now goes to declaration if no implementation was found (related to #317) eidheim 2017-02-21 07:47:36 +0100
  • 63ec507ea0 Added checks if file exists before opening in various functions eidheim 2017-02-20 22:25:29 +0100
  • d467fca818 Cleanup of terminal link click eidheim 2017-02-20 21:38:49 +0100
  • f538e22f13 Fixed regex for identifying include directives eidheim 2017-02-20 16:42:55 +0100
  • cfeef6c618 Fixes to #317: Use primary-left click to move to implementation or declaration eidheim 2017-02-20 12:30:03 +0100
  • c418be18bc Merge branch 'ctrl_right_click_goto_implementation' of https://github.com/artisdom/jucipp eidheim 2017-02-20 12:05:12 +0100
  • ce2d116cee Added Source::is_implementation eidheim 2017-02-20 12:04:28 +0100
  • 61be493b9c Fixes #310: can now use Go to Declaration on include directive to jump to included file eidheim 2017-02-19 11:54:19 +0100
  • 2332ba7cb6 Fixes symbolic link issues (see #319) eidheim 2017-02-16 21:27:00 +0100
  • dfde64c90b Added filesystem::get_normal_path eidheim 2017-02-16 14:41:46 +0100
  • 4e96c16979 update system before pacman Jørgen Lien Sellæg 2017-02-18 19:52:51 +0100
  • 4d1ef611a8 Fixes to #320: increased juci minute version and removed unneeded tabs_visible flag eidheim 2017-02-16 13:33:08 +0100
  • b0cbd9b00f Indentation Physiix 2017-02-15 19:50:03 -0500
  • 3a64bcad9b Added menu item to toggle Tabs visibility. Physiix 2017-02-15 19:46:42 -0500
  • 0879bad519 Add handy shortcut: use 'Ctrl - Right Click' to go to implementation directly. Ted Feng 2017-02-13 17:06:47 +1300
  • ee7efc87c2 Added possibility to disable interactive completion by setting completion keybinding instead Hallgeir Løkken 2017-02-09 13:58:20 +0100
  • bcf2a7fe75 lldb-3.8 now works on Debian Testing: updated install instructions eidheim 2017-02-08 15:46:51 +0100
  • acc4cced40 Added about dialog logo adobrich 2017-02-08 19:57:25 +1100
  • dc7be5c65a Version 1.2.3 v1.2.3 eidheim 2017-02-07 10:40:20 +0100
  • e1e8d09727 Added documentation to default_config_file in src/files.h eidheim 2017-02-04 19:15:09 +0100
  • c42147d707 Added icon (see #236) Andrew Dobrich 2017-01-31 11:38:39 +0100
  • 02d88bc7ff Fixes #309: now takes into account that cmake variables can change eidheim 2017-01-23 12:05:31 +0100
  • 7362e65af3 Fixes backspace and delete key for files with CR+LF line endings eidheim 2017-01-21 10:55:59 +0100
  • 9650e5ff36 Fixes Control-Up when first line contains only one character. Previously, the cursor stopped at the line before. eidheim 2017-01-09 20:44:18 +0100
  • 279a667c70 Fixed End key for one character long lines eidheim 2017-01-08 21:24:39 +0100
  • 1ce55fbc20 Additional CR+LF fixes eidheim 2017-01-08 10:17:52 +0100
  • 91a6445b8c Fixed DiffView::get_iter_at_line_end for CR+LF line endings eidheim 2017-01-07 16:47:57 +0100
  • a7f6f313a0 Slightly brighter comments on juci-dark-style eidheim 2017-01-06 10:35:07 +0100
  • 42b49433bb Minor adjustments to juci dark and dark-blue note styles eidheim 2017-01-06 08:44:28 +0100
  • afa9e7604a Adjusted note backgrounds for the styles juci-dark and juci-dark-blue eidheim 2017-01-05 11:09:42 +0100
  • bce96066f7 Improved blue text color in juci-dark style eidheim 2017-01-04 21:46:53 +0100
  • 74aa315ecf Improvements to juci-dark-blue style eidheim 2017-01-04 21:29:12 +0100
  • 1a5989f641 Improved background color of juci-dark style eidheim 2017-01-04 20:44:16 +0100