Commit Graph
361 Commits
Author SHA1 Message Date
Alexey Kudravtsev 0195daa7dd read action 2011-11-09 13:52:59 +04:00
peter 4fd028bb3b a read action in debugger 2011-11-08 16:35:17 +01:00
Dmitry Jemerov 7befa489ab another attempt to fix project leak in debugger tests 2011-11-04 12:10:38 +01:00
nik 2ec458805a fixed project leak in debugger configurables 2011-11-02 12:41:38 +04:00
Eugene Zhuravlev f5c201d2e1 fix possible NPE 2011-10-28 23:30:59 +02:00
nik 1de31c70b8 IDEA-46522: Settings: Application Servers / (Add) Server dialog: what Apply button is for? 2011-10-28 16:03:18 +04:00
nik dc670545b0 WI-8054: While debugging (Xdebug), trying to set the value of a variable using the arrow to find a previously used value causes phpstorm to crash 2011-10-28 12:59:47 +04:00
Eugene Zhuravlev 7e98900aee 'step into': stop stepping when we stop in the frame that is upper in the stack than the frame we started with. 2011-10-27 19:55:04 +02:00
Eugene Zhuravlev 0cd089797c optionally print full stacktrace on "Log message to console" breakpoint action 2011-10-27 17:55:41 +02:00
Eugene Zhuravlev 839a1f9d50 correctly render void values 2011-10-27 16:46:13 +02:00
Maxim.Medvedev 0251c774d5 IDEA-69879 quick evaluate in debug for Groovy 2011-10-26 17:04:27 +04:00
nik 7f9c65f597 IDEA-75097 Every keystroke in runconfig/vm-options field triggers network listening firewall dialog on Mac OS 2011-10-26 09:10:22 +04:00
Alexey Kudravtsev 5452af70e7 replaced FileTypeRegistry.getFileTypeByFile() with file.getFileType() 2011-10-21 20:03:06 +04:00
anna 7dc0091138 save console output to file (IDEA-64394) 2011-10-21 13:15:02 +02:00
peter 89bf8b86f2 IDEA-67963 Autoboxing not working for array initializers in debugger evaluation 2011-10-18 19:45:46 +02:00
Roman Shevchenko 2e2a29c48b EA-30535 (no more NPEs around CopyPasteManager.getContents()) 2011-10-17 16:43:04 +02:00
Dmitry Jemerov d84c902a3a extract JavaCodeFragmentFactory out of PsiElementFactory; remove a number of unnecessary back and forth conversions between Project and PsiManager 2011-10-14 19:28:03 +02:00
peter bb50390b58 expand/collapse folding actions to work without a PsiFile (IDEA-57910) 2011-10-12 15:09:27 +02:00
Alexander.Podkhalyuzin 0e7b74661e Added possibility to define different evaluator builder for custom code fragment factory. 2011-10-11 17:58:58 +04:00
peter 87aca1372a IDEA-75362 Groovy evaluate expression editor highlights keywords from Java. 2011-10-10 19:36:00 +02:00
anna d8e04fe776 do not check for available port on each typing in all configurations (IDEA-75097);
problem still exist with tomcat configuration
2011-10-07 14:11:21 +02:00
Eugene Zhuravlev b9199a58bd workaround for "Unexpected JDWP Error: 32" - "opaque frame" JDI bug 2011-09-30 18:47:58 +02:00
Dmitry Jemerov 1446e8eee0 last batch of dependencies to core-api/impl 2011-09-23 19:12:31 +02:00
Evgeny Zakrevsky 4800db9024 removed unused code 2011-09-22 21:21:03 +04:00
Eugene Zhuravlev 44fc170bb7 FrameView refresh fixed: because of alarm some "rebuild" updates could have been lost or substituted with "refresh" updates 2011-09-22 17:14:41 +02:00
Evgeny Zakrevsky 3d539305e9 removed unnecessary insets 2011-09-20 23:29:32 +04:00
Eugene Zhuravlev d25c4a2938 highlighter validity check added (IDEA-74092 View Breakpoints functionality is broken in version 10.5.2) 2011-09-15 20:45:41 +02:00
Roman Shevchenko a1138e0cd3 PsiLiteralExpression API cleanup 2011-09-15 19:38:03 +02:00
Eugene Zhuravlev 28f1516510 remove obsolete code; class filters for line breakpoints optimized 2011-09-14 15:19:49 +02:00
peter 4c54fa80c5 cast to runtime type for anonymous classes 2011-09-13 17:06:52 +02:00
peter fe296fd7f0 IDEA-74190 Debugger:Evaluate: Code Fragment mode parsing is broken 2011-09-13 10:17:47 +02:00
anna 0eb2875056 surround expression with: support for expression's parts (IDEA-73868) 2011-09-08 11:21:17 +02:00
Evgeny Zakrevsky a77dee6806 separator color as border color. some borders fixed. 2011-09-06 18:44:23 +04:00
Alexey Pegov d1047ca90d [mac] "compare with clipboard" actions is always enabled 2011-09-01 14:49:53 +04:00
Dmitry Avdeev 0a253b071a TraverseUI test fixed 2011-08-25 18:06:46 +04:00
Eugene Zhuravlev 37a8e774ae clean debugger even queue on close 2011-08-24 20:28:56 +02:00
Evgeny Zakrevsky 211f50f466 rename and new border factories for borders with large font 2011-08-23 19:03:11 +04:00
Evgeny Zakrevsky a16b3dfc53 rename 2011-08-23 15:13:39 +04:00
Konstantin Bulenkov 545053d83b use JBPopup for Expression evaluator 2011-08-17 18:42:40 +02:00
Dmitry Jemerov 63ec077c22 decouple Document from MarkupModel 2011-08-16 20:10:14 +04:00
Eugene Zhuravlev 080210acec buttons text corrected 2011-08-12 12:20:43 +02:00
Evgeny Zakrevsky a8970783b4 added possibility setting large and small font for titled borders and separators 2011-08-11 20:17:38 +04:00
peter 72af103272 no JAVA in breakpoint condition history 2011-08-11 16:51:07 +02:00
Eugene Zhuravlev a97aed8b35 dialog style corrected 2011-08-11 14:00:47 +02:00
Evgeny Zakrevsky 76188b9901 IdeBorderFactory refactored for new titled borders 2011-08-10 19:12:37 +04:00
Eugene Zhuravlev e79d9d946e return correct exit code on escape 2011-08-09 16:52:14 +02:00
irengrig cead8f5b31 annotate stacktrace only in "analyze stacktrace" and thread dump console.
recent changes annotation setting also put into "analyze stacktrace" dialog
2011-08-09 14:23:05 +04:00
Eugene Zhuravlev 594d4d47d2 'possible VM hang' warning on hotswap 2011-08-08 20:51:56 +02:00
irengrig 6fa1c20b46 annotate stacktrace - on methods level 2011-08-08 16:01:27 +04:00
Evgeny Zakrevsky 1fac351e5a border's font switched from Bold to Simple and some refactor 2011-08-04 17:40:50 +04:00