anna
9de47db6da
check if wildcard capture is possible; check array types inheritance ( IDEA-57261;IDEA-57262;IDEA-57266;IDEA-57288)
2010-08-19 11:47:00 +04:00
anna
68031c899c
include self
2010-08-19 11:46:59 +04:00
anna
11069dca65
try url class loader
2010-08-19 11:46:59 +04:00
anna
42fc89c734
check type within its bound: raw types (IDEA-57288)
2010-08-19 11:46:58 +04:00
nik
ba36ff65a2
IDEA-57743: Double click on breakpoint in breakpoint list should do "Go to"
2010-08-19 11:38:27 +04:00
nik
191da560ea
IDEA-57742: Delete key should delete breakpoint selected in the breakpoint list
2010-08-19 11:03:22 +04:00
Dmitry Trofimov
da24ff433f
added django tag structure view icon
2010-08-18 23:04:38 +04:00
Dmitry Trofimov
019cab08d0
added django template structure view (PY-1588)
2010-08-18 23:04:37 +04:00
Dmitry Jemerov
186630d4fd
let ProcessCanceledException go through
2010-08-18 19:54:36 +04:00
Dmitry Jemerov
02ff3b7f36
exception from one query executor doesn't block rest of operation
2010-08-18 19:54:36 +04:00
Roman Shevchenko
0f588f1a4e
Proper handling for collapsed nodes in PSI builder
2010-08-18 19:45:46 +04:00
Roman Shevchenko
ecd9754936
PSI builder javadoc refined
2010-08-18 19:45:44 +04:00
Roman Shevchenko
af3709a9f6
Cleanup
2010-08-18 19:42:42 +04:00
Denis Zhdanov
5ac204aa3d
IDEA-57165 Soft wrap: ArrayIndexOutOfBoundsException at EditorImpl$EditorSizeContainer.a()
...
Handled situation with editor dimensions recalculation on whole text removal
2010-08-18 18:36:39 +04:00
Alexey Pegov
f496f32e1c
fix intention hint (lightbulb) component resizing on mouse hover
2010-08-18 18:33:11 +04:00
nik
e5901ed0c0
IDEA-35109: File->Reopen Project: SHIFT-Click to open project in new window w/o going through confirmation popup
2010-08-18 18:28:16 +04:00
Dennis Ushakov
be774ad8b0
LICENSE should be text file
2010-08-18 17:47:43 +04:00
Denis Zhdanov
a7dfb07c6b
IDEA-53596 Soft wrap for editors
...
Corrected collapsed folding region processing
2010-08-18 16:05:50 +04:00
Eugene Kudelevsky
e95718f0bb
Merge branch 'master' of git@git.labs.intellij.net:idea/community
2010-08-18 15:54:37 +04:00
Eugene Kudelevsky
2b7cf19196
IDEA-57545 completion of html5 custom attributes that already used somewhere
2010-08-18 15:54:04 +04:00
Denis Zhdanov
ce078016b9
IDEA-53596 Soft wrap for editors
...
1, Changed recursion to explicit loop;
2. Defined more general handler for reflection-based processing;
2010-08-18 15:49:59 +04:00
Denis Zhdanov
ff851e05d8
IDEA-56452 Soft wrap: color setting doesn't affect soft wrap symbols in console
...
Added dedicated 'soft wrap sign' color key & descriptor
2010-08-18 15:49:57 +04:00
Denis Zhdanov
53bebddb2c
IDEA-57733 Remove 'vcs-impl -> lang-impl' dependency introduced by the change to use editor for commit message processing
...
1. Defined dedicated interface for spell checking-aware editor retrieval;
2. Moved actual spell checking-aware editor text field construction to 'lang-impl';
3. Commit message component retrieves spell checking-aware editor via target interface now;
2010-08-18 15:49:56 +04:00
Denis Zhdanov
ab4cc7bc7b
IDEA-57733 Remove 'vcs-impl -> lang-impl' dependency introduced by the change to use editor for commit message processing
...
1. Defined dedicated interface for spell checking-aware editor retrieval;
2. Moved actual spell checking-aware editor text field construction to 'lang-impl';
3. Commit message component retrieves spell checking-aware editor via target interface now;
2010-08-18 15:49:55 +04:00
nik
d7b680f9a8
message corrected
2010-08-18 15:32:51 +04:00
Dmitry Avdeev
8b1885341c
context languages
2010-08-18 15:22:56 +04:00
Dmitry Avdeev
ddea097460
context languages
2010-08-18 15:22:55 +04:00
Dmitry Avdeev
c4d28fafbc
mxml & xslt refactorings
2010-08-18 15:22:54 +04:00
Dmitry Avdeev
9575a185f4
refactoring actions refactored
2010-08-18 15:22:54 +04:00
Eugene Zhuravlev
6c41d04222
fix NotNull assertion
2010-08-18 14:33:35 +04:00
Konstantin Bulenkov
3dc0a8e688
cell renderers routine
2010-08-18 14:24:49 +04:00
Eugene Kudelevsky
9c48d35d3d
IDEA-57545 do not highlight html5 "data-" attributes
2010-08-18 13:59:03 +04:00
Denis Zhdanov
38a23b8dc1
IDEA-56366 Soft wrap: "Go To Line" could go to logical line, not visual one, if code is wrapped
...
Scrolling model requests for approximate soft wraps defining during vertical viewport offset calculation now
2010-08-18 12:53:32 +04:00
Dmitry Jemerov
60f764e8b6
allow searching by container text in goto declaration popup (PY-1533 & friends); don't show location twice in the same popup in platform products
2010-08-17 21:34:44 +04:00
Dmitry Jemerov
bed35b2a0d
testdata reference collector can go into implementations of abstract methods
2010-08-17 21:34:43 +04:00
Roman Shevchenko
07ebbf70b5
New Java parser (greedy unclosed expression lists)
2010-08-17 20:55:50 +04:00
Roman Shevchenko
b46b3d493c
New Java parser (dead loop in expression parsing parsing fixed)
2010-08-17 20:55:50 +04:00
Roman Shevchenko
9d20d0115e
Support for AspectJ parser
2010-08-17 20:55:50 +04:00
Eugene Zhuravlev
a5e845b7cb
hack to support badly written custom tasks
2010-08-17 20:18:56 +04:00
irengrig
7919359c84
Merge branch 'master' of git.labs.intellij.net:idea/community
2010-08-17 18:56:33 +04:00
irengrig
99aadc6dd3
VCS: update incoming changes indicator icon when state changes
2010-08-17 18:45:41 +04:00
Alexey Pegov
61e94d8532
TreeComboBox + NativeMacFileChooserDialog in slide mode for any heavy dialog
2010-08-17 18:41:38 +04:00
irengrig
c80de9493d
VCS: do not try to get VCS for a file if project is not initialized
2010-08-17 17:23:14 +04:00
irengrig
60130db0fe
Merge branch 'master' of git.labs.intellij.net:idea/community
2010-08-17 17:03:09 +04:00
irengrig
62b39f2a29
VCS: detect VCS after project is initialized
2010-08-17 17:01:02 +04:00
Rustam.Vishnyakov
0432daac66
WI-1136: Php tag must obey htmltag`s formatting rules
2010-08-17 16:25:19 +04:00
Kirill.Safonov
7007d82a52
TFS: cosmetics/usability fixes for edit workspace dialog
2010-08-17 16:12:05 +04:00
irengrig
76327652b5
VCS: small diff chain navigation issue
2010-08-17 16:09:17 +04:00
Eugene Zhuravlev
be018559bd
reworked target reference renaming
2010-08-17 16:08:16 +04:00
Eugene Zhuravlev
1d1cb39c08
target references rewritten
2010-08-17 16:08:12 +04:00