Commit Graph

  • 8bf2b21e96 Now sets LLDB_DEBUGSERVER_PATH in debug.cc on OS X eidheim 2016-01-01 23:02:49 +0100
  • d19fbd9cc7 Executable path escaping improvement eidheim 2016-01-01 22:53:57 +0100
  • d131c7936f Added escaping of executables and cmake paths eidheim 2016-01-01 17:20:25 +0100
  • 3d74cbba50 Added Project Set Run Arguments eidheim 2016-01-01 16:29:20 +0100
  • 019e72a444 Added step-over, step-in and step-out functions to debugging menu eidheim 2016-01-01 11:35:14 +0100
  • 293d8bb35f Should now compile on Ubuntu 14 eidheim 2016-01-01 10:52:48 +0100
  • 5c8e71d758 Fixed compilation on MSYS2 eidheim 2015-12-31 13:58:42 +0100
  • 9af098b310 Added Ubuntu 14 lldb instructions eidheim 2015-12-31 13:50:30 +0100
  • 3fd1670363 installation instructions improved, and got rid of a compilation warning eidheim 2015-12-31 13:35:55 +0100
  • ad4fed49e8 Added lldb to README, install.md and fixed some minor compilation issues eidheim 2015-12-31 13:21:45 +0100
  • dc8dcae1ff Can now add/remove breakpoints when debug is in running state, also removes stop line mark when debug is in running state eidheim 2015-12-31 12:59:32 +0100
  • 091324e0ba Minor fixes to debugging eidheim 2015-12-31 12:47:29 +0100
  • 4d64edde46 Can now add/remove breakpoints when debug process is in stop state eidheim 2015-12-31 12:22:04 +0100
  • ff7ec7ddc8 Debug process now has correct environment variables, and handles stdin eidheim 2015-12-31 11:23:49 +0100
  • 924ccfc30d Debugging fixes eidheim 2015-12-31 10:20:39 +0100
  • ebec5de6b1 Autocomplete now restarts after . symbols properly eidheim 2015-12-31 00:18:34 +0100
  • ba7c44d7f8 Fixes to debugging eidheim 2015-12-30 23:17:52 +0100
  • 3f8aeac476 Yet another minor compile fix eidheim 2015-12-30 21:55:46 +0100
  • 62d9027330 Another minor compile fix eidheim 2015-12-30 21:51:27 +0100
  • c45d4544ed Minor compile fix eidheim 2015-12-30 21:44:29 +0100
  • 42a416382d Minor message fix when compiling without debugging support eidheim 2015-12-30 21:40:50 +0100
  • 530a356199 Added message when compiling without debugging support eidheim 2015-12-30 21:38:59 +0100
  • 4cf9a4011b Will now compile without debug support if liblldb is not found eidheim 2015-12-30 21:33:20 +0100
  • 6136ba0ed1 Added missing mutex eidheim 2015-12-30 21:03:30 +0100
  • 256f01fd9d Maybe a bit faster variable name search eidheim 2015-12-30 14:57:01 +0100
  • 0843bff569 Thread safe debug implementation, and can now go to debug stop eidheim 2015-12-30 14:50:42 +0100
  • 8a9c8a3082 Now tries to find debug variable based on file_path and line number if possible eidheim 2015-12-30 13:37:26 +0100
  • e941b563d9 Added run debug command, and various fixes including more thread safe debug commands eidheim 2015-12-30 13:18:13 +0100
  • 4e8e76a803 Update LICENSE Jørgen Lien Sellæg 2015-12-30 05:27:55 +0100
  • 9b5c5baa2d Minor fixes to debug integration eidheim 2015-12-29 12:52:10 +0100
  • 8905f8fc75 Added debug status and now shows the line where the debug process is stopped eidheim 2015-12-29 12:35:04 +0100
  • b30f2da8a4 Debugging fixes eidheim 2015-12-28 21:38:01 +0100
  • 3244ec68f7 Debug variables now in tooltips, still some work left before creating the debug integration branch though eidheim 2015-12-28 18:40:52 +0100
  • a6b19c9dbd Work in progress, a somewhat usable debugger now implemented eidheim 2015-12-28 13:46:43 +0100
  • b23a2deec1 Work in progress: debug integration eidheim 2015-12-28 13:00:18 +0100
  • 79f497a187 Merge pull request #149 from eidheim/master Ole Christian Eidheim 2015-12-24 16:21:12 +0100
  • 0e5568351c Now correctly removes opened subdirectories when closing a directory. This fixes a crash when changes happened in a subdirectory that had one of its parent/grandparent/etc closed eidheim 2015-12-24 15:51:47 +0100
  • 68705dc58f Corrected MSYS2 link in contents Ole Christian Eidheim 2015-12-24 15:19:20 +0100
  • ec097687d0 Added contents Ole Christian Eidheim 2015-12-24 15:17:13 +0100
  • 6b96b64d61 Visual size of tab (\t) set to 4 spaces eidheim 2015-12-24 12:21:00 +0100
  • 9accf6c430 Added additional check on indent left after { on newline (Allman style) eidheim 2015-12-24 12:10:08 +0100
  • b7c1ad4d8e Added link to Arch User Repository package eidheim 2015-12-24 10:27:09 +0100
  • 6205b2baa8 Merge pull request #148 from eidheim/master Jørgen Lien Sellæg 2015-12-24 00:17:22 +0100
  • 29f8b97127 Minor improvement: rows in selection dialogs now gets cleared when the dialog is hidden, instead of when destroyed eidheim 2015-12-23 17:51:05 +0100
  • a16ab4be80 Cleanup of { indentation (Allman style) eidheim 2015-12-23 16:53:48 +0100
  • 6e0c762f70 Now indents left automatically when writing { on a newline after if(...)/else/else if(...) and so on eidheim 2015-12-23 15:15:21 +0100
  • 6aee69b398 Minor cleanup of selectiondialog.* eidheim 2015-12-23 10:38:33 +0100
  • c896fe98ae Merge pull request #146 from eidheim/master v1.0.1 Ole Christian Eidheim 2015-12-22 09:20:33 +0100
  • c9b37806d3 Now links to tiny-process-library v1.0.3 eidheim 2015-12-22 09:17:29 +0100
  • ad13bceade Merge pull request #137 from cppit/build_dir_fixed Ole Christian Eidheim 2015-12-22 08:53:05 +0100
  • 006d7890f6 Another minor fix to build path error handling eidheim 2015-12-21 15:30:30 +0100
  • 7e7589efac Minor fixes to build path error handling eidheim 2015-12-21 15:14:41 +0100
  • ae01cbae59 Merge pull request #30 from cppit/master Ole Christian Eidheim 2015-12-21 10:22:20 +0100
  • a0f2bbfd26 Fixed standard header paths for newest llvm install on Homebrew eidheim 2015-12-21 10:20:33 +0100
  • 523fe72283 Merge pull request #29 from cppit/master Ole Christian Eidheim 2015-12-20 10:17:58 +0100
  • 472e45a038 Merge pull request #139 from archshift/install-desktop Ole Christian Eidheim 2015-12-20 10:15:56 +0100
  • ea0d65e178 Fixes #133 eidheim 2015-12-20 09:04:25 +0100
  • 05e8679b99 Install desktop file in a portable, build-dir-independent way archshift 2015-12-19 23:49:54 -0800
  • 4a6d92c893 cmake error messages no longer appear twice when saving CMakeLists.txt eidheim 2015-12-20 08:28:08 +0100
  • 7a229a2e64 More consistant error messages eidheim 2015-12-20 08:23:20 +0100
  • 0dfdf6616a Updated install docs with respect to default build settings eidheim 2015-12-19 12:44:18 +0100
  • 7cd81a9747 Now fixes compile_commands.json on Windows correctly U-ole-PC\ole 2015-12-19 12:00:40 +0100
  • 1d332bbe6f Added cmake cleanup to installation document eidheim 2015-12-19 11:32:19 +0100
  • 375852dfe3 Merge pull request #28 from cppit/master Ole Christian Eidheim 2015-12-19 10:55:13 +0100
  • 606db580d5 Fixes #121, #131 and #132. More testing needed, except bugfix commits soon. eidheim 2015-12-19 10:51:39 +0100
  • 0837f6c8a1 Minor bug fix: tooltips and spellcheck dialog no longer gets hidden when shown on top of mouse cursor eidheim 2015-12-19 10:38:15 +0100
  • 9c4ae1e18d Merge pull request #129 from eidheim/master Ole Christian Eidheim 2015-12-19 09:00:01 +0100
  • acfb440dcd Merge pull request #27 from cppit/master Ole Christian Eidheim 2015-12-19 08:48:18 +0100
  • 6025d68d0c Merge pull request #134 from rpavlik/patch-1 Ole Christian Eidheim 2015-12-19 08:37:51 +0100
  • ab995d7e11 Update files.h Ryan Pavlik 2015-12-18 15:51:02 -0600
  • 28ea45dbdd Forgot to remove iostream eidheim 2015-12-18 15:45:54 +0100
  • b4e2b2fc80 Now tries to guess executable based on add_executable parameters eidheim 2015-12-18 15:44:20 +0100
  • b11494b15d Cleanup of cmake project search, no longer tried to search for cmakelists if starting/reaching a directory without cmakelists Ole Christian Eidheim 2015-12-18 11:53:56 +0100
  • 08910538d8 Dialogs now gets hidden if a new cursor position is chosen using the mouse. Also made the run command entry a bit larger Ole Christian Eidheim 2015-12-18 11:38:13 +0100
  • bba3d05751 No longer shows tooltips right after goto declaration Ole Christian Eidheim 2015-12-18 11:07:07 +0100
  • 5fcd3c4889 Autocomplete cleanup eidheim 2015-12-17 22:28:36 +0100
  • c20f284403 Minor fix to autocomplete states eidheim 2015-12-17 18:42:52 +0100
  • c4b3e869df Final fix to #130 hopefully eidheim 2015-12-17 18:27:56 +0100
  • 9eac6d1382 Minor cleanup to dialog events eidheim 2015-12-17 18:05:19 +0100
  • da62ee9bd6 Fixes #130, but need some testing before merge eidheim 2015-12-17 17:59:51 +0100
  • cda802676e Work in progress related to #130 eidheim 2015-12-17 08:49:42 +0100
  • 80d4a84961 Fixes #128 eidheim 2015-12-17 08:10:41 +0100
  • 1da102a8ab Now setting PROJECT_NAME correctly even when using variables within project, and if these variables change after using the project function eidheim 2015-12-16 16:59:03 +0100
  • c52e6b9cf1 Fixes #124 eidheim 2015-12-16 16:41:15 +0100
  • bd845eb3b4 Merge pull request #26 from cppit/master Ole Christian Eidheim 2015-12-16 16:18:02 +0100
  • 7925b38684 Added Boost::Regex under dependencies Ole Christian Eidheim 2015-12-15 19:31:22 +0100
  • 1caed71222 Merge branch 'voldyman-master' eidheim 2015-12-15 13:06:11 +0100
  • 168698fae4 Removed and as per the TODO's Akshay Shekhervoldyman666@gmail.com 2015-12-15 17:02:41 +0530
  • 191a2f50ac Merge pull request #118 from eidheim/master v1.0.0 Jørgen Lien Sellæg 2015-12-14 15:16:34 +0100
  • d542a91c1f Changed default next and previous tab keys to ctrl-tab and ctrl-shift-tab Ole Christian Eidheim 2015-12-14 14:05:28 +0100
  • 6b40e0e0ec Added correct next/previous tab keys for Linux (as in Chromium). Previous default keys did not work for me at least. Ole Christian Eidheim 2015-12-14 13:06:32 +0100
  • 51865bad53 Merge pull request #25 from cppit/master Ole Christian Eidheim 2015-12-14 08:13:39 +0100
  • 913ea87287 Merge pull request #117 from cppit/release-rc01 Ole Christian Eidheim 2015-12-14 08:10:04 +0100
  • 6b8545091e Added missing : Ole Christian Eidheim 2015-12-14 08:00:39 +0100
  • 6f184c0a6a Moved Arch (renamed to Arch Linux) higher up to the other Linux instructions Ole Christian Eidheim 2015-12-14 07:58:14 +0100
  • e44116e2eb Merge pull request #110 from cppit/various_fixes Jørgen Lien Sellæg 2015-12-14 02:40:05 +0100
  • b2ef8c950a Merge pull request #115 from eidheim/master Ole Christian Eidheim 2015-12-13 10:24:43 +0100
  • a136eed3cb Fixed autocomplete error handling eidheim 2015-12-13 10:22:38 +0100
  • 8836aba02d Merge pull request #114 from eidheim/master Ole Christian Eidheim 2015-12-13 08:04:11 +0100
  • d4964f41cd Changed to version 1.0.0 eidheim 2015-12-13 08:02:42 +0100