Commit Graph
122155 Commits
Author SHA1 Message Date
peter 2dc4ac2f2b IDEA-118551 Duplicated enum field in completion 2014-01-13 19:58:48 +01:00
peter b06366a1ba IDEA-119052 Java smart type code completion proposes incorrect variant if non-matching local variable hides a matching instance variable 2014-01-13 19:58:47 +01:00
peter df8967b840 rethrow PCE from KeyedExtensionFactory reflection 2014-01-13 19:58:47 +01:00
peter 9a116de0a9 the users don't care if we're preparing editors to open (IDEA-115130) 2014-01-13 19:58:47 +01:00
peter 5d81e8d215 allow to turn off suggestion to create a file when creating a directory with file-like name (IDEA-118250) 2014-01-13 19:58:46 +01:00
peter a0be495846 IDEA-119192 LiveTemplate function snakeCase() should convert the hyphens to underscores 2014-01-13 19:58:46 +01:00
Gregory.Shrago db8902f75d EA-52499 - NPE: BraceHighlightingHandler.highlightBraces 2014-01-13 22:34:57 +04:00
Gregory.Shrago a34edd79a9 EA-53134 - IOE: DocumentImpl.doBeforeChangedUpdate 2014-01-13 22:03:52 +04:00
Gregory.Shrago 21bd01371e unused code 2014-01-13 21:36:50 +04:00
Vladimir Krivosheev a7cb0d41d4 avoid settings collisions (pre idea 14 vs idea 14)
import old settings is not important in this case, but will be implemented later
2014-01-13 18:18:23 +01:00
Vladimir Krivosheev c80c25da85 save only custom path 2014-01-13 18:04:36 +01:00
Andrey Vlasovskikh b1fb92e346 Merge branch 'python-fixes' 2014-01-13 21:00:38 +04:00
Andrey Vlasovskikh 35a9cc0c9d Don't ignore unused attributes of empty constructors (PY-7527)
This allows to invoke the add field quick-fix on them.
2014-01-13 20:55:13 +04:00
Vladimir Krivosheev 2c0ef615f5 tolerant findBrowser 2014-01-13 17:41:30 +01:00
Vladimir Krivosheev 968f634120 continue — debug: select browser instead of debug engine 2014-01-13 17:41:29 +01:00
Vladimir Krivosheev ae62fc5336 finalize 2014-01-13 17:41:29 +01:00
Vladimir Krivosheev 8c630e99e7 debug: select browser instead of debug engine 2014-01-13 17:41:28 +01:00
Andrey Vlasovskikh 925b976967 Fixed NPE in PyUnusedLocalInspectionVisitor.visitPyCallExpression() 2014-01-13 20:22:55 +04:00
peter dd0278244c [^maxim] build psi and index on the last committed document text (IDEA-117183, IDEA-116721) 2014-01-13 17:14:17 +01:00
peter f85e0e5bb5 IDEA-118389 Forbid completion inside guard blocks 2014-01-13 17:14:16 +01:00
peter 44f1ff0c4b IDEA-119222 Console folding does not fold single matching lines 2014-01-13 17:14:16 +01:00
Egor.Ushakov c04b5516d4 IDEA-30922 The "View As" options are shown for the undefined Watch items in the Watches tab. 2014-01-13 19:55:55 +04:00
Yaroslav Lepenkin 4d2a597486 IDEA-118989 Code Formatting broken in 13.0.2 EAP [CR-IC-3927] 2014-01-13 19:42:14 +04:00
Dmitry Avdeev a7d5dd0ab4 IDEA-118521 Latest 13.0.1 keeps locking up. Editor becomes unresponsive. Various file types... using allScope() 2014-01-13 19:29:02 +04:00
Egor.Ushakov ea99916af3 IDEA-21297 Debugger does not react to "F2" key which should open "Set Value" dialog
apply F2 shortcut to quick evaluate as well
2014-01-13 19:16:47 +04:00
Egor.Ushakov a3770198ec IDEA-21297 Debugger does not react to "F2" key which should open "Set Value" dialog 2014-01-13 19:08:55 +04:00
Yann Cébron 5963bc58db re-generate with icons.gant 2014-01-13 16:07:13 +01:00
Kirill Likhodedov ebd73dff30 [git] IDEA-119322 Use "unsorted" only since Git 1.7.12.1 2014-01-13 17:46:48 +04:00
Egor.Ushakov b9384770a3 IDEA-91148 Difficult to step over code due to tooltips 2014-01-13 17:23:25 +04:00
Kirill Likhodedov 5f44d7781f [diff] IDEA-77540 Go To Source from vcs diff
Go To Source uses the getOpenFileDescriptor() returned by DiffContent,
but it is null for BinaryContent & SimpleContent,
both used from different places of the VCS history.

* Implement it for BinaryContent:
  - get the file by path if exists
  - supply the Project to the constructor, deprecate other constructors.

* SimpleContent is too general thing and is used everywhere,
  so for certain VCS operations create a separate extension -
  OpenFileCapableSimpleContent which behaves the same way: searches
  the virtual file by path.

KNOWN LIMITATION:
current implementation navigates to the same offset,
no conversion is made if the file is different from the current
version.
2014-01-13 17:02:29 +04:00
Kirill Likhodedov 3eb73154bf Remove unused stuff 2014-01-13 16:56:01 +04:00
Vassiliy Kudryashov 56738b2a67 IDEA-118616 Lens mode with tool windows on the right side 2014-01-13 16:33:07 +04:00
Max Medvedev b1d9f99774 IDEA-119272 Groovy: don't duplicate @Nullable in implemented methods 2014-01-13 16:17:32 +04:00
Alexander Zolotov 8aa8ca5de2 Postfix templates: fix template for anonymous classes 2014-01-13 15:40:55 +04:00
Evgeny Pasynkov 47997a45e9 fix NRE 2014-01-13 10:58:24 +01:00
Mikhail Golubev 2ba569142c Merge remote-tracking branch 'origin/master' 2014-01-13 13:56:44 +04:00
Mikhail Golubev 25e4279563 Simplify check, that certificates chain is self-signed 2014-01-13 13:54:45 +04:00
Ekaterina Tuzova 2b21866588 fixed EA-52897 - CCE: ImportToggleAliasIntention$.execute 2014-01-13 13:30:04 +04:00
Ekaterina Tuzova 81bcb9d179 fixed EA-53046 - NPE: PyExtractMethodUtil.a 2014-01-13 13:27:49 +04:00
Mikhail Golubev c584766d9b Update JIRA integration tests, set socket timeout of 10000ms. Some cleanups in logging and task status handling. 2014-01-13 13:02:29 +04:00
Mikhail Golubev c026100d94 Remove legacy EASY_HTTPS protocol from Task Management 2014-01-13 13:02:28 +04:00
Ekaterina Tuzova 22fd4f3aee Merge remote-tracking branch 'origin/master' 2014-01-13 12:37:40 +04:00
Ekaterina Tuzova 393df3320e fixed quickdoc test 2014-01-13 12:37:15 +04:00
Vladimir Krivosheev ea3b1ed88d CR-IC-3884#c20360 "Setup" method should return VOID. 2014-01-13 09:36:35 +01:00
Alexander Zolotov 39237d0341 WEB-10469 CSS Error Highlighting - Marking valid custom HTML tag as error 2014-01-13 12:29:12 +04:00
Ekaterina Tuzova 40274b792f fixed editing test 2014-01-13 12:27:37 +04:00
Vladimir Krivosheev e4d168eadc CR-IC-3246#c17895 hide LocalFileUrl 2014-01-13 09:24:28 +01:00
Max Medvedev d079b4935e IDEA-119085 Code style does not recognize Groovy spaceship operator <=> 2014-01-13 11:28:56 +04:00
Maxim.Mossienko b71b60b75f tolerate removal of mouse and mouse motion listeners after disposal 2014-01-12 23:03:52 +01:00
Maxim.Mossienko 973a88ca75 use longs to access PagedFileStorage 2014-01-12 22:57:16 +01:00