Commit Graph
65387 Commits
Author SHA1 Message Date
anna e32cc3c855 replace duplicates when pull methods up 2011-06-20 21:21:07 +04:00
anna 91d3996e1c invert boolean for anonymous classes (IDEA-71076) 2011-06-20 21:21:07 +04:00
peter b130e75e43 manual mvc structure update switch -> community 2011-06-20 18:34:28 +02:00
peter cd5476fb9e mvc project view -> community 2011-06-20 18:34:27 +02:00
peter 3fe7102e79 mvc icons in community 2011-06-20 18:34:27 +02:00
peter 6768c50cd9 MvcViewManager independent of Grails/Griffon 2011-06-20 18:34:27 +02:00
Maxim Shafirov f6feabaea0 javac2 changes roundtrip via JPS build. 2011-06-20 20:19:34 +04:00
Maxim Shafirov faf15103cd Getting rid of using a classloader in forms instrumenter [by db], take 21 2011-06-20 20:19:34 +04:00
Sergey Evdokimov b9b82f958d Support of actions defined via methods (Grails 1.4) 2011-06-20 19:36:33 +04:00
peter f814787d10 mvc path macros, watched roots -> community 2011-06-20 16:29:13 +02:00
peter c6664cb03b MvcConfigureNotification -> community 2011-06-20 16:24:58 +02:00
peter 8995aab124 mvc module/project creation in community 2011-06-20 16:22:58 +02:00
peter 945e95606a mvc run target in community 2011-06-20 16:17:44 +02:00
peter 1687610e45 mvc frameworks, structure sync, console in community 2011-06-20 16:11:26 +02:00
peter c175b8bde3 no dumb mode balloons 2011-06-20 15:25:25 +02:00
Eugene Kudelevsky e3024eaec7 external annotators can do work in non-read action; make w3c css validation based on external annotator 2011-06-20 17:22:58 +04:00
Kirill.Safonov 73cdcf1293 JS change signature dialog: use correct dialect for preview field highlighting 2011-06-20 16:24:26 +04:00
Konstantin Bulenkov 5a51602feb name control is null in constructors 2011-06-20 16:16:23 +04:00
Roman Shevchenko 9511ab9913 Workaround for missing popup menu borders in GTK+ L&F 2011-06-20 16:04:46 +04:00
Roman Shevchenko dbdf903214 Cleanup 2011-06-20 16:04:46 +04:00
Denis Zhdanov f5580aaff7 Corrected 'adjust line indent' processing in situations when target line indent is alignment-dependent 2011-06-20 15:48:42 +04:00
Alexey Pegov f91e55f99b IDEA-70629 Quick-fixes list position is not in sync with bulb position 2011-06-20 15:20:48 +04:00
andrey zaytsev db78bf179b xbreakpoints-ui. npe fixed. Actions in gutter popup-menu rearranged. hide on key outside. show more options when suspend checkbox is off. 2011-06-20 15:14:58 +04:00
andrey zaytsev c15faf83b6 XBreakpoints-ui: in-place breakpoint properties editing 2011-06-20 15:14:58 +04:00
Denis Zhdanov ae921f967d IDEA-70559 Add "-Dsun.java2d.pmoffscreen=false" line to idea.vmoptions file of linux/unix build of IDEA by default 2011-06-20 14:46:42 +04:00
anna edd226758d inplace rename: preserve text range 2011-06-20 14:24:39 +04:00
anna 74db8d94e8 execution: do not show suggestion to set dynamic classpath when it is already set as command line can be too long due to other reasons (IDEA-71124) 2011-06-20 14:24:38 +04:00
Konstantin Bulenkov d97c45981c move propagation buttons to actions 2011-06-20 14:07:26 +04:00
Sergey Evdokimov 992b57a90c Fix: IDEA-70991 (Grails GSP tag <g:hasErrors bean="${some}" field="f"/> highlights an error on "field" attribute: "cannot resolve symbol 'f'") 2011-06-20 13:50:55 +04:00
anna 8ada217d2d smart type selection 2011-06-20 13:26:47 +04:00
anna dc6991fc18 EA-27850 - IAE: TreePath.<init> 2011-06-20 13:26:46 +04:00
Denis Zhdanov 57291ec3d1 IDEA-70898 Javadoc close "tag" generated for type parameters
'Closing tag' is not generated for the javadoc type parameters anymore
2011-06-20 13:13:10 +04:00
Denis Zhdanov ac462ddf17 IDEA-47030 Editor->Colors&Font->Font: provide meaningful text sample
Editor font preview text is expanded
2011-06-20 12:40:54 +04:00
Denis Zhdanov b50395f42e IDEA-69317 Editor: Improve performance
Corrected 'reduce preferred size' processing
2011-06-20 12:40:54 +04:00
Denis Zhdanov 877740d229 IDEA-69317 Editor: Improve performance
Adjusting editor's preferred size change update in order to avoid too frequent repaintings
2011-06-20 12:40:54 +04:00
Denis Zhdanov cd179d8971 IDEA-68357 IDEA unresponsive with large MXML files
Don't using highlighter iterator for determining target markup model range to process on typing. Reason: the highlighter doesn't know about injected context, hence, its lexer-based iterator considers all injected code as a single big token (CDATA in our case). Subsequent markup model processing for such a large range causes unnecessary CPU consuming. That is the reason why we use actual document change-based region and process only highlighters that overlap with it.
2011-06-20 12:40:53 +04:00
Denis Zhdanov f44dbd1983 IDEA-68357 IDEA unresponsive with large MXML files
Suppress injected text repaint requests triggered by injected-unaware lexer-based highlighter
2011-06-20 12:40:53 +04:00
Denis Zhdanov 5ec316d268 IDEA-69317 Editor: Improve performance
Minor improvements to soft wraps recalculation
2011-06-20 12:40:52 +04:00
Denis Zhdanov 725e2b511b IDEA-69317 Editor: Improve performance
Avoiding unnecessary duplicate 'highlight braces' activity
2011-06-20 12:40:52 +04:00
Alexey Pegov 10ea5f7323 IDEA-69839 Plugins list doesn't display: IllegalArgumentException: Invalid SortKey 2011-06-20 12:16:06 +04:00
Alexey Kudravtsev 36d8ee303e CompositeElement.getPsi() and LPE' .createAllPsiForChildren were under different locks which lead to data race 2011-06-20 12:02:54 +04:00
Alexey Kudravtsev d55df65f57 commit outside EDT 2011-06-20 11:59:49 +04:00
Alexey Kudravtsev 4d63800998 highlight unresolved method call even with unresoolved arguments 2011-06-20 11:54:16 +04:00
Alexey Kudravtsev d412246da5 stress tests 2011-06-20 11:54:15 +04:00
Alexey Kudravtsev db9b6e1514 performance 2011-06-20 11:54:15 +04:00
Maxim Medvedev 2b42600068 use top level elment factory in generateToString 2011-06-20 11:44:43 +04:00
Maxim Medvedev 8e0b8a0632 Language dependent psi element factories for Java and Groovy 2011-06-20 11:44:42 +04:00
Maxim Medvedev 3374bd7007 clean up 2011-06-20 11:44:41 +04:00
Maxim Medvedev b97ed388dd code generation api 2011-06-20 11:44:40 +04:00
Maxim Medvedev 4b9ffa0b02 api 2011-06-20 11:44:40 +04:00