Anna Kozlova
899e8dccfa
extend insert declaration/add cast intentions for the one line ref statement (IDEA-90448)
2012-08-24 12:39:03 +04:00
Sergey Evdokimov
dacf72eac2
Add additional diagnostic
2012-08-24 12:00:47 +04:00
Alexey Kudravtsev
b78c7d414f
Ahh horrible bugs in processing soft/weak reference queue in concurrent collections
2012-08-24 11:09:23 +04:00
Alexey Kudravtsev
4405d5d031
EA-38510 - PIEAE: PsiFieldImpl.getModifierList
2012-08-24 11:09:22 +04:00
Alexey Kudravtsev
79594a2770
EA-38431 - IAE: HighlightMessageUtil.getSymbolName
2012-08-24 11:09:21 +04:00
Alexey Kudravtsev
8c5295cf71
EA-37569 - IAE: HighlightMessageUtil.getSymbolName
2012-08-24 11:09:20 +04:00
Alexey Kudravtsev
6fc0aea7a7
diagnostics
2012-08-24 11:09:20 +04:00
Alexey Kudravtsev
3d181e5e5a
EA-36893 - assert: AbstractPopup.showInBestPositionFor
2012-08-24 11:09:19 +04:00
Alexey Kudravtsev
7f00817783
cleanup
2012-08-24 11:09:18 +04:00
Alexey Kudravtsev
e3ecc89f07
cleanup
2012-08-24 11:09:17 +04:00
nik
555420adef
global libraries and sdks removed from protocol for external compiler
2012-08-24 11:03:05 +04:00
nik
830a7ed423
unused class removed
2012-08-24 11:03:04 +04:00
Denis.Zhdanov
df32f16d40
IDEA-90499 Ctrl+Backspace deletes delimiters instead of whitespaces only and leads to SyntaxErrors in code
...
Differentiate quotes processing between 'delete to word start' and 'move to word start' actions
2012-08-24 10:53:31 +04:00
nik
e26e7575bb
unused library removed
2012-08-24 10:08:03 +04:00
Denis.Zhdanov
d5696666b5
IDEA-19061 Integrate the Rearranger-plugin into core-IDE
...
Conditionally debug arrangement rule modification
2012-08-24 09:59:39 +04:00
Vladimir Krivosheev
b1fc81493b
removePluggableHandlers
2012-08-24 09:44:25 +04:00
Vladimir Krivosheev
3d39927b53
ext backed chrome connection
2012-08-24 09:44:25 +04:00
Vladimir Krivosheev
81540aff3f
ext backed chrome connection
2012-08-24 09:44:24 +04:00
Vladimir Krivosheev
fde5a106b2
Since Idea 12 built-in xml rpc server was superseded netty-based general purpose http server. Your channel handler (registered via extension point, pipilene consumer) decides if incoming request addressed to him and then can upgrade connection to what you want. Initial request is http message, but then you can remove all unneeded channel handlers from pipeline.
...
Backward compatiblity: root path (/) is used by xml-rpc channel handler, but any new must use not-null path (as example, LiveEdit/JS Debugger websocket channel handler uses "/jsonRpc").
WebSocket implementation is not moved to platform, I think, it is not needed.
2012-08-24 09:44:24 +04:00
Denis.Zhdanov
0e8672d58e
IDEA-19061 Integrate the Rearranger-plugin into core-IDE
...
Added ability to remove match rules
2012-08-24 09:41:43 +04:00
Gregory.Shrago
072879c5b7
IDEA-84940 Datasources shows confusing "Loading..." indicators
2012-08-23 21:38:42 +04:00
Maxim.Mossienko
e8937d980c
NPE for library file from excluded directory (IDEA-81524)
2012-08-23 20:52:59 +04:00
Denis.Zhdanov
df62b246a0
IDEA-90499 Ctrl+Backspace deletes delimiters instead of whitespaces only and leads to SyntaxErrors in code
2012-08-23 20:28:52 +04:00
irengrig
d87c05df2e
Merge remote branch 'origin/master'
2012-08-23 19:51:05 +04:00
Eugene Kudelevsky
0edeab9890
IDEA-89679 correctly resolve resources from library modules
2012-08-23 19:49:56 +04:00
irengrig
39e206a912
Merge remote branch 'origin/master'
2012-08-23 19:49:55 +04:00
Denis.Zhdanov
62f2a68cd0
IDEA-19061 Integrate the Rearranger-plugin into core-IDE
...
'Replace condition' operation is provided (e.g. for type change like 'from field to method')
2012-08-23 19:37:26 +04:00
Gregory.Shrago
b3084293d8
ignore case
2012-08-23 19:33:41 +04:00
Eugene Kudelevsky
8b33c02339
IDEA-88881 rename "Next Template Variable" action
2012-08-23 19:09:06 +04:00
Bas Leijdekkers
3b1e52c933
IDEA-90475 ("Map replaceable with EnumMap" inspection suggests replacement when TreeMap constructor takes a Comparator)
2012-08-23 16:56:26 +02:00
nik
29be01b141
link with LLDB. experimental. see registry: "appcode.in_process_lldb" key to enable in-process LLDB. SWIG-generated interface to LLDB. LLDBDriver -> LLDBProtobufDriver, LLDBSwigDriver.
2012-08-23 18:47:19 +04:00
Anton Makeev
fbe9d53190
ExpandableItems work in tests
2012-08-23 16:43:51 +02:00
Anton Makeev
e45ba162d0
QueueProcessor: survive on LOG.error in tests (more correct)
2012-08-23 16:43:51 +02:00
Gregory.Shrago
d852a80fd6
better surrounder: document-based with column mode support
2012-08-23 18:37:27 +04:00
Anna Kozlova
0b6853c4c1
Merge remote-tracking branch 'origin/master'
2012-08-23 18:07:32 +04:00
Anna Kozlova
ecbca52da8
EA-38479 - assert: FileManagerImpl.findFile
2012-08-23 18:06:18 +04:00
Anna Kozlova
fa270af1e7
NPE
2012-08-23 18:06:17 +04:00
Anna Kozlova
4e1b641b66
annotators: do not propagate all intentions available in editor to the batch mode as they can show dialogs, etc (IDEA-90380)
2012-08-23 18:06:16 +04:00
Dmitry Jemerov
5ee80d4b93
Merge remote-tracking branch 'origin/master'
2012-08-23 16:02:43 +02:00
Eugene Kudelevsky
339139353a
optimization: look for R class in projectScope, not in allScope
2012-08-23 17:21:27 +04:00
Eugene Kudelevsky
5bbf1ea302
show better error message if activity is not declared in AndroidManifest.xml
2012-08-23 17:21:25 +04:00
Konstantin Bulenkov
458a076276
there should be a bug in minuscule matcher. So, here is a test
2012-08-23 17:13:10 +04:00
Konstantin Bulenkov
30ab5f690a
there should be a bug in minuscule matcher. So, here is a test
2012-08-23 17:10:59 +04:00
Konstantin Bulenkov
224353a342
presentable path for some files
2012-08-23 16:57:12 +04:00
Dmitry Jemerov
4820ec81c3
remove a whole bunch of duplicated code for finding the PSI element at live template context
2012-08-23 14:55:25 +02:00
irengrig
61ae50f382
vcs: inline layered pane class
2012-08-23 16:00:38 +04:00
irengrig
e081f8a060
SVN: still suggest several variants for any URL, even if it might be repository root (very unlikely)
2012-08-23 15:57:16 +04:00
Anton Makeev
6b2813c1d4
incorrectly committed change reverted
2012-08-23 13:54:52 +02:00
Anton Makeev
0089a16aa8
Platform: expand items with '...' in lists when expanded tooltip is shown (IDEA-89378)
2012-08-23 13:53:46 +02:00
nik
2e27d6fb89
jps model: references cleaned & obtaining typed libraries from collections
2012-08-23 15:52:31 +04:00