Commit Graph
129350 Commits
Author SHA1 Message Date
Anna Kozlova 506a2cbbbc include anonym prefix in internal canonical text to avoid incompatibility messages with "same" types on both sides 2014-05-22 20:45:58 +04:00
Anna Kozlova 5953b8fb0d accessibility of private method via anonymous classes fixed 2014-05-22 20:45:56 +04:00
Anna Kozlova e43dbe0120 IDEA-122430 Search in class hierarchy: preselect class 2014-05-22 20:45:55 +04:00
Anna Kozlova b290c142d8 IDEA-125430 do not clear package view attributes 2014-05-22 20:45:54 +04:00
Vassiliy a4898d7843 Utility method for text alignment 2014-05-22 19:52:30 +04:00
Erokhin Stanislav ee26a53558 [log] Add registry key vcs.log.bek.sort=false. 2014-05-22 19:32:47 +04:00
Erokhin Stanislav 2147279996 [log] Add bek button. 2014-05-22 19:32:47 +04:00
Erokhin Stanislav 02e5afb17a [log] Add GitBekParentFixer for GitLogProvider. 2014-05-22 19:32:47 +04:00
Erokhin Stanislav 9774870c9b [log] Create BekSorter. 2014-05-22 19:32:46 +04:00
Erokhin Stanislav e3177e86f4 [log] Fix DelegateGraphFacade when applying filters. 2014-05-22 19:32:46 +04:00
Erokhin Stanislav 56c0dd049b [log] fix VcsLogColorManagerImpl. 2014-05-22 19:32:46 +04:00
Kirill Likhodedov 313c4b1a72 [git] cleanup: move method to the only place in tests where it is used 2014-05-22 18:35:17 +04:00
Kirill Likhodedov a981a80867 [git] IDEA-125328 Don't crash if commit/author time is empty
Due to some reports, it happens sometimes in some Git repositories
for unknown reasons.

Don't throw an exception, just log it and return 0 in these cases.
2014-05-22 18:35:16 +04:00
Andrey Vlasovskikh a0f6188fb5 Merge branch 'python-fixes' 2014-05-22 17:45:29 +04:00
Andrey Vlasovskikh f0bc5952c4 Specify HTTP URL scheme for proxy string passed to 'pip' (PY-12771) 2014-05-22 17:44:37 +04:00
Bas Leijdekkers 843daaa1a9 IDEA-125237 part II, the considering of static final fields 2014-05-22 15:42:42 +02:00
Kirill Likhodedov 9213ca50cb [log] IDEA-125309 One more fix for a possible deadlock
General practice is not to invoke some external code under a lock.

Here the result handler can safely be called before the lock: if new
requests arrive, they will be added to the queue in request(), and a new
background task will be started after result is handled.
2014-05-22 17:01:40 +04:00
Konstantin Bulenkov f4b288b2ca fix gray gap in ComboBox under Darcula and IntelliJ lafs 2014-05-22 13:39:44 +02:00
Bas Leijdekkers bdeea08a53 fix java.lang.IllegalArgumentException: Row index out of range when history is empty 2014-05-22 13:18:08 +02:00
Anna Kozlova b553f5c960 check for plugin incompatibilities before update for a new version (IDEA-24014) 2014-05-22 15:13:37 +04:00
Konstantin Bulenkov 1fc11e79ab cleanup 2014-05-22 13:08:34 +02:00
Dmitry Trofimov f6f7050e23 Merge remote-tracking branch 'origin/master' 2014-05-22 12:57:04 +02:00
Dmitry Trofimov dc5157d8ad Fix CME in terminal (IDEA-125398). 2014-05-22 12:55:44 +02:00
Sergey Ignatov d8b5ecb7fb IDEA-125378 SQL: Implement keyword-based operators completion 2014-05-22 14:17:58 +04:00
Konstantin Bulenkov d591ab27ef IDEA-107350 EvaluateXPath dialog: input field height is too small, text is unreadable 2014-05-22 12:15:04 +02:00
Bas Leijdekkers 033aed0eb1 IDEA-91663 (Method can be variable arity method shall have an option to ignore methods with multiple array arguments) 2014-05-22 11:43:55 +02:00
Bas Leijdekkers 2335b92e3f make test light 2014-05-22 11:43:54 +02:00
Yaroslav Lepenkin f0fdc59195 IDEA-124590 Java Rearranger: Implement "section" support 2014-05-22 11:55:26 +04:00
nik 61b6ca0352 icon class regenerated 2014-05-22 11:14:44 +04:00
Yann Cébron 67b1070ef0 Merge remote-tracking branch 'origin/master' 2014-05-22 07:04:34 +02:00
Dmitry Trofimov ce11bc5dea Merge remote-tracking branch 'origin/master' 2014-05-22 03:24:34 +02:00
Ilya.Kazakevich 350199833d PY-13018 ForeignKey to model in different file brakes backward references if referenced as APP_NAME.Model 2014-05-22 01:05:20 +04:00
Ilya.Kazakevich 383494f7a2 Package info with links to confluence added 2014-05-22 01:02:46 +04:00
Vassiliy 961bf42898 Start plugins wizard #29 move plugins saving to beforeOkAction 2014-05-21 23:07:13 +04:00
Yann Cébron 42c25f226d DevKit: resources, icons, DevKitBundle 2014-05-21 21:06:53 +02:00
Gregory.Shrago 36d20ee138 fix wrong LAF shown in Settings/Appearance on first run 2014-05-21 22:37:11 +04:00
Gregory.Shrago 86cda234d6 do not show empty Refactoring popup group 2014-05-21 21:48:37 +04:00
Egor.Ushakov aa68afdc9e IDEA-124119 [regression] Breakpoints dialog: checkbox for "condition" field is gone 2014-05-21 21:47:48 +04:00
Dmitry Trofimov 544238b6f2 Don't draw terminal content out of the terminal panel component (IDEA-125317). 2014-05-21 18:47:01 +02:00
Dmitry Trofimov fdf377f744 Merge remote-tracking branch 'origin/master' 2014-05-21 18:42:19 +02:00
Dmitry Trofimov 9f9e67e976 Don't draw terminal content out of the terminal panel component (IDEA-125317). 2014-05-21 18:41:04 +02:00
Egor.Ushakov 635cfccc33 show renderer's icon in variables view 2014-05-21 20:17:55 +04:00
Dmitry Trofimov a44cf2c4c5 Merge remote-tracking branch 'origin/master' 2014-05-21 18:08:50 +02:00
Dmitry Trofimov 70e83b9b93 Fixed scrolling issue in terminal (IDEA-125223). 2014-05-21 18:07:32 +02:00
Egor.Ushakov 947ef5ca06 show number of recurrent call in stack frames list 2014-05-21 20:01:42 +04:00
Eugene Zhuravlev a092c29f4c optimization: avoid unnecessary disk access operations 2014-05-21 19:58:55 +04:00
Gregory.Shrago 09d78904b4 Revert "Fix list selection background when unfocused"
This reverts commit ae7605573f as it breaks much more than it fixes.
2014-05-21 19:51:01 +04:00
Vladimir Krivosheev 15b772ce72 rerun browser on performed fix 2014-05-21 17:42:31 +02:00
peter c7d2582347 an internal inspection checking that virtual files are compared with "equals" 2014-05-21 17:17:34 +02:00
peter d763d57e2c PushedFilePropertiesUpdater: don't start dumb mode because of vfs changes outside the project 2014-05-21 17:17:33 +02:00