Commit Graph
95813 Commits
Author SHA1 Message Date
Roman Shevchenko 6910c2e3ab Test fixed 2013-02-14 20:15:42 +01:00
Roman Shevchenko b64286749d Formatting 2013-02-14 20:15:42 +01:00
Roman Shevchenko 69566fcffe Useless check dropped 2013-02-14 20:15:41 +01:00
Dmitry Semeniouta d0e8a72b8a ContainerUtil: addAllNotNull(Collection, Iterable) is fixed; all addIfNotNull's return bool to signal if container is changed 2013-02-14 23:11:19 +04:00
anna 70179b71da graph inference: avoid copy; optimizations 2013-02-14 19:59:45 +01:00
peter 230000c11a [^maxim] WeakList.clear shouldn't throw ConcurrentModificationException 2013-02-14 19:18:51 +01:00
Alexander Kirillin 89f0da2f59 Disabled "Cycle in components initialization" false positive when the component throws an exception during initialization 2013-02-14 21:42:51 +04:00
peter 7a78af068a a test for IDEA-100653 Language injection: AE at CodeCompletionHandlerBase$WatchingInsertionContext.setTailOffset() on inserting not escaped character by completion 2013-02-14 18:28:52 +01:00
Maxim.Mossienko 219269fcae avoid unused trace +review CR-IC @denis.zhdanov 2013-02-14 18:13:48 +01:00
Eugene Zhuravlev a15e59e7d0 external build: make GC easier by cleaning cached SharedNameTable for javac 7 2013-02-14 17:54:34 +01:00
Yann Cébron af8b60463b + "injectable" 2013-02-14 17:44:03 +01:00
Denis.Zhdanov cac022e77f IDEA-98684 Setting a breakpoint via mouse also places the caret in this line 2013-02-14 20:31:06 +04:00
Denis.Zhdanov b2c4fbb939 IDEA-100693 copy/paste of a whole line adds extra space indent 2013-02-14 20:31:06 +04:00
Denis.Zhdanov 1d636477f1 IDEA-63225 Provide key for CamelHump selection 2013-02-14 20:31:06 +04:00
anna c02ea9bbeb no need to check for duplicates list of one item 2013-02-14 17:00:58 +01:00
Alexey Kudravtsev 564ff7cbe6 NPE 2013-02-14 19:59:20 +04:00
Alexey Kudravtsev ff1d46eca8 cleanup 2013-02-14 19:59:19 +04:00
Sergey Evdokimov a7d87364c3 trim profiles name 2013-02-14 19:49:04 +04:00
Vassiliy Kudryashov 3b66a992c0 Color Picker (internal action) +review 2013-02-14 19:15:29 +04:00
Vladimir Krivosheev 2ed3800cef correct cache control 2013-02-14 19:12:50 +04:00
Sergey Evdokimov b4628d4c50 IDEA-101087 IntelliJ IDEA does not override MAVEN_OPTS when VM parameters for Maven runner are specified 2013-02-14 19:10:26 +04:00
Kirill Likhodedov 1d93cacfc3 Refactor-simplify EditorCustomization & EditorFeature structure
* Merge EditorFeatures to EditorCustomizations, and remove the first.
  Motivation: EditorCustomization and EditorFeature serve the same
  purpose and thus introduce unnecessary duplication.

* Remove EditorCustomization extension point, since all customizations
  can be achieved via EditorTextFieldProvider#getEditorField.

* Let EditorCustomization be an interface.
  Extend on/off EditorCustomizations from SimpleEditorCustomization
  and provide ENABLED/DISABLED static instances to avoid creation
  of custom objects each time.

* This change introduces dependencies in vcs-impl and git4idea to
  the spellchecker module.
2013-02-14 19:04:52 +04:00
Kirill Likhodedov dc80819ac8 adjust right margin code style setting spinner size: it was too wide 2013-02-14 19:04:51 +04:00
Daniel Marcotte 712b3202fb Use spinner control for Code Style->General right margin 2013-02-14 19:04:51 +04:00
Daniel Marcotte 11853e7537 Restore commit message editor configs
Restores the soft wrap enabled and additional page disabled editor
settings to the commit message editor.

Also reverts accidental change to SDK in misc.xml
2013-02-14 19:04:50 +04:00
Daniel Marcotte 0dc2c3aa1d Refactor EditorTextFieldProvider to support more features
Replace the EditorCustomization.Feature enum with an EditorFeature object
which can support richer customization than "enabled/disabled".

The catalyst for this change was the addition of RightMarginEditorFeature
which needs a right margin size in addition to "enabled/disabled"
2013-02-14 19:04:50 +04:00
Daniel Marcotte 4cfa1a3e0e Default commit message right margin to off 2013-02-14 19:04:49 +04:00
Daniel Marcotte e9a61fa6af Use spinner control for VcsCommitMessageMarginConfigurable 2013-02-14 19:04:49 +04:00
Daniel Marcotte fa82b9ebe6 Remove duplicated editor setup 2013-02-14 19:04:48 +04:00
Daniel Marcotte 513eb87edd Add right margin guideline to commit message editor
Add a right margin to the commit message editor, defaulting it to
72 columns and enabled.  Also add a configuration option to
"Settings->Version Control" for toggling the margin and setting its
width.
2013-02-14 19:04:47 +04:00
Vladimir Krivosheev 7bb9fcc008 correct cache control 2013-02-14 18:59:47 +04:00
Eugene Zhuravlev c3712d6502 external build: when choosing JDK to be used for build process, consider all sdk that implement JavaSdkType instead of JavaSdk 2013-02-14 15:53:17 +01:00
peter 66ca47b829 diagnose invalid stub-based PsiAnchor (IDEA-100526, IDEA-100962) 2013-02-14 15:01:31 +01:00
peter b72950d544 select first item when pressing down on a completely non-focused lookup (IDEA-101043) 2013-02-14 14:45:36 +01:00
peter 19f066aefb more stub/ast creation tracing (IDEA-97768) 2013-02-14 14:45:35 +01:00
Anton Makeev 50fc3787b5 Updater: handling OOM errors (and other), increased Xmx for updater process (a bit less max memory for updater, CR-IC-73) 2013-02-14 14:20:18 +01:00
anna 711d18e9da javafx: support stylesheets declarations through list of strings (IDEA-101077) 2013-02-14 13:56:04 +01:00
anna 080db0445d update checker: correct trigger initialization 2013-02-14 13:56:03 +01:00
anna ffeaa8c21f javafx: open .fxml in SceneBuilder 2013-02-14 13:56:03 +01:00
Ekaterina Tuzova fec2cc5e21 Merge remote-tracking branch 'origin/master' 2013-02-14 16:50:36 +04:00
peter 6df682adf7 IDEA-101043 Pressing Down with autopopup completion should move to the second item 2013-02-14 13:33:23 +01:00
Anton Makeev bc9ae62f30 Updater: handling OOM errors (and other), increased Xmx for updater process 2013-02-14 13:13:59 +01:00
Dmitry Avdeev 4c65167f18 SupportForFrameworksStep leaking fixed 2013-02-14 15:11:47 +04:00
irengrig 7cb8c67491 Merge remote branch 'origin/master' 2013-02-14 15:07:28 +04:00
irengrig 5d2c2e4f6d Subversion: do NOT listen to wc.db changes - if -Dsvn.do.not.listen.to.wc.db=true
needed to check assumption that checksum mismatch problem occurs if writing transaction receives BUSY exception during commit (this is phase-of-the-moon *bug* in svnkit)

IDEA-97081 OSX / svn commit failed - Base checksum mismatch
IDEA-100494 Cannot make a SVN commit via Intellij
IDEA-98435 Can not commit to SVN
2013-02-14 15:05:55 +04:00
Eugene Kudelevsky 57470b7151 xml rearranger support: ordering of attributes 2013-02-14 14:42:54 +04:00
Dmitry Avdeev 288f5f396c LocalArchivedTemplate: icons 2013-02-14 14:28:36 +04:00
Fedor Korotkov 25aec994eb Add FileDirName and FileParentDir macros 2013-02-14 13:31:25 +04:00
Denis.Zhdanov ecfd5acf5e IDEA-100693 copy/paste of a whole line adds extra space indent
Correct white space info construction on formatting - handle a situation when indent space contains tabulations after white spaces
2013-02-14 13:20:22 +04:00
Alexey Kudravtsev baddfe7123 javadoc, cleanup 2013-02-14 12:49:15 +04:00