Commit Graph
96207 Commits
Author SHA1 Message Date
Konstantin Bulenkov e7cef50148 test data for middle matching issues 2013-02-21 12:58:34 +01:00
Konstantin Bulenkov 50669ac411 inc year 2013-02-21 12:54:14 +01:00
Vassiliy Kudryashov 5a50c6b127 IDEA-100922 Messages, Run & Debug tool windows pop up unexpectedly and disturb one from the current work
After-review (http://crucible.labs.intellij.net/cru/CR-IC-151)
2013-02-21 15:44:54 +04:00
irengrig c23b910cbe Merge remote branch 'origin/master' 2013-02-21 15:29:26 +04:00
irengrig 1805bf0591 IDEA-101091 NPE at com.intellij.util.proxy.CommonProxy.select 2013-02-21 15:29:00 +04:00
anna fc703d6210 forget inspection scope caches on scopes change, restart daemon, etc (IDEA-101489) 2013-02-21 12:25:52 +01:00
irengrig 7a5fa9d451 Merge remote branch 'origin/master' 2013-02-21 15:08:08 +04:00
irengrig 91bac7d8f8 svnkit 9566, with NTLM and auto-properties fixes 2013-02-21 15:07:24 +04:00
irengrig 05b79ec7d2 replace assertions with junit assertions 2013-02-21 15:02:49 +04:00
Alexander Lobas 1f1b74637b Collapse property recursively 2013-02-21 14:54:53 +04:00
irengrig 31a60937dc Svn tests: locked folders are reported in stout, not in stderr -> correct 2013-02-21 14:50:09 +04:00
anna b5f00f34c8 Merge remote-tracking branch 'origin/master' 2013-02-21 11:40:50 +01:00
anna 5c8e94689b update anchor to skip whitespaces (IDEA-93459) 2013-02-21 11:38:11 +01:00
anna 8a5ff22d72 EA-43536 - NPE: ShowImplementationsAction.filterElements 2013-02-21 11:38:10 +01:00
anna 96854854bf EA-44076 - IAE: LookupElementBuilder.create 2013-02-21 11:38:09 +01:00
anna 37450da935 javafx: accept boolean properties (IDEA-101560) 2013-02-21 11:38:09 +01:00
Dmitry Semeniouta bf977b5515 Document -> DocumentFoldingInfo -> Project chain leak is fixed +review CR-IC 2013-02-21 14:37:33 +04:00
Vassiliy Kudryashov 31477c7801 1. Bookmark becomes true Navigatable (requestFocus is important parameter)
2. We didn't cache bookmarks icons at all (rendering produced garbage from nothing)
3. Now Action "Edit" in favorites has Ctrl+Enter shortcut instead of "Enter" because "Enter" should navigate to source with no focus losing
4. Get rid of some needless commented code
2013-02-21 14:31:02 +04:00
Sergey Evdokimov 62e5d89e92 IDEA-101546 Maven surefire environment variables 2013-02-21 14:26:36 +04:00
Alexey Kudravtsev b181622876 temporarily restored createxxx methods for plugin compatibility 2013-02-21 14:13:46 +04:00
Alexey Kudravtsev 6cd21c7a84 diagnostics 2013-02-21 14:13:46 +04:00
Sergey Evdokimov b8e90e2bf0 EA-30882 - assert: ComponentManagerImpl.getPicoContainer 2013-02-21 14:03:21 +04:00
Sergey Evdokimov bad7ce85d7 EA-44028 - assert: ComponentManagerImpl.getPicoContainer 2013-02-21 14:01:53 +04:00
irengrig 9fd2a30657 IDEA-101514 IAE at com.intellij.openapi.vcs.changes.ChangeListManagerImpl.editComment 2013-02-21 13:31:37 +04:00
Konstantin Bulenkov 3081396f91 add more contrast 2013-02-21 10:09:00 +01:00
Kirill Likhodedov 969ba5cc52 [diff] Fix extension, don't treat empty file as text
* Add "." to the temp file suffix to produce the file extension.
* Don't treat any empty file as text with stub content:
  let it have the same type as detected by extension. This will show
  "Image can't be loaded" warning, for an empty jpg file, for example,
  but it is expected behavior.
  This doesn't affect ADDED changes: they don't have before revision
  at all and don't create FileContent for them.
2013-02-21 12:38:34 +04:00
irengrig ed43bcfe08 MultipleRefreshesTest - do not fail if BUSY exception occured 2013-02-21 12:13:05 +04:00
Kirill Likhodedov 7878527d98 [vcs] optionally wrap in commit dialog when text reaches right margin
IDEA-53615
* Add a checkbox to the Settings | Version Control.
  Keep the VcsCheckBoxWithSpinnerConfigurable structure by
  having it as a sub-configurable.
* Add an option to the VcsConfiguration.
* Add a simple editor customization and pass through the hard wrap
  option setter to EditorSettings & SettingsImpl.
2013-02-21 10:56:32 +04:00
Max Medvedev 75e537a20e IDEA-100450 IDEA should flag invalid list/map literal 2013-02-21 10:15:48 +04:00
Max Medvedev 3018735c9d IDEA-101217: suggest 'def' only in Groovy templates 2013-02-21 09:43:16 +04:00
peter 87f9d894f7 fix testdata file case 2013-02-20 23:42:55 +01:00
peter e3e3ca4244 constrain middle matching on uppercase constant names (IDEA-101397) 2013-02-20 23:42:55 +01:00
peter d5573edaa2 allow to select a class by enter (but not space/dot) even if several same-named suggestions are present in the autopopup 2013-02-20 23:42:54 +01:00
peter 6e35695d09 IDEA-84025 A class in different package interferes with code completion
not needed anymore since space/dot don't select the autopopup item by default
2013-02-20 23:42:54 +01:00
anna 6edc546e65 lambda: void compatibility guess 2013-02-20 21:30:51 +01:00
Roman Shevchenko 91ab546cf7 EA-43700 (diagnostic) 2013-02-20 21:11:42 +01:00
Max Medvedev bb500b2ebc IDEA-101503 Bad code green: a single-line GString with multiline injection 2013-02-21 00:04:40 +04:00
anna a82225975a lambda/method refs: check functional interface accessibility 2013-02-20 20:41:07 +01:00
anna 9634bb390e lambda: stop inference from lambda if return type retrieval leads to second lambda inference; do not cache types during this calculation 2013-02-20 20:41:06 +01:00
anna 3595385432 cleanup: make guard final 2013-02-20 20:41:06 +01:00
anna def5e21e6a lambda: restore void-compatibility checks 2013-02-20 20:41:05 +01:00
anna f284e22971 lambda: no need to store params to compute anymore - return values are checked not to depend on params inference anyway 2013-02-20 20:41:04 +01:00
Max Medvedev bd137e7e50 IDEA-101461 Groovy - good code red 2013-02-20 23:36:45 +04:00
Dmitry Jemerov a72d792672 correctly working icon replacement 2013-02-20 20:14:17 +01:00
Dmitry Jemerov 63c56c0957 Revert "kill WinLauncher's default icons"
This reverts commit 254c88586abed22c3e9e632f8c55263c8a9323b1.
2013-02-20 20:14:16 +01:00
Dmitry Jemerov 18cd10499b launcher icon injection work in progress 2013-02-20 20:14:15 +01:00
Dmitry Jemerov 10ae749adf kill WinLauncher's default icons 2013-02-20 20:14:14 +01:00
Dmitry Jemerov ed7a3d5b40 inject splash screen bmp 2013-02-20 20:14:12 +01:00
Dmitry Jemerov dad0e25a4c correctly writing multiple string tables; stub for real launcher generator 2013-02-20 20:14:11 +01:00
Dmitry Jemerov 8459153c5f version info reader implemented 2013-02-20 20:14:10 +01:00