Commit Graph

  • a8301256a7 Now uses tab char and size from config.json when creating new C++ project. Also fixed a minor issue when using tab as tab_char. eidheim 2015-09-17 14:47:47 +0200
  • 6b019a98f3 Can now change default size of juci window in config.json. eidheim 2015-09-17 13:24:36 +0200
  • 932cd8efd9 Added dark blue style based on Emacs deeper blue theme. eidheim 2015-09-17 10:24:24 +0200
  • b2a82979e1 Can now move to next/previous tab using key-shortcuts. eidheim 2015-09-17 09:34:54 +0200
  • 4d357ff99e Now fallbacks to default config if error in ~/.juci/config/config.json. eidheim 2015-09-17 08:53:57 +0200
  • 2d7e9d7062 Improved dark style. eidheim 2015-09-17 08:32:53 +0200
  • c956bd2021 Minor cleanup. eidheim 2015-09-16 17:38:05 +0200
  • c86f63e082 Slight color change in dark-style. Ole Christian Eidheim 2015-09-16 16:54:54 +0200
  • 3b0426ad31 Fixed gtk assertion error. Ole Christian Eidheim 2015-09-16 16:50:21 +0200
  • 2ad7b432de Now reconfigures juci when config.json is saved, although could not do this for keybindings due to depricated functions I guess. Also some smaller fixes. eidheim 2015-09-16 16:37:36 +0200
  • 053088122a Merge pull request #13 from cppit/master Ole Christian Eidheim 2015-09-16 10:26:10 +0200
  • cbce6c89b7 Now updates ~/.juci/config/config.json if a new version or additional fields are added by the juci team. eidheim 2015-09-16 10:23:49 +0200
  • 4c1db737af Fixed crash when a tab is closed right after buffer change. eidheim 2015-09-16 10:21:05 +0200
  • d6b5b6b607 Fixed crash when closing a tab right after buffer change. Ole Christian Eidheim 2015-09-16 09:55:33 +0200
  • e1bd065d57 Minor fix. eidheim 2015-09-15 14:14:23 +0200
  • 7549a497ad Minor cleanup. eidheim 2015-09-15 13:13:32 +0200
  • aeb8751ee8 Using more effective clang::Tokens::get_similar_token_offsets. eidheim 2015-09-15 12:38:27 +0200
  • 252cec4e58 Much less resource demanding type information retrieval. eidheim 2015-09-15 11:52:53 +0200
  • d4db7cabb5 Merge pull request #59 from eidheim/master Ole Christian Eidheim 2015-09-14 10:01:00 +0200
  • 048b088b9d Workaround to iter_forward_to_context_class_toggle bug. eidheim 2015-09-14 09:58:07 +0200
  • 4da87e346a Merge pull request #58 from eidheim/master Ole Christian Eidheim 2015-09-14 09:15:33 +0200
  • 3cf7429ccd Now properly removes spellcheck errors when the word is no longer in a string or comment. Also reverted the info/status field position. eidheim 2015-09-14 08:44:14 +0200
  • cc257e0fd0 Moved info and status right to below notebook. eidheim 2015-09-14 07:33:02 +0200
  • 19aba63e24 Merge pull request #56 from eidheim/master Jørgen Lien Sellæg 2015-09-13 21:38:25 +0200
  • 9df5547505 Change implementation to Vista and up Jørgen Lien Sellæg 2015-09-13 21:25:18 +0200
  • 908a7092bc Clean dialogs and add some windows support Jørgen Lien Sellæg 2015-09-13 18:51:40 +0200
  • 8e421e2619 Merge branch 'master' of http://github.com/eidheim/jucipp Jørgen Lien Sellæg 2015-09-10 21:15:19 +0200
  • 60136fe560 Spellcheck fixes when for instance uncommenting code and moving cursor to positions where previous spellcheck errors were found. eidheim 2015-09-10 14:21:04 +0200
  • 8437fae54b Numbers are no longer included in spellcheck. eidheim 2015-09-10 13:31:38 +0200
  • 4fc6cee373 Menu xml is now hardcoded in menu.cc. Now we do not have to worry about how to update the menu for those already having a ~/.juci directory. menu.xml is no longer created in this directory. eidheim 2015-09-10 09:46:06 +0200
  • 4cd5654252 Filenames without language support are now gray in the directory window. eidheim 2015-09-10 08:55:29 +0200
  • eef806f5ee Minor info cleanup. eidheim 2015-09-09 22:12:57 +0200
  • 079a9374bb Minor change to info. eidheim 2015-09-09 21:51:12 +0200
  • d4a8c3b132 Minor changes to info. eidheim 2015-09-09 21:43:05 +0200
  • fa2f76390f Added info at bottom left line, showing line and line offset as well as number of warnings and errors. eidheim 2015-09-09 21:34:45 +0200
  • 81029f713f Resize grips are depricated, removed it. eidheim 2015-09-09 15:47:27 +0200
  • 784456b7d3 Reorder tabs should now work. eidheim 2015-09-09 15:41:50 +0200
  • 9291b8082b Tabs are now reordable, and removed resize symbol that overlapped status field on Debian at least. eidheim 2015-09-09 13:45:44 +0200
  • 6d7ddd6235 Now opens files that are not UTF-8 valid, if a language is found for the file, that is, this does not include binary files. eidheim 2015-09-09 08:56:32 +0200
  • b9292f2076 Minor cleanup. eidheim 2015-09-08 21:57:26 +0200
  • 85241413ed Now restarts parse if autocomplete fails. Going to clean up autocomplete next. eidheim 2015-09-08 20:18:24 +0200
  • 67e6c6e38a Merge pull request #54 from eidheim/master Jørgen Lien Sellæg 2015-09-08 13:59:25 +0200
  • 019f5172fa Two minor fixes. eidheim 2015-09-08 12:54:17 +0200
  • 6d8fb734f6 Fixes #55 somehow. Stops clang-parse and autocomplete when error is detected. eidheim 2015-09-08 12:44:18 +0200
  • ae26de2860 Finally fixes #51, now with correct if statement. eidheim 2015-09-07 19:17:45 +0200
  • a3d950b6bc Improved fix for #51. Now only replaces stand-alone carriage returns with newlines. eidheim 2015-09-07 18:57:51 +0200
  • c8da3bd03d Fixes #51. Removed carriage returns, which makes libclang report wrong line index. eidheim 2015-09-07 18:44:59 +0200
  • 49ccddf0ab Fixed CMakeLists for OS X 10.10 I think. eidheim 2015-09-07 17:07:27 +0200
  • 9e3fbd216e Removed reparse on tab switch after rename-refactoring, which is already reparsing affected buffers. eidheim 2015-09-06 17:36:10 +0200
  • 77c637a577 Minor clang indentation fix. eidheim 2015-09-06 15:46:25 +0200
  • e39533c173 Clang indenting cleanup. eidheim 2015-09-06 15:33:47 +0200
  • a1c6ac6a20 minor spellcheck fix. eidheim 2015-09-06 14:31:23 +0200
  • c0ef562ea1 Removed check for erroneous brackets, the delay even in large files was acceptable. eidheim 2015-09-06 14:23:25 +0200
  • 8e31159dad Improved clang indentation. Its getting there. eidheim 2015-09-06 14:18:26 +0200
  • ad323c12ad Automatic clang indentation finished. Requires testing though. eidheim 2015-09-06 13:23:46 +0200
  • 75edbd4b7c Now parsing should always start after autocomplete is finished. eidheim 2015-09-05 18:54:01 +0200
  • 756bd0a69c Fixed a bug in find_tab_char_and_size(). eidheim 2015-09-05 18:41:05 +0200
  • e81801beb6 Improved clang indentation, further improvements coming soon. eidheim 2015-09-05 17:17:38 +0200
  • 7601e0d646 Fixed select word on double mouse click such that it works on all platforms. Ole 2015-09-05 10:49:47 +0200
  • c3447d52d3 Minor fixes to reparse and spellchecker. eidheim 2015-09-05 10:27:57 +0200
  • 859936392e Improved autocomplete. eidheim 2015-09-05 10:16:50 +0200
  • e7ac97b442 Improved smart paste, and tab and shift-tab indenting. eidheim 2015-09-05 09:42:46 +0200
  • 5420343e8d Hopefully the last spellcheck fix. eidheim 2015-09-03 11:44:43 +0200
  • 90d28e9ae0 Fixed spellchecking abit. eidheim 2015-09-03 10:38:28 +0200
  • 3bd298459f Further typing does not include warning or error underline anymore. eidheim 2015-09-03 09:53:00 +0200
  • f40f407568 Back to not being able to load non-valid UTF-8 files. The replace-process was extremely slow on medium sized files. eidheim 2015-09-02 12:46:47 +0200
  • bf0cd8d08e Now gives warning when opened file is not a valid UTF-8 file. eidheim 2015-09-02 12:35:22 +0200
  • 564a31f571 Fixed some crashes and issues with binary output and files, and can now open binary files where non-utf-8 chars are replaced with '?'. eidheim 2015-09-02 12:16:53 +0200
  • 401055ebec improved tab and shift-tab indentation. eidheim 2015-09-02 11:10:13 +0200
  • a633f1611e Fixes: spellcheck when using backspace, diagnostics underlines, and tooltips area of activation. eidheim 2015-09-02 10:46:13 +0200
  • e9ce9446a8 Now places warning and error underlines more correctly. eidheim 2015-09-02 09:09:10 +0200
  • afad339cfe Added default save response to yes, and remove a debug cout. eidheim 2015-09-02 08:56:22 +0200
  • b12a049513 Now reparses after for instance #include <...>. eidheim 2015-09-02 08:40:30 +0200
  • 77a4d6b38a Merge pull request #12 from cppit/master Ole Christian Eidheim 2015-09-02 07:57:33 +0200
  • 242a6ca963 Fixed crash when closing a tab real quick after moving cursor. eidheim 2015-09-02 07:54:59 +0200
  • 6e69cb17c4 The SIGC weirdness should now work on all platforms. U-olece-PC\olece 2015-09-01 18:38:40 +0200
  • 909ce772c0 Now compiles on MSYS2 again. U-olece-PC\olece 2015-09-01 17:58:11 +0200
  • 594a926dcd More fixes to status. eidheim 2015-09-01 14:27:13 +0200
  • e45b0b1211 Now updating status field when closing tabs. eidheim 2015-09-01 14:16:24 +0200
  • f14332eac4 Fixed the elusive crash. Ole Christian Eidheim 2015-09-01 14:08:01 +0200
  • 72cb162ba1 Added check after going through gtk_events. Ole Christian Eidheim 2015-09-01 13:50:36 +0200
  • 32a27c91b1 Trying to find where juci crashes about once a day on OS X. Also fixed tooltip-newlines. eidheim 2015-09-01 13:19:26 +0200
  • c782da2371 Ubuntu 14 fix Ole Christian Eidheim 2015-09-01 10:53:04 +0200
  • dad14cd6ea Merge pull request #48 from eidheim/master Ole Christian Eidheim 2015-08-31 19:55:33 +0200
  • e589cd81a3 Update install.md Ole Christian Eidheim 2015-08-31 19:49:53 +0200
  • 77401c5bfe Another Ubuntu 14 fix. eidheim 2015-08-31 19:45:31 +0200
  • 1a758dae1f Supporting Ubuntu 14. eidheim 2015-08-31 19:28:27 +0200
  • 34cc21bc28 Update install.md Ole Christian Eidheim 2015-08-31 19:23:32 +0200
  • 7165bf91a4 Fixed OS X install dependency Ole Christian Eidheim 2015-08-31 17:45:08 +0200
  • f29b753ada Added 15 after Ubuntu Ole Christian Eidheim 2015-08-31 16:58:09 +0200
  • c15920405e Merge pull request #46 from eidheim/master Ole Christian Eidheim 2015-08-31 16:53:54 +0200
  • cee83dfdc8 Key state fix for Ubuntu 15 and possibly other platforms. eidheim 2015-08-31 16:46:02 +0200
  • a74dd863ff Add git to packages Jørgen Lien Sellæg 2015-08-31 16:40:46 +0200
  • c03dfaa13b Merge pull request #11 from cppit/master Ole Christian Eidheim 2015-08-31 07:12:14 +0200
  • 8c9b4f7cb6 Merge branch 'master' of http://github.com/eidheim/jucipp Jørgen Lien Sellæg 2015-08-30 22:07:06 +0200
  • bcfba43b62 Add about dialog Jørgen Lien Sellæg 2015-08-30 22:07:00 +0200
  • 24c2ca4db8 Now using same colors for #include ... as in cpp-gtksourceview-style. eidheim 2015-08-30 20:34:49 +0200
  • 96b7071b03 Minor fix. eidheim 2015-08-30 18:25:59 +0200
  • 7c61da6205 Merge branch 'master' of github.com:cppit/jucipp Jørgen Lien Sellæg 2015-08-30 16:43:54 +0200
  • 7196ff5c58 Improved syntax highlighting. eidheim 2015-08-30 15:33:06 +0200