Commit Graph
533 Commits
Author SHA1 Message Date
andrey.zaytsev 440281096e breakpoints-ui. tree selection after breakpoint deleting. debugger manager listeners leak fixed. 2012-08-10 16:59:20 +04:00
andrey.zaytsev 1b83cd60e2 breakpoints-ui. combo box chooser for master breakpoint 2012-08-09 20:36:08 +04:00
Alexey Kudravtsev c3a64d109a reverted to not register Disposable for each order entry 2012-08-08 16:25:11 +04:00
andrey.zaytsev e6979756e6 breakpoints-ui. deny multiple breakpoints popups. 2012-08-06 17:18:53 +04:00
andrey.zaytsev 18d6341873 breakpoints-ui. recent breakpoints first. fix breakpoint selection. focus bug. 2012-08-06 07:14:37 +04:00
Michael Golubev 22fdd2c7b0 IDEA-87599 - CloudFoundry integration - disable debug runner 2012-08-02 00:16:10 +02:00
Kirill Safonov af10749df3 XDebugger: compare value with clipboard action (IDEA-89243), finish 'Load value' progress if evaluation failed 2012-08-01 22:05:17 +04:00
Michael Golubev 0f24939326 IDEA-87599 - CloudFoundry integration - inherit search scope in debug sessions 2012-07-31 22:33:21 +02:00
andrey.zaytsev 3e2a9de166 breakpoints-ui. don't show any options for breakpoints group in tree. 2012-07-30 17:44:06 +04:00
Dmitry Avdeev 289a6a9b6c some space added 2012-07-25 14:24:57 +04:00
Michael Golubev ba3de63959 debug api - split debug environment into model/UI parts 2012-07-23 19:28:28 +02:00
Michael Golubev 29c7c56eab debug api - do not require run configuration and its environment to create debug session and UI (a step to unify with XDebuggerManager) 2012-07-23 18:06:52 +02:00
andrey.zaytsev 43c27ebaef IDEA-87924 Debugger: Ease defining breakpoint condition. Condition checkbox enables when condition is empty 2012-07-23 16:52:48 +04:00
andrey.zaytsev db772ebfe5 master breakpoint chooser blinking 2012-07-23 16:27:21 +04:00
nik ebaa1e6565 BreakpointItem class moved from api to impl 2012-07-20 16:51:18 +04:00
Eugene Zhuravlev f9aa43eca1 calculate label title without assertions 2012-07-18 11:58:33 +02:00
Vassiliy Kudryashov d49c6c985a IDEA-67206 When I Alt+Click near breakpoint marker, it becomes removed 2012-07-11 21:16:40 +04:00
Eugene Zhuravlev 659b4291a2 render strings and escaped symbols according to editor color scheme 2012-07-05 16:34:16 +02:00
Roman Shevchenko cabf251005 Cleanup (com.intellij.Patches and related usages) 2012-07-05 12:24:16 +02:00
Eugene Zhuravlev 30d18cfa43 disable condition field when condition checkbox is unchecked 2012-06-26 09:47:46 +02:00
Eugene Zhuravlev b500c9f1fb hotswap: better implementation of modified classes discovery, does not require to postponed files in memory 2012-06-24 01:04:09 +02:00
Eugene Zhuravlev 8928bac595 add background color for escaped symbols 2012-06-22 16:22:45 +02:00
Eugene Zhuravlev 3bc5f73873 rendering escaped symbols in bold 2012-06-22 13:56:33 +02:00
Eugene Zhuravlev 9f9e02d29f wording 2012-06-21 23:13:26 +02:00
Eugene Zhuravlev b40bb4467c rendering thread dumps: handle jdi bugs 2012-06-21 23:12:12 +02:00
Eugene Zhuravlev 8604484748 handle jdi internal exceptions 2012-06-21 23:04:27 +02:00
Eugene Zhuravlev ae9a7c5ca6 remove already fixed todo 2012-06-21 17:25:16 +02:00
Eugene Zhuravlev 84b283d1af hotswap: do not 'forget' about changed classes if hotswap was canceled by user 2012-06-21 17:11:44 +02:00
Eugene Zhuravlev 0a3c6b2135 ignore collected types 2012-06-20 14:20:12 +02:00
andrey.zaytsev 07bb170e84 breakpoints-ui. some cosmetics 2012-06-19 19:55:28 +04:00
Eugene Zhuravlev 53fc01f804 count filter may be only > 0 2012-06-19 13:11:56 +02:00
andrey.zaytsev 27eeb01272 Hi zheka 2012-06-19 00:39:12 +04:00
andrey.zaytsev e3f929558a breakpoints-ui. infinite recursive fixed 2012-06-18 13:25:39 +04:00
andrey.zaytsev d3f19de485 breakpoints-ui. breakpoints tree nodes sorting. 2012-06-18 12:19:53 +04:00
Eugene Zhuravlev 5fc7e59885 allow '\r' in debugger text viewer 2012-06-17 19:07:09 +02:00
Alexey Kudravtsev b166db5d12 memory 2012-06-15 11:58:28 +04:00
andrey.zaytsev 14b8e71d2e IDEA-87369 Right-click on a breakpoint: "edit" action is disabled if the cursor is not on the corresponding line 2012-06-13 23:57:54 +04:00
andrey.zaytsev 14e1143162 breakpoints ui. cosmetics 2012-06-09 21:49:17 +04:00
Maxim Shafirov cf42a4b426 mouseClicked() mostly replaced with ClickListener and DoubleClickListener, since original mouseClicked doesn't respect minor movements between press and release. 2012-06-09 21:08:28 +04:00
andrey.zaytsev 2775e6a672 breakpoints ui. master breakpoint chooser fixes 2012-06-09 17:15:32 +04:00
andrey.zaytsev 5e7457fa75 breakpoints ui. navigation 2012-06-09 17:15:32 +04:00
andrey.zaytsev a66b70ed42 breakpoints ui. master breakpoint preview 2012-06-08 15:46:57 +04:00
andrey.zaytsev 99454064dd AnyExceptionBreakpoint properties and category fixed 2012-06-04 18:44:25 +04:00
Maxim Shafirov 0b582bf6d5 Configurables no longer have icons. 2012-05-30 21:46:44 +04:00
Roman Shevchenko f43418ed60 Move platform UI component out of util module 2012-05-30 20:24:54 +04:00
peter 098fb83698 don't leak debugged process via cached toString() method in user data 2012-05-30 17:34:20 +02:00
Maxim Shafirov ce21064639 Unified access to icons.jar resources 2012-05-30 18:41:47 +04:00
Anna Kozlova fcb6afc138 "java.util.Map" ->CommonClassNames.JAVA_UTIL_MAP 2012-05-30 13:29:26 +04:00
Anna Kozlova 0c79564b45 "java.lang.Object" ->CommonClassNames.JAVA_LANG_OBJECT 2012-05-30 13:29:24 +04:00
andrey.zaytsev d708dbfc15 breakpoints ui. View Breakpoints action invoked instead of expanding balloon with more controls 2012-05-29 13:24:53 +04:00