peter
cccd245a5f
IDEA-134518 Insert "instanceof" completion variant on typing "!" (exclamation mark)
2015-01-14 18:55:22 +01:00
Sergey Malenkov
46dd0ba792
Added registry key to disable alt-based mnemonics on Mac
2015-01-14 20:46:16 +03:00
Sergey Malenkov
c800bb1a85
Added utility class to process mnemonics in one place
2015-01-14 20:38:09 +03:00
Alexander Zolotov
88779186a2
Fix assertions in Emmet
2015-01-14 20:31:58 +03:00
Julia Beliaeva
0eff1b1311
[vcs-log] reset PaintBusy IDEA-125279
2015-01-14 20:15:47 +03:00
Rustam Vishnyakov
949bfe924e
Do postponed operations/formatting in case of PSI modifications (fixes WI-26121 Format on paste throws exception after modification of injected fragment)
2015-01-14 20:00:10 +03:00
peter
3ad0612c6a
restore autopopup after typing # in javadoc (IDEA-135231)
2015-01-14 17:58:35 +01:00
Julia Beliaeva
bdacb837a0
[vcs-log] restore selection after log refresh and reset myMoreRequested flag on model change IDEA-125279
2015-01-14 19:48:51 +03:00
Ekaterina Tuzova
9afae07f45
Merge remote-tracking branch 'origin/master'
2015-01-14 19:16:01 +03:00
Ekaterina Tuzova
0761efccfd
updated pycharm edu build.gant according to new modules layout
2015-01-14 19:09:48 +03:00
Anna Kozlova
7205db4b58
anonym -> lambda: evaluate ground type for type, inferred by position (IDEA-135211)
2015-01-14 16:45:51 +01:00
Anna Kozlova
4cf4b58ca2
copyright: artificial blank lines added in groovy (IDEA-135228)
2015-01-14 16:45:50 +01:00
Anna Kozlova
f0c7fe99b5
enable $MODULE_DIR$ macro for testng (IDEA-135220)
2015-01-14 16:45:49 +01:00
Anna Kozlova
ba85aa6a1c
redundant cast: check that then/else branches of conditional expressions stay assignable to the conditional expression type (IDEA-135153)
2015-01-14 16:45:47 +01:00
Anna Kozlova
6e99326ee4
cleanup IDEA-CR-1199
2015-01-14 16:45:46 +01:00
Anna Kozlova
574c7349a1
no need in paired inspection after unused symbol/declaration merged
2015-01-14 16:45:45 +01:00
Aleksey Pivovarov
c616cf0f0e
IDEA-66963 IDEA-84000 vcs: annotate from annotate
...
allow to annotate both: previous and selected revisions
2015-01-14 18:26:17 +03:00
Bas Leijdekkers
e7990d49e7
IDEA-131639 (Inspection for public fields ignore static/final keywords)
2015-01-14 16:13:17 +01:00
peter
b7b2c6db51
Merge remote-tracking branch 'origin/master'
2015-01-14 16:06:30 +01:00
peter
e485a2fc91
dfa: annotation inference suppression is different from honoring package-level defaults, so split them
2015-01-14 15:54:34 +01:00
Konstantin Bulenkov
e3b6f8adb3
renderer with shortcuts for actions and cache for action updates
2015-01-14 15:47:59 +01:00
Konstantin Bulenkov
82f9db0559
refactor to extract renderer from GotoActionModel
2015-01-14 15:47:59 +01:00
Egor.Ushakov
5a24769ec5
do not normalize "at breakpoint" thread state
2015-01-14 17:45:22 +03:00
Ekaterina Tuzova
d04892da9a
refactoring pycharm educational third iteration
...
moved interactive-learning-python and course-creator-python modules to the proper place
added missing icons to the interactive-learning
2015-01-14 17:24:30 +03:00
Ekaterina Tuzova
01c96de0b7
refactoring pycharm educational second iteration
...
extracted interactive-learning (language independent) and interactive-learning-python modules
2015-01-14 17:18:49 +03:00
peter
2438a0711c
BytecodeAnalysisTest: don't spam to stdout
2015-01-14 15:02:46 +01:00
Kirill Likhodedov
ac1ca06953
Merge remote-tracking branch 'origin/master'
2015-01-14 16:58:25 +03:00
Kirill Likhodedov
f1c1790bdd
[vcs] EA-62261 don't modify the externally received collection
2015-01-14 16:57:32 +03:00
Anton Makeev
5b2519635a
Platform: ListTable/ListTableModel fixes:
...
1) first cell was always selected when TAB was pressed during editing. Fix: event.consume()
2) editing, adding and removing elements should scroll to the effected element
3) pressing 'add' when last element is empty should focus it and edit, otherwise isn't not clear, why 'add' doesn't work.
4) a bit more compact view (interlaced spacing removed, stripes added)
5) ListTableModel should send notifications, when value in a cell has been changed
2015-01-14 14:55:39 +01:00
Maxim.Mossienko
b844f058e5
Merge remote-tracking branch 'origin/master'
2015-01-14 14:52:02 +01:00
Maxim.Mossienko
2300591f46
show usage in preview editor
2015-01-14 14:48:41 +01:00
Vassiliy.Kudryashov
2806b9890b
IDEA-135089 Search and replace multiline text allows to input only three lines
2015-01-14 16:30:52 +03:00
Dmitry Avdeev
ba2dc0e0db
IDEA-17307 Enum must not be local in JSP declaration block
2015-01-14 16:15:39 +03:00
Julia Beliaeva
f0ee490791
[vcs-log] add NotNull annotations
2015-01-14 16:13:47 +03:00
Julia Beliaeva
2394bc2830
[vcs-log] show progress in find by hash popup while loading log IDEA-134749
2015-01-14 16:09:40 +03:00
Dmitry Batrak
8a29094361
IDEA-134811 After ctrl-w selects line, shift-down should contain current line in selection
2015-01-14 16:03:47 +03:00
Konstantin Bulenkov
a4575a6bdd
common Y offset for IntelliJ and Darcula radio buttons
2015-01-14 13:43:23 +01:00
Anna Kozlova
a1b44a53ac
redundant throws: find throws clauses inside functional expressions (IDEA-135181)
2015-01-14 13:25:05 +01:00
Anna Kozlova
73239255ec
disable add exception to catch/generalize catch inside functional interface inside try statement (IDEA-135171)
2015-01-14 13:25:03 +01:00
Anna Kozlova
f90ba61bcf
code cleanup also for code generation on completion
2015-01-14 13:25:02 +01:00
Dmitry Batrak
0015f09cc1
rich copy: make text pasted in target application have same size as original text in IDEA editor
2015-01-14 15:20:02 +03:00
Maxim.Mossienko
3ad5a6101e
Merge remote-tracking branch 'origin/master'
2015-01-14 13:00:18 +01:00
Maxim.Mossienko
e2663c7477
Merge remote-tracking branch 'origin/master'
2015-01-14 12:56:37 +01:00
Nadya Zabrodina
901b6f8c2a
IDEA-135126 Allow force push if there are no commits to push
2015-01-14 14:56:05 +03:00
Nadya Zabrodina
518722db46
refactoring
...
* separated disableOkActions created for start edit property change event;
* clarifying comment added;
* enableOkActions method renamed to updateOkActions with appropriate logic moved inside
2015-01-14 14:56:04 +03:00
Nadya Zabrodina
3419a30f68
style: remove unnecessary field
2015-01-14 14:56:04 +03:00
Nadya Zabrodina
f501189a4f
fix commit message test for not utf8 encoding
2015-01-14 14:56:03 +03:00
Maxim.Mossienko
12c041b2cd
Merge remote-tracking branch 'origin/master'
2015-01-14 12:51:50 +01:00
Roman Shevchenko
c1ff685a3c
Merge remote-tracking branch 'origin/master'
2015-01-14 12:51:28 +01:00
Roman Shevchenko
af61161c1e
IDEA-134641 (modular JDK recognition and indexing)
2015-01-14 12:50:05 +01:00