Roman Shevchenko
dd03a78a0d
CodeInsight fixture to use find usages options from handler
2010-04-23 14:17:16 +04:00
Anton Makeev
e6d551ec06
cidr: debugger interruption/breakpoints
2010-04-23 14:03:30 +04:00
Maxim Medvedev
e93a76becf
improved searching of method duplicates. tests
2010-04-23 11:00:55 +04:00
Maxim Medvedev
53f0b8116a
improved searching of method duplicates
2010-04-23 10:37:11 +04:00
nik
0184ebc50a
xdebugger full value text popup: ui fixed
2010-04-23 10:16:08 +04:00
Dmitry Jemerov
d9cef2107f
EA-20063 - NPE: GuiEditor.getData
2010-04-22 22:23:09 +04:00
Dmitry Jemerov
d7e328e775
EA-20064 - NPE: PassiveDecorationLayer.paintPassiveDecoration
2010-04-22 22:23:08 +04:00
Dmitry Jemerov
6bbe71a99e
avoid CCE on plugin-contributed editors (EA-20115 - CCE: CutProviderRule.getData)
2010-04-22 22:23:07 +04:00
Dmitry Jemerov
02dafea28d
fix stack overflow; remove some unnecessary indirection via PsiAdapter
2010-04-22 22:23:07 +04:00
Eugene Kudelevsky
6fca237f5c
zen-coding: default DIV tag support in HTML/XHTML files; tests
2010-04-22 21:50:34 +04:00
Roman Chernyatchik
80bd90c971
several words were added
2010-04-22 21:13:17 +04:00
Roman Chernyatchik
ff1576927a
best ruby ide added to dictionary
2010-04-22 21:13:16 +04:00
Roman Chernyatchik
0b2feff638
1. Bug RubyIdentifierSplitter fixed 2. Ruby dic generator significantly improoved 3. Ruby Spell checker strategy corrected for method/module/classes declarations 4. fake Spell checker splitter logic replaced with original, patented Spell Checker algorithm 5. Yep, tests were added! 6. Some API extracted in spell checker plugin - just to break automatic Kate's cherry-pics! 7. And 7-th "tentpole" feature - commit message was added!
2010-04-22 21:13:16 +04:00
Roman Chernyatchik
c051e9986c
1. Bug fixed [RUBY-5526] : Unresolved methods and typos must use different highlighting attributes 2. Api for overriding default color scheme colors was added
2010-04-22 21:13:16 +04:00
Roman Chernyatchik
8233b88850
SeveritiesProvider EP support enabled in RubyMine
2010-04-22 21:13:15 +04:00
Eugene Kudelevsky
e382af62d6
refactoring, CustomTemplateCallback#getContext() should work through injection
2010-04-22 21:07:17 +04:00
Eugene Kudelevsky
b202703bb5
Merge branch 'master' of git@git.labs.intellij.net:idea/community
2010-04-22 20:50:43 +04:00
Eugene Kudelevsky
4a79240427
refactoring, support css zen-coding selectors
2010-04-22 20:49:09 +04:00
Anton Makeev
a26f7384ea
LH: deadlock fixed
2010-04-22 20:41:06 +04:00
anna
b26810db00
append "Jump to sources" (IDEA-41192)
2010-04-22 20:39:00 +04:00
anna
35e0940388
show progress on process starting ( IDEA-51441 )
2010-04-22 20:38:59 +04:00
anna
eef8f4fb25
javadoc signature: short name for nested classes fixed
2010-04-22 20:38:58 +04:00
anna
e82558cb47
allow to move java files without classes, e.g. package-info.java ( IDEA-53558 )
2010-04-22 20:38:58 +04:00
anna
88c0e1289d
-> community
2010-04-22 20:38:57 +04:00
Maxim.Mossienko
51dd78ddcf
proper quick doc pop placement on second and subsequent invokations (when changing selected item in completion lookup with autopopup quickdoc option on)
2010-04-22 20:35:22 +04:00
Dmitry Avdeev
65784c27fb
servlets ui
2010-04-22 18:41:28 +04:00
Maxim.Mossienko
6a80949468
misc optimizations for showing lookup with many elements:
...
- using ContainerUtil.toArray
- cheaper checks of relevance to Java-specific weighers
- avoid expensive Class#isInstanceOf of LookupElement#as using:
* LookupItem#from with explicit instanceof LookupItem (caring of LookupElementDecorator)
* isCaseSensitive introduced to LookupElement
2010-04-22 18:30:43 +04:00
Denis Zhdanov
3373672fed
Merge branch 'master' of git@git.labs.intellij.net:idea/community
2010-04-22 17:55:47 +04:00
Denis Zhdanov
ed51f81a4b
IDEA-43962 Indentation error on deep nesting levels
...
1. Test is added;
2. Minor code reformatting;
2010-04-22 17:55:03 +04:00
Alexey Pegov
a4191ba251
fix keymap test
2010-04-22 17:52:41 +04:00
nik
aeb1872f2c
fix 'square' symbols in framework support wizard dialog
2010-04-22 17:42:31 +04:00
Rustam.Vishnyakov
f9adb2b510
Merge branch 'master' of git.labs.intellij.net:idea/community
2010-04-22 17:38:07 +04:00
Rustam.Vishnyakov
06424d4332
Merged from 9.0.x (Maia) branch
2010-04-22 17:23:55 +04:00
Roman Chernyatchik
9a13cb9aee
cosmetics
2010-04-22 17:17:14 +04:00
nik
19444c3656
xdebugger: asynchronous fetching full value text
2010-04-22 16:58:17 +04:00
Denis Zhdanov
5c5ce1f220
IDEA-43962 Indentation error on deep nesting levels
...
Initial version.
Encapsulates functionality that remained at AbstractJavaBlock.arrangeChildWrap().
2010-04-22 16:51:57 +04:00
Denis Zhdanov
73802b14bb
IDEA-43962 Indentation error on deep nesting levels
...
Javadoc is corrected
2010-04-22 16:50:53 +04:00
Denis Zhdanov
a03d4ce9e8
IDEA-43962 Indentation error on deep nesting levels
...
Initial version
2010-04-22 16:50:33 +04:00
Denis Zhdanov
3a9a4f3b78
IDEA-43962 Indentation error on deep nesting levels
...
1. Meaningfull toString() is move to the super class;
2. Green code policy is applied;
2010-04-22 16:49:15 +04:00
Denis Zhdanov
5e3c6fa50a
IDEA-43962 Indentation error on deep nesting levels
...
Initial version.
Encapsulates AbstractJavaBlock.getReservedWrap().
2010-04-22 16:46:56 +04:00
Denis Zhdanov
f2ec038199
IDEA-43962 Indentation error on deep nesting levels
...
Initial version.
Consists of code moved from AbstractJavaBlock.createChildWrap() method.
2010-04-22 16:31:14 +04:00
Denis Zhdanov
2e8ee40331
IDEA-43962 Indentation error on deep nesting levels
...
Initial version.
Consists of code moved from AbstractJavaBlock class.
2010-04-22 16:29:39 +04:00
Alexey Kudravtsev
06f8583069
added before event firing
2010-04-22 16:28:44 +04:00
Denis Zhdanov
3754c72459
IDEA-43962 Indentation error on deep nesting levels
...
Green code policy is applied
2010-04-22 16:28:41 +04:00
Denis Zhdanov
76e3db2fa9
IDEA-43962 Indentation error on deep nesting levels
...
Provided bridging facilities between new and old wrap types api
2010-04-22 16:26:34 +04:00
Denis Zhdanov
7c3e524764
IDEA-43962 Indentation error on deep nesting levels
...
1. Convenient factory method is introduced;
2. Legacy constants are marked as deprecated;
2010-04-22 16:25:53 +04:00
Denis Zhdanov
7baad4cfb3
IDEA-43962 Indentation error on deep nesting levels
...
1. Dummy methods are moved to the super class;
2. Green code policy is applied;
2010-04-22 16:25:01 +04:00
Denis Zhdanov
9c512f3209
IDEA-43962 Indentation error on deep nesting levels
...
Dummy methods are moved to the super class
2010-04-22 16:23:52 +04:00
Denis Zhdanov
02421d016a
IDEA-43962 Indentation error on deep nesting levels
...
1. Dummy methods are moved to the super class;
2. Green code policy is applied;
2010-04-22 16:23:18 +04:00
Denis Zhdanov
83a8efa439
IDEA-43962 Indentation error on deep nesting levels
...
1. Dummy methods are moved to the super class;
2. Green code policy is applied;
2010-04-22 16:22:41 +04:00