Anna Kozlova
81fc7616bf
forbid 'static'/'default' in annotation types
2014-08-18 14:35:59 +04:00
Dmitry Batrak
87a984538a
IDEA-128661 NPE during inplace renaming variable
2014-08-18 14:29:20 +04:00
Vassiliy.Kudryashov
a0e69b8c7c
progress icon shows in multiple places when scrolling
2014-08-18 14:25:55 +04:00
Dmitry Batkovich
b35c04475b
inspections ui: CME fixed in ThreeStateCheckBoxRenderer
2014-08-18 14:11:49 +04:00
Konstantin Bulenkov
1cf577679b
Merge remote-tracking branch 'origin/master'
2014-08-18 11:54:15 +02:00
Konstantin Bulenkov
7e53b8eabf
suppress exception while evaluating line number
2014-08-18 11:50:27 +02:00
Egor.Ushakov
0b71111ef0
Show referring objects - initial commit, only internal for now
2014-08-18 13:38:49 +04:00
Dmitry Batkovich
7ceb4becda
inspections ui: added missing whitespace between 2 words to description
2014-08-18 13:25:11 +04:00
Dmitry Batkovich
2465f0df5b
inspections ui: in scopes table used getScopeName() instead getScope().getName() + unused fields deleted
2014-08-18 13:19:48 +04:00
Mikhail Golubev
d75f031428
PY-9342 Follow assignments chain to determine that method is bound
2014-08-18 13:15:04 +04:00
Mikhail Golubev
a1ae56b0f9
PY-9342 Distinguish between function and method types
2014-08-18 13:15:04 +04:00
Dmitry Batrak
a135c36544
IDEA-128661 NPE during inplace renaming variable
2014-08-18 13:07:23 +04:00
medvector
6b14711f0c
Merge remote-tracking branch 'origin/master'
2014-08-18 13:02:34 +04:00
medvector
0bc48c87e2
EDIDE-113 fixed
2014-08-18 13:02:10 +04:00
Dmitry Batkovich
a45dc879b1
inspections ui: severities table cell not changes foreground on selection while editing fixed
2014-08-18 12:59:34 +04:00
Dmitry Batkovich
87624b560b
extracted constant for ColorAndFontOptions ID
2014-08-18 12:58:16 +04:00
Dmitry Batrak
cfb2d39c78
EA-57803 - correcting previous fix for injected folding pass (EA-54811)
2014-08-18 12:25:36 +04:00
Dmitry Batrak
22e84f149c
another attempt to fix blinking InjectedLanguageFoldingTest
2014-08-18 12:25:35 +04:00
medvector
dd3158f74f
Merge remote-tracking branch 'origin/master'
2014-08-18 12:22:42 +04:00
medvector
a26c89af41
EDIDE-88 loop task windows
2014-08-18 12:22:07 +04:00
Dmitry Batkovich
5ffdd2b015
inspections ui: SeverityEditorDialog AssertionError fixed while pressing "Colors&Fonts" button
2014-08-18 12:13:03 +04:00
Ekaterina Tuzova
c007ca5a39
Merge remote-tracking branch 'origin/master'
2014-08-18 11:52:40 +04:00
Ekaterina Tuzova
72876e00de
fixed IndexOutOfBoundsException on check action
2014-08-18 11:51:31 +04:00
Rustam Vishnyakov
858b3e306a
Remove usages of deprecated CodeStyleSettings.RIGHT_MARGIN field
2014-08-18 11:48:55 +04:00
Egor.Ushakov
06134b0c3c
IDEA-107072 Breakpoint dialog: usability problems and other bug - icon size fix
2014-08-18 11:40:26 +04:00
Dmitry Batkovich
bd61c66418
resource bundle editor: delete properties on multiple selection fixed
2014-08-18 11:34:36 +04:00
medvector
b307ef0d64
navigate to the first task window after file refresh and IDE restart
2014-08-18 11:20:47 +04:00
Rustam Vishnyakov
514553a966
Remove usages of deprecated CodeStyleSettings.RIGHT_MARGIN field
2014-08-18 08:48:56 +04:00
Nadya Zabrodina
ce014e6088
RemoteTarget validation improved
...
* validation method api changed: now only user's string input validation performed for selected repo;
* not null target created only if user's input is valid;
* postpone validation for dialog switched off;
* request focus added to repository panel renderer;
* tree root became inline;
* annotations added
2014-08-18 03:23:06 +04:00
Konstantin Bulenkov
1e71e11303
move 'show registry' up as the most popular in the maintenance group
2014-08-17 19:47:05 +02:00
Alexander Zolotov
91aec5d024
Reimplement inspection suppressions for JavaScript and CoffeeScript
2014-08-17 20:28:51 +04:00
Alexander Zolotov
8aec25d0d4
Retrieve suppression actions in template languages for embedded tokens
...
(EmbeddedTokenTypesProvider)
2014-08-17 20:28:50 +04:00
Alexander Zolotov
9e02c72b9d
Fix javadoc
2014-08-17 20:28:49 +04:00
Nadya Zabrodina
aa1e31575d
Ability to check/uncheck repository to push while remote edited
2014-08-17 18:24:43 +04:00
Nadya Zabrodina
5ae414b1a3
Errors listeners structure improved, ui separated from VcsError, link created from markup text.
2014-08-17 14:24:57 +04:00
Konstantin Kolosovsky
64b2637d18
Merge branch 'svn_18_3'
2014-08-17 00:59:33 +04:00
Konstantin Kolosovsky
2479143fac
vcs: changes cache: Ensure each "Update Info" panel shows only change lists changed during update it reflects - make each panel use separate Consumer for getting necessary change lists (instead of subscribing to Topic in project message bus)
2014-08-17 00:38:16 +04:00
Konstantin Kolosovsky
f9b99d92c1
vcs: changes cache: Force just single notification after all cache files are handled while processing updated files (instead of individual notifications for each cache file)
2014-08-16 23:29:09 +04:00
Konstantin Kolosovsky
4c259c6c2c
svn: Fixed revision detection for files changed during update (UpdatedFiles class) - correctly handle case that files updated in externals could have different revisions from files just under update command root (and also from files in other externals)
2014-08-16 23:14:20 +04:00
Konstantin Kolosovsky
444aece4a0
svn: Refactored UpdateOutputLineConverter - duplication removed, code simplified, warnings fixed, @NotNull
2014-08-16 21:27:48 +04:00
Konstantin Kolosovsky
b2ee97c647
svn: Fixed file detection for UPDATE_COMPLETED event for command line - correctly handle case when updates of externals are performed during executed update command
2014-08-16 21:10:43 +04:00
Konstantin Kolosovsky
a5286a8416
svn: Refactored LoadedRevisionsCache - code simplified, warnings fixed, @NotNull
2014-08-16 20:45:31 +04:00
Vladimir Krivosheev
9dc669fee3
AbbreviationManager should not save defaults
2014-08-16 15:02:47 +02:00
Vladimir Krivosheev
48cde1243a
AbbreviationManager could be app service
2014-08-16 15:02:46 +02:00
Ekaterina Tuzova
b0ca15f66c
do not add buttons for next/prev task window to the toolbar
2014-08-16 16:27:10 +04:00
Ekaterina Tuzova
0788244b39
fixed test_is_initial_text for windows
2014-08-16 16:24:31 +04:00
Ekaterina Tuzova
bed5112e14
updated course
2014-08-16 15:01:15 +04:00
Ekaterina Tuzova
f27cd2c1b7
log skeleton generation errors and don't show it to user
2014-08-16 15:01:05 +04:00
Ekaterina Tuzova
7dc2967de5
Merge remote-tracking branch 'origin/master'
2014-08-16 14:45:05 +04:00
Ekaterina Tuzova
bc8eb9de86
updated empty panel
2014-08-16 14:35:15 +04:00