Commit Graph
157908 Commits
Author SHA1 Message Date
Egor.Ushakov 886700c972 IDEA-141879 Indent guide lines are 1px longer 2015-08-27 14:48:30 +03:00
Elizaveta Shashkova c871979b77 Updates from PyDev.Debugger 2015-08-27 14:46:13 +03:00
nik e2511fef33 test fixed: corrected field name used in reflection 2015-08-27 13:53:08 +03:00
Aleksey Pivovarov aff91cc3f3 diff: enable "Clear Read-Only flag" dialog in Diff/MergeApplication 2015-08-27 13:45:05 +03:00
Aleksey Pivovarov bbb2e5953a merge: make file writable on applyLeft/applyRight 2015-08-27 13:41:42 +03:00
Egor.Ushakov 6f78ade9cb fixed testDeleteFail - using chmod on unixes 2015-08-27 13:39:08 +03:00
Dmitry Avdeev cd4564cc85 better diagnostics for EA-55396 - assert: XmlNSDescriptorImpl$.compute 2015-08-27 13:30:49 +03:00
Dmitry Avdeev 8857857e7a EA-72063 - assert: DefaultXmlTagNameProvider.addTagNameVariants: better diagnostics 2015-08-27 13:02:07 +03:00
nik b7d98e501e added Maven's implementation for ProjectModelModificationService so various 'add missing dependency' actions will modify pom.xml files in case of Maven projects 2015-08-27 13:00:54 +03:00
Bas Leijdekkers e1146c697b IDEA-133514 (Malformed format string inspection doesn't seem to understand Java 8's java.time classes) 2015-08-27 11:43:31 +02:00
Roman Shevchenko 6ee3957e68 [vfs] LocalFileSystem.replaceWatchedRoot() implementation fixed 2015-08-27 12:34:58 +03:00
Vladimir Krivosheev cbfa8e3575 IDEA-134781 Possibility to stop setting sync 2015-08-27 11:03:24 +02:00
Anna Kozlova eb50c82b98 extract class: don't expand postfix expressions when no getter/setters were generated (IDEA-144369) 2015-08-27 11:19:32 +03:00
Anna Kozlova ad99c2d9b5 anonymous -> lambda: cast if overload would fail (IDEA-144372) 2015-08-27 11:19:30 +03:00
Anna Kozlova e0b484f910 long copy action update for tests: copy location if element is not found 2015-08-27 11:19:27 +03:00
Vladimir Krivosheev 9b50e1d665 PER_USER -> DEFAULT 2015-08-27 10:11:50 +02:00
Vladimir Krivosheev 51f58843e9 attempt to fix cdataAfterNewLine test 2015-08-27 10:11:10 +02:00
Vladimir Krivosheev 57ef4c2df2 IDEA-128621 auto set version and since-build 2015-08-27 10:01:18 +02:00
Vladimir Krivosheev ea70818b49 IDEA-141883 don't read ignored files 2015-08-27 10:01:17 +02:00
Yaroslav Lepenkin b59ac4105d Pass alignment strategy into PsiCodeBlock blocks, in order to align consecutive variable declarations inside code blocks (if/for/try/...). Fixes IDEA-143834 2015-08-27 10:49:14 +03:00
Bas Leijdekkers a68df2dc3e IG: report more problems in "Malformed format string" inspection (fixes IDEA-83792) 2015-08-27 09:30:35 +02:00
nik 1f429370f3 fixed not-null assertion 2015-08-27 09:28:57 +03:00
Rustam Vishnyakov b7ea6f6ba8 A better name for enforced empty values: TextAttributes.setEnforceEmpty() 2015-08-26 22:56:34 +03:00
Sergey Savenko 16afae73c3 Prevent memory leaks, clean up
Prevent memory leaks caused by using EventDispatcher.addListener(T, Disposable) in pair with EventDispatcher.removeListener(T)

The thing is listener stays reachable from gc-roots via disposable hierarchy even after it is removed from the EventDispatcher.
2015-08-26 22:23:48 +03:00
Julia Beliaeva 4ec051c254 [vcs-log] do not show root in structure chooser IDEA-135987 2015-08-26 21:35:41 +03:00
Konstantin Bulenkov 5b637d8c30 Merge remote-tracking branch 'origin/master' 2015-08-26 20:03:22 +02:00
Konstantin Bulenkov 4cb959ce1c make memory indicator less contrast on Darcula. Add ui feedback about indicator was clicked 2015-08-26 20:00:43 +02:00
peter 9f0fc00bef test that freemarker lexer is restartable at every directive 2015-08-26 19:23:29 +02:00
Dmitry Avdeev 68ca4a5dba EA-72132 - PEBCE: PersistentEnumeratorBase.<init> 2015-08-26 20:07:39 +03:00
Egor.Ushakov 73e7537fba fixed testDeleteFail 2015-08-26 20:05:25 +03:00
Ekaterina Tuzova 2598502f06 updated artwork for pycharm edu 2.0 2015-08-26 20:00:50 +03:00
Daniil Ovchinnikov 00bd837136 [groovy] substitute generic types by name in compiled traits 2015-08-26 19:55:06 +03:00
Ekaterina Tuzova d478591cd6 migrate from old course format to the new one 2015-08-26 19:51:28 +03:00
Vladimir Krivosheev 6420bd963e IDEA-141883 .gitignore in the repository that tracks the settings is not respected
1) support .gitignore only in the repository root
2) changes is not tracked — to apply changed file IDE must be restarted.
2015-08-26 18:49:45 +02:00
liana.bakradze b7144c656a use system independent path 2015-08-26 19:45:59 +03:00
irengrig 54436b9d48 Merge remote-tracking branch 'origin/master' 2015-08-26 18:39:11 +02:00
irengrig ae3890809a code style 2015-08-26 18:30:40 +02:00
Dmitry Avdeev e05a9dbb30 IDEA-141776 Groovy (or any non-Java?) main class has no Run/Debug controls on the editor's gutter 2015-08-26 19:17:03 +03:00
Dmitry Avdeev c67005fda2 LanguageExtension.allForLanguageOrAny() 2015-08-26 19:17:02 +03:00
Nikolay Mikhaylov 976dc0445e add @deprecated comment 2015-08-26 19:06:14 +03:00
irengrig bf91641f78 Merge remote-tracking branch 'origin/master' 2015-08-26 17:59:53 +02:00
irengrig 7ed71687d8 project startup tasks, better serialization 2015-08-26 17:53:51 +02:00
Vladimir Krivosheev ea313a8e57 check is disposed (correct solution will be later (we should not hold disposed stores)) 2015-08-26 17:50:14 +02:00
Vladimir.Orlov 549bbfd01c Merge remote-tracking branch 'origin/master' 2015-08-26 18:46:23 +03:00
Vladimir Krivosheev f08230b22a IDEA-144395 Unable to Save Settings (fast fix, the reason is not clear) 2015-08-26 17:43:37 +02:00
Vladimir Krivosheev e615022781 simplify ICS tests 2015-08-26 17:41:14 +02:00
Nadya Zabrodina c6206a17ef [Hg]: IDEA-140596 Permanent "checking incoming and outgoing changes"; EA-51088 - NPE:
HgIncomingOutgoingWidget$.run; EA-71059 - assert: IdeStatusBarImpl.removeWidget

* move show/hide methods for i/o widget to EDT
* check i/o project setting after incoming to avoid double credential fails if occured;
* add update method to HgHideableWidget  and call only this when i/o data loaded instead of STATUS_TOPIC (may occurred infinite update)
2015-08-26 18:37:47 +03:00
Nadya Zabrodina de48cf8952 [Hg]: Multi drag and drop for MQ Unapplied Patch table via Transferred handler 2015-08-26 18:37:46 +03:00
Nadya Zabrodina 4a98357da7 style 2015-08-26 18:37:44 +03:00
Nadya Zabrodina c50087d91e [shelf]: cleanUp change inspection suppression to assertion 2015-08-26 18:37:42 +03:00