anna
|
86cc1ee63d
|
enable unreachable catch-checks for java < 7 (IDEA-86621)
|
2012-07-10 11:02:52 +02:00 |
|
anna
|
dd08a33486
|
restore submenu selection when no quickfixes available; disable intention was moved from the first place (IDEA-88376)
|
2012-07-10 11:02:51 +02:00 |
|
anna
|
459a805b50
|
introduce variable: preselect non trivial expr
|
2012-07-10 11:02:50 +02:00 |
|
Oleg Sukhodolsky
|
463083bfe0
|
RUBY-8737: fixed test failures cause by fix for the ticket.
Need to move check for null one level deeper.
|
2012-07-10 12:01:21 +04:00 |
|
peter
|
c0fb8c890b
|
use a faster list model in lookup
|
2012-07-10 08:43:33 +02:00 |
|
peter
|
4f93251716
|
don't sort by completionSorting at all on EDT
|
2012-07-10 08:21:20 +02:00 |
|
peter
|
55a3f2211d
|
calculate completionSorting weight outside EDT
|
2012-07-10 07:28:12 +02:00 |
|
peter
|
756c72c6ee
|
skip sorting for classifiers who don't really classify
|
2012-07-10 07:28:12 +02:00 |
|
Denis.Zhdanov
|
fb4ed54a3d
|
IDEA-66333 Quick documentation lookup on mouse hover
No more NPE here
|
2012-07-10 07:46:54 +04:00 |
|
Denis.Zhdanov
|
13945bb17a
|
IDEA-66333 Quick documentation lookup on mouse hover
Don't close explicitly invoked quick doc control during 'auto quick doc' processing
|
2012-07-10 07:46:54 +04:00 |
|
Gregory.Shrago
|
fc34721d6a
|
modality issues
|
2012-07-09 23:18:27 +04:00 |
|
Bas Leijdekkers
|
31bab59d9e
|
IDEA-60595 (Logger initialized with foreign class multiple logger classes)
|
2012-07-09 21:01:58 +02:00 |
|
peter
|
8c3ab9c48a
|
fix fixes stats interfering with completion's
|
2012-07-09 20:44:32 +02:00 |
|
Roman Shevchenko
|
966fa7be62
|
Untie FileUtil from registry
|
2012-07-09 20:41:35 +02:00 |
|
Maxim Shafirov
|
a2c36b2864
|
Taming completion statistics and lookup order.
|
2012-07-09 21:44:22 +04:00 |
|
peter
|
d14fdb54b4
|
apply statistics from previous completion when starting new completion
|
2012-07-09 19:09:35 +02:00 |
|
Maxim.Mossienko
|
e88c0d6adf
|
update lastStamp once we check for version of particular index
|
2012-07-09 21:03:34 +04:00 |
|
Dmitry Trofimov
|
302c80ac38
|
Merge remote-tracking branch 'origin/master'
|
2012-07-09 18:54:58 +02:00 |
|
Dmitry Trofimov
|
51e5764092
|
Fix shutdown.
|
2012-07-09 18:54:11 +02:00 |
|
Ekaterina Tuzova
|
191e7cba5b
|
Merge remote-tracking branch 'origin/master'
|
2012-07-09 20:51:02 +04:00 |
|
Ekaterina Tuzova
|
88648925ae
|
fixed caret position in copy-paste
|
2012-07-09 20:47:24 +04:00 |
|
Roman Shevchenko
|
186ad861d0
|
EA-37275 (copy modifiers from same language only)
|
2012-07-09 17:48:21 +02:00 |
|
Roman Shevchenko
|
142e9c8c74
|
Cleanup
|
2012-07-09 17:48:16 +02:00 |
|
Evgeny Pasynkov
|
e912413705
|
JavaCoreApplicationEnvironment: register ArchiveFileType.INSTANCE for jar
|
2012-07-09 17:35:12 +02:00 |
|
Kirill Likhodedov
|
20d9443641
|
IDEA-88485 Cannot resize columns in file history tool window
Remove getMaxStringValue() overridings to avoid width limiting. Columns are aligned fine (depending on the content width) anyway.
|
2012-07-09 19:29:39 +04:00 |
|
peter
|
e0a1e67dd7
|
IDEA-88517 Smart Completion: offer names for variables and parameters
|
2012-07-09 17:28:05 +02:00 |
|
peter
|
f8ceb22dec
|
IDEA-88511 Code Completion: Case sensitive completion: 'First letter' option doesn't work
|
2012-07-09 17:28:05 +02:00 |
|
peter
|
4415d37c03
|
IDEA-88510 File chooser: any item completion in the path field switches "Show Hidden Files and Directories" to Yes
|
2012-07-09 17:28:05 +02:00 |
|
peter
|
e52b13ade7
|
IDEA-88366 Code completion popup draws placeholder icon for entries which do not have icon at all
|
2012-07-09 17:28:04 +02:00 |
|
peter
|
fac0000154
|
IDEA-88368 Properties key autocompletion usability
|
2012-07-09 17:28:04 +02:00 |
|
peter
|
a2bc5553b5
|
cleanup
|
2012-07-09 17:28:04 +02:00 |
|
peter
|
33ff827906
|
IDEA-88380 Completion in plugin.xml <depends> tag: merge equal options
|
2012-07-09 17:28:04 +02:00 |
|
Dmitry Trofimov
|
0d6c8552e1
|
Merge remote-tracking branch 'origin/master'
|
2012-07-09 17:21:50 +02:00 |
|
Eugene Kudelevsky
|
3eb6c9ac20
|
refactor execution of android tools, implement better api
|
2012-07-09 19:19:02 +04:00 |
|
Kirill Likhodedov
|
7a9ea50854
|
[git] Optimize listening of VFS events: don't use VirtualFile#getFile(), use getPath() and getName() instead.
getFile() calls findChild for VFileCreateEvent, which may result in performance problems as in IDEA-87656.
|
2012-07-09 19:13:07 +04:00 |
|
Dmitry Trofimov
|
5f72e8fbc5
|
Merge remote-tracking branch 'origin/master'
|
2012-07-09 17:08:36 +02:00 |
|
Dmitry Trofimov
|
9a570bfe62
|
Correct shutdown.
|
2012-07-09 17:07:32 +02:00 |
|
Oleg Sukhodolsky
|
b4660bdf4d
|
Code cleanup: better generic
|
2012-07-09 17:57:46 +04:00 |
|
Oleg Sukhodolsky
|
8c601a7d7d
|
RUBY-8737: SMTestProxy now support several (non-comparison) failures of one test
#RUBY-8737 fixed
|
2012-07-09 17:32:08 +04:00 |
|
Oleg Sukhodolsky
|
0f4f43e91b
|
Code cleanup: IDEA's warnings fixed
|
2012-07-09 17:32:07 +04:00 |
|
peter
|
d896318f45
|
IDEA-88406 False positive 'constant conditions & exceptions'
|
2012-07-09 15:04:37 +02:00 |
|
peter
|
b8d11bfc4f
|
IDEA-88425 "Constant conditions & exceptions" inspection fails in the presence of multicatch
|
2012-07-09 15:04:37 +02:00 |
|
peter
|
af1551b94b
|
preselect the best suggestion on next completion invocations (IDEA-88335)
|
2012-07-09 15:04:37 +02:00 |
|
peter
|
5cd51f1565
|
IDEA-88487 Commit: "Create Patch" missing ellipsis
|
2012-07-09 15:04:37 +02:00 |
|
peter
|
567e265d4e
|
catch INRE (EA-36351)
|
2012-07-09 15:04:36 +02:00 |
|
peter
|
5c886ca507
|
EA-37215
|
2012-07-09 15:04:36 +02:00 |
|
Anton Makeev
|
8fded2e700
|
AppCode: compacting FileSymbolTables after building/loading
|
2012-07-09 14:39:11 +02:00 |
|
Eugene Kudelevsky
|
bb740e4115
|
additional logging for blinking tests
|
2012-07-09 16:35:33 +04:00 |
|
Eugene Kudelevsky
|
1e7f23f41d
|
focus resource type combo
|
2012-07-09 16:35:31 +04:00 |
|
Maxim.Mossienko
|
728f21dedd
|
use VFileCreateEvent.getFile instead of direct child retrieval
|
2012-07-09 16:28:37 +04:00 |
|