Commit Graph
67774 Commits
Author SHA1 Message Date
anna 3f144f08b4 move instance methods: leave this refs inside anonymous classes untouched (IDEA-71575) 2011-08-19 21:09:55 +02:00
anna 9ccddbfdad very big and long compilation fix 2011-08-19 21:09:41 +02:00
Bas Leijdekkers 65134a292a test 2011-08-19 21:03:59 +02:00
Bas Leijdekkers 0729b111f2 fix natural compare for string with big numbers 2011-08-19 20:49:53 +02:00
Alexander Doroshko 505e1dec16 Flex IDE settings (initial) 2011-08-19 22:26:30 +04:00
Dmitry Jemerov 103c0084ba unused import 2011-08-19 20:48:54 +04:00
Dmitry Jemerov 7c55c56d91 don't expose specific type in API 2011-08-19 20:48:53 +04:00
Dmitry Jemerov 4d8c37b4d8 optimize imports 2011-08-19 20:48:51 +04:00
Dmitry Jemerov 08c71ffebd use ProgressIndicatorProvider instead of ProgressManager in PSI API 2011-08-19 20:48:50 +04:00
Dmitry Jemerov a6dd13fbcc use FileTypeRegistry instead of FileTypeManager 2011-08-19 20:48:49 +04:00
Dmitry Jemerov 62a68d49fa move scope constructors to GlobalSearchScopes 2011-08-19 20:48:48 +04:00
Dmitry Jemerov d4e8398069 Module.getModuleType() -> ModuleType.get(Module) 2011-08-19 20:48:46 +04:00
Dmitry Jemerov 4f6538b7c6 unused delegating method removed 2011-08-19 20:48:45 +04:00
Dmitry Jemerov 3a1e8b3478 decouple PsiSearchHelper from PsiManager 2011-08-19 20:48:43 +04:00
Dmitry Jemerov aa19acec63 extract FileTypeRegistry interface; move the big FileTypeManager back to platform-api 2011-08-19 20:48:41 +04:00
Dmitry Jemerov 900ee03836 VirtualFileManagerImpl -> core-impl 2011-08-19 20:48:40 +04:00
Dmitry Jemerov df988b50f8 remove refresh with modality state from VirtualFileManager API 2011-08-19 20:48:38 +04:00
Dmitry Jemerov 24a1e71a72 to core-api 2011-08-19 20:48:36 +04:00
Dmitry Jemerov 5fa7a9fa2b unimplement unneeded interface 2011-08-19 20:48:35 +04:00
Dmitry Jemerov db272521bb moving stuff back to platform-api 2011-08-19 20:48:33 +04:00
Dmitry Jemerov f942dfe973 remove refresh() with modality state from VirtualFile API 2011-08-19 20:48:32 +04:00
Dmitry Jemerov 532435decc VfsUtil moves back to platform-api; VirtualFile dependencies on VfsUtil moved elsewhere 2011-08-19 20:48:31 +04:00
Dmitry Jemerov 72a7c46665 introduce ApplicationComponentLocator; use it for implementing getInstance() 2011-08-19 20:48:29 +04:00
Dmitry Jemerov 1eaa28394a don't use WriteAction in VfsUtil; rollback InvokeUtil extraction 2011-08-19 20:48:27 +04:00
Dmitry Jemerov 99d3fbc974 decouple ComponentManagerImpl from ProgressManager; move to core-impl 2011-08-19 20:48:25 +04:00
Dmitry Jemerov 3add19272d remove getCodeStyleManager() from PsiManager 2011-08-19 20:48:24 +04:00
Dmitry Jemerov fbd8efa67d dead code 2011-08-19 20:48:23 +04:00
Konstantin Bulenkov d91c0b8770 focus stays in NavBar after choosing an element from popup 2011-08-19 18:25:24 +02:00
Konstantin Bulenkov 16f62d8896 toolbar decorator 2011-08-19 18:12:19 +02:00
Konstantin Bulenkov 999bdad34c add preferred size and few utility methods 2011-08-19 18:12:18 +02:00
Sergey Evdokimov af1840ad54 Remove class GrailsLightMethodBuilder, use GrLightMethodBuilder instead. 2011-08-19 20:07:18 +04:00
Sergey Evdokimov bcfe8e0fb8 Provide Domain class dynamic methods via AST transformation. Methods should be getted from GormInstanceApi, GormStaticApi, GormValidationApi. 2011-08-19 18:38:49 +04:00
Kirill Likhodedov d3f1823f8a Fix NPE in HgErrorHandler 2011-08-19 18:25:40 +04:00
Kirill Likhodedov a9459e363f IDEA-72302 Mercurial: commit in UTF-8
1. Prepare the commit message file in UTF-8.
2. Add "--encoding UTF-8" options to hg command - for safety (utf-8 is by default).
3. Don't LOG.info an IOException, transform it to the VcsException.

[Reviewed by irengrig]
2011-08-19 18:25:39 +04:00
Eugene Kudelevsky 857c7d832c fix NPE 2011-08-19 18:20:46 +04:00
Eugene Kudelevsky 784c89e53f resolve references from included file to other file included to the same file 2011-08-19 18:20:45 +04:00
Bas Leijdekkers 7fe51270e0 More fault resistant logic to locate .cvsignore 2011-08-19 16:17:15 +02:00
Bas Leijdekkers 9afb6a0a8b IDEA-34881 (CVS: if the HOME environment variable is set, use the $HOME/.cvsignore file) 2011-08-19 16:11:20 +02:00
Bas Leijdekkers 0407c1fc8a sort cvs tree nodes in natural order 2011-08-19 15:44:02 +02:00
Bas Leijdekkers cef7da219e test that longer strings sort behind shorter strings 2011-08-19 15:43:13 +02:00
Bas Leijdekkers b2daf005c7 Even smarter sorting for file names, i.e [test1.txt, test03.txt, test2.txt, test11.txt, test20.txt] 2011-08-19 15:28:46 +02:00
Bas Leijdekkers 3557e4b43c naturalCompare for sorting in "natural/human" sort order 2011-08-19 15:25:54 +02:00
Maxim.Mossienko 354b3c6cd2 do not use Thread.setName for explicit runReadActions to fix performance on Mac 2011-08-19 16:25:34 +04:00
Kirill Likhodedov 8c0bf64c96 IDEA-72909 Fix annotate pattern for Mercurial
1. Spacing alignment between date and line number was changed in hg 1.9.
    Make the pattern more flexible.
2. Fix leading spaces being added to the author name.
3. Test parsing of the annotate output (HgAnnotateCommand.parse) for 3 versions of Mercurial.
    Move parse functionality of HgAnnotateCommand to a separate method.
4. Implement equals, hashCode for HgAnnotationLine.

[Reviewed by irengrig]
2011-08-19 16:13:07 +04:00
Bas Leijdekkers 653c18cf45 Generify, fix spelling 2011-08-19 10:48:54 +02:00
Bas Leijdekkers 981f8c85af fix notification message 2011-08-19 10:41:55 +02:00
Kirill.Safonov cbe58c4c1f IDE errors dialog - fix initial size 2011-08-18 22:55:04 +04:00
Kirill.Safonov ed0bdc7f9f default action 2011-08-18 22:55:03 +04:00
Kirill.Safonov acaddd2f12 show presentable path when loading project components 2011-08-18 22:55:03 +04:00
Kirill.Safonov 882be7a3a4 move test utility method to utility class 2011-08-18 22:55:02 +04:00