idea/community.git
13 years agodon't construct Map<X,null> type, it'll fail
peter [Fri, 12 Mar 2010 19:57:46 +0000 (19:57 +0000)]
don't construct Map<X,null> type, it'll fail

13 years agoDon't use regexp matching for such a simple case.
Maxim Shafirov [Fri, 12 Mar 2010 18:59:02 +0000 (21:59 +0300)]
Don't use regexp matching for such a simple case.

13 years agoChecking for instantiations of an utility class while building a fix is too dare.
Maxim Shafirov [Fri, 12 Mar 2010 18:56:19 +0000 (21:56 +0300)]
Checking for instantiations of an utility class while building a fix is too dare.

13 years agoCancelling thread shall have higher priority.
Maxim Shafirov [Fri, 12 Mar 2010 18:35:21 +0000 (21:35 +0300)]
Cancelling thread shall have higher priority.

13 years agoIDEA-52842 Unknonw HTML tag should not trigger for XML namespace mappings
Maxim.Mossienko [Fri, 12 Mar 2010 19:04:22 +0000 (22:04 +0300)]
IDEA-52842 Unknonw HTML tag should not trigger for XML namespace mappings

13 years agoIndices shall not be built in background when in headless mode.
Maxim Shafirov [Fri, 12 Mar 2010 18:03:03 +0000 (21:03 +0300)]
Indices shall not be built in background when in headless mode.

13 years agoOptimization: don't need a stack trace for this control flow throwable.
Maxim Shafirov [Fri, 12 Mar 2010 15:01:31 +0000 (18:01 +0300)]
Optimization: don't need a stack trace for this control flow throwable.

13 years agoAvoid holding large char arrays for short strings.
Maxim Shafirov [Fri, 12 Mar 2010 12:39:33 +0000 (15:39 +0300)]
Avoid holding large char arrays for short strings.

13 years agoopen directory dialog: respect 'show hidden files' option (WI-191)
Kirill.Safonov [Fri, 12 Mar 2010 17:41:44 +0000 (20:41 +0300)]
open directory dialog: respect 'show hidden files' option (WI-191)

13 years agoimportant method flushAllUiUpdates added
Gregory Shrago [Fri, 12 Mar 2010 17:08:45 +0000 (20:08 +0300)]
important method flushAllUiUpdates added

13 years agoCacheUpdate: invalid file access handling
Anton Makeev [Fri, 12 Mar 2010 17:21:53 +0000 (20:21 +0300)]
CacheUpdate: invalid file access handling

13 years agoMaven: ivalid VirtualFile access fix + correctly registering postStartupActivity
Anton Makeev [Fri, 12 Mar 2010 15:53:59 +0000 (18:53 +0300)]
Maven: ivalid VirtualFile access fix + correctly registering postStartupActivity

13 years agoMaven: potential race condition fix
Anton Makeev [Fri, 12 Mar 2010 15:25:22 +0000 (18:25 +0300)]
Maven: potential race condition fix

13 years agoMaven: toolwindow toolbar cosmetics
Anton Makeev [Fri, 12 Mar 2010 14:12:22 +0000 (17:12 +0300)]
Maven: toolwindow toolbar cosmetics

13 years agoRestore DFA instruction count limit
Oleg Shpynov [Fri, 12 Mar 2010 15:58:48 +0000 (18:58 +0300)]
Restore DFA instruction count limit

13 years agooptimization
Eugene Zhuravlev [Fri, 12 Mar 2010 15:28:41 +0000 (18:28 +0300)]
optimization

13 years agoshow "val$..." synthetic fields on the same level as local vars
Eugene Zhuravlev [Fri, 12 Mar 2010 15:18:38 +0000 (18:18 +0300)]
show "val$..." synthetic fields on the same level as local vars

13 years agoPython reaching defs fix leading to unbound local variable inspection false positives
Oleg Shpynov [Fri, 12 Mar 2010 15:29:17 +0000 (18:29 +0300)]
Python reaching defs fix leading to unbound local variable inspection false positives

13 years agogit4idea: Fixed change collector to detect unmerged files
Constantine Plotnikov [Fri, 12 Mar 2010 14:35:32 +0000 (17:35 +0300)]
git4idea: Fixed change collector to detect unmerged files

13 years agogit4idea: If ssh script were removed from temporary directory, it is recreated when...
Constantine Plotnikov [Thu, 11 Mar 2010 13:21:53 +0000 (16:21 +0300)]
git4idea: If ssh script were removed from temporary directory, it is recreated when next ssh operation is run.

13 years agoadd util.jar to classpath only if our UrlClassLoader is used as system classloader
nik [Fri, 12 Mar 2010 13:06:35 +0000 (16:06 +0300)]
add util.jar to classpath only if our UrlClassLoader is used as system classloader

13 years agoSpellchecker: replace PAtriciaTrie with THashSet
Ekaterina Shliakhovetskaja [Fri, 12 Mar 2010 12:56:39 +0000 (15:56 +0300)]
Spellchecker: replace PAtriciaTrie with THashSet

13 years agomove FileSetTestCase to platform testFramework
Dmitry Jemerov [Fri, 12 Mar 2010 11:25:36 +0000 (14:25 +0300)]
move FileSetTestCase to platform testFramework

13 years agoMaven: action names
Anton Makeev [Fri, 12 Mar 2010 12:46:24 +0000 (15:46 +0300)]
Maven: action names

13 years agoMaven: suspend/resume conter bugfix
Anton Makeev [Fri, 12 Mar 2010 12:45:19 +0000 (15:45 +0300)]
Maven: suspend/resume conter bugfix

13 years agoMerge branch 'master' of git.labs.intellij.net:idea/community
irengrig [Fri, 12 Mar 2010 12:23:15 +0000 (15:23 +0300)]
Merge branch 'master' of git.labs.intellij.net:idea/community

13 years agoDEA-49056 (RE at com.intellij.openapi.editor.impl.EditorFactoryImpl.a)
irengrig [Fri, 12 Mar 2010 12:21:36 +0000 (15:21 +0300)]
DEA-49056 (RE at com.intellij.openapi.editor.impl.EditorFactoryImpl.a)

13 years agoadd confirmation dialog in File Saver
Konstantin Bulenkov [Fri, 12 Mar 2010 11:50:05 +0000 (14:50 +0300)]
add confirmation dialog in File Saver

13 years agoMerge branch 'master' of git@git.labs.intellij.net:idea/community
Kirill Kalishev [Fri, 12 Mar 2010 11:43:05 +0000 (14:43 +0300)]
Merge branch 'master' of git@git.labs.intellij.net:idea/community

13 years agoProjectTreeStructureTest.testStandardProviders commented while tree.toString() is...
Kirill Kalishev [Fri, 12 Mar 2010 11:42:54 +0000 (14:42 +0300)]
ProjectTreeStructureTest.testStandardProviders commented while tree.toString() is being reworked

13 years agotypo
Konstantin Bulenkov [Fri, 12 Mar 2010 11:17:49 +0000 (14:17 +0300)]
typo

13 years agoMaven: tests adjusted for mac os + Maven lib updated to 2.2.1
Anton Makeev [Fri, 12 Mar 2010 10:17:27 +0000 (13:17 +0300)]
Maven: tests adjusted for mac os + Maven lib updated to 2.2.1

13 years agoIDEA-52821: breakpoints are not activated in library sources that are not packed...
Eugene Zhuravlev [Fri, 12 Mar 2010 10:16:35 +0000 (13:16 +0300)]
IDEA-52821: breakpoints are not activated in library sources that are not packed in a jar archive.

13 years agoadvance todo index version
Eugene Zhuravlev [Thu, 11 Mar 2010 12:59:20 +0000 (15:59 +0300)]
advance todo index version

13 years agoMerge branch 'master' of git.labs.intellij.net:idea/community
irengrig [Fri, 12 Mar 2010 08:51:57 +0000 (11:51 +0300)]
Merge branch 'master' of git.labs.intellij.net:idea/community

13 years agoVCS: hide many unversioned files - allow to browse them in a separate dialog
irengrig [Fri, 12 Mar 2010 08:48:26 +0000 (11:48 +0300)]
VCS: hide many unversioned files - allow to browse them in a separate dialog

13 years agojs debugger: show error message when breakpoint is set in jsp file
nik [Fri, 12 Mar 2010 08:21:18 +0000 (11:21 +0300)]
js debugger: show error message when breakpoint is set in jsp file

13 years agodo not store file pointers to temp file system
Alexey Kudravtsev [Fri, 12 Mar 2010 07:51:40 +0000 (10:51 +0300)]
do not store file pointers to temp file system

13 years agosearch for unused property only if it's name is not frequent
Alexey Kudravtsev [Fri, 12 Mar 2010 07:37:12 +0000 (10:37 +0300)]
search for unused property only if it's name is not frequent

13 years agotypos 94.536
Dmitry Jemerov [Thu, 11 Mar 2010 18:15:55 +0000 (21:15 +0300)]
typos

13 years agoConfigurable colors for vertical indent lines.
Maxim Shafirov [Thu, 11 Mar 2010 18:17:59 +0000 (21:17 +0300)]
Configurable colors for vertical indent lines.

13 years agoIDEA-21206 "Usages of" ignore "Show import statements"
Maxim.Mossienko [Thu, 11 Mar 2010 16:51:21 +0000 (19:51 +0300)]
IDEA-21206 "Usages of" ignore "Show import statements"

13 years agoIndent guides re-implemented
Maxim Shafirov [Thu, 11 Mar 2010 15:29:39 +0000 (18:29 +0300)]
Indent guides re-implemented

13 years agoMove indents logic out of editor implementation into separate indents model
Maxim Shafirov [Wed, 3 Mar 2010 18:05:36 +0000 (21:05 +0300)]
Move indents logic out of editor implementation into separate indents model

13 years agoConsole: correctly navigate to sources using the corresponding scopes
Anton Makeev [Thu, 11 Mar 2010 14:28:59 +0000 (17:28 +0300)]
Console: correctly navigate to sources using the corresponding scopes

13 years agoIDEA-52463 Attempt to show changes on UML diagram from file history causes exception
Konstantin Bulenkov [Thu, 11 Mar 2010 13:05:17 +0000 (16:05 +0300)]
IDEA-52463 Attempt to show changes on UML diagram from file history causes exception

13 years agotolerate non local inspection tools returned from InspectionToolPRovider when configu...
Maxim.Mossienko [Thu, 11 Mar 2010 12:44:41 +0000 (15:44 +0300)]
tolerate non local inspection tools returned from InspectionToolPRovider when configuring test inspections from it

13 years agofix memory leak on reachable find dialog
Maxim.Mossienko [Wed, 10 Mar 2010 19:19:43 +0000 (22:19 +0300)]
fix memory leak on reachable find dialog

13 years agofilter zombie threads when building a thread dump
Eugene Zhuravlev [Thu, 11 Mar 2010 11:57:37 +0000 (14:57 +0300)]
filter zombie threads when building a thread dump

13 years agofix NPE
Eugene Zhuravlev [Thu, 11 Mar 2010 11:39:24 +0000 (14:39 +0300)]
fix NPE

13 years agohandel unboxing of null values
Eugene Zhuravlev [Thu, 11 Mar 2010 10:51:27 +0000 (13:51 +0300)]
handel unboxing of null values

13 years agoFile system events notifier for Linux
Roman Shevchenko [Thu, 11 Mar 2010 10:37:37 +0000 (13:37 +0300)]
File system events notifier for Linux

13 years agoIDEA-52721: 'Make Groovy method public' escalating shouldn't put explicit 'public...
Maxim Medvedev [Thu, 11 Mar 2010 10:30:41 +0000 (13:30 +0300)]
IDEA-52721: 'Make Groovy method public' escalating shouldn't put explicit 'public' modifier

13 years agodom anchor openapi
Gregory Shrago [Thu, 11 Mar 2010 10:24:22 +0000 (13:24 +0300)]
dom anchor openapi

13 years agofix "invalid file" assertions
Eugene Zhuravlev [Thu, 11 Mar 2010 09:06:19 +0000 (12:06 +0300)]
fix "invalid file" assertions

13 years agocleanup
Alexey Kudravtsev [Thu, 11 Mar 2010 08:31:31 +0000 (11:31 +0300)]
cleanup

13 years agoNPE
Alexey Kudravtsev [Tue, 9 Mar 2010 16:43:22 +0000 (19:43 +0300)]
NPE

13 years agohttp://ea.jetbrains.com/browser/ea_problems/17270 : java class references suppressed...
Dmitry Avdeev [Thu, 11 Mar 2010 07:20:55 +0000 (10:20 +0300)]
ea.jetbrains.com/browser/ea_problems/17270 : java class references suppressed in EL

13 years agocustom icons for intention actions 94.527
Konstantin Bulenkov [Thu, 11 Mar 2010 02:59:56 +0000 (05:59 +0300)]
custom icons for intention actions

13 years agoIDEA-52759: When renaming Groovy class, also rename the file if their names are equal
Maxim Medvedev [Wed, 10 Mar 2010 18:46:59 +0000 (21:46 +0300)]
IDEA-52759: When renaming Groovy class, also rename the file if their names are equal

13 years agoPsiTreeUtil.isAncestor() avoids loading tree when working with stub-based elements
Dmitry Jemerov [Wed, 10 Mar 2010 17:27:19 +0000 (20:27 +0300)]
PsiTreeUtil.isAncestor() avoids loading tree when working with stub-based elements

13 years agoConstructor resolve fix, 'create new field' fix in GrNewExpression
Maxim Medvedev [Wed, 10 Mar 2010 18:04:01 +0000 (21:04 +0300)]
Constructor resolve fix, 'create new field' fix in GrNewExpression

13 years agocomment broken test + getting project
Eugene Kudelevsky [Wed, 10 Mar 2010 16:56:33 +0000 (19:56 +0300)]
comment broken test + getting project

13 years agofix compilation
Eugene Kudelevsky [Wed, 10 Mar 2010 16:55:24 +0000 (19:55 +0300)]
fix compilation

13 years agoMerge branch 'master' of git.labs.intellij.net:idea/community
Rustam.Vishnyakov [Wed, 10 Mar 2010 16:32:18 +0000 (19:32 +0300)]
Merge branch 'master' of git.labs.intellij.net:idea/community

13 years agoMerge branch 'master' of git@git.labs.intellij.net:idea/community
Eugene Kudelevsky [Wed, 10 Mar 2010 16:25:28 +0000 (19:25 +0300)]
Merge branch 'master' of git@git.labs.intellij.net:idea/community

13 years agodo not accept incorrect XML names; accept template names containing operation charact...
Eugene Kudelevsky [Wed, 10 Mar 2010 16:25:00 +0000 (19:25 +0300)]
do not accept incorrect XML names; accept template names containing operation characters (i.e. ul+)

13 years agoMerge branch 'master' of git.labs.intellij.net:idea/community
Rustam.Vishnyakov [Wed, 10 Mar 2010 16:23:46 +0000 (19:23 +0300)]
Merge branch 'master' of git.labs.intellij.net:idea/community

13 years agoMerge branch 'master' of git.labs.intellij.net:idea/community
irengrig [Wed, 10 Mar 2010 16:17:39 +0000 (19:17 +0300)]
Merge branch 'master' of git.labs.intellij.net:idea/community

13 years agoVCS: changes view: use synthetic keys for building folders' hierarchy; don't put...
irengrig [Wed, 10 Mar 2010 16:15:39 +0000 (19:15 +0300)]
VCS: changes view: use synthetic keys for building folders' hierarchy; don't put leaves into a map that serves for parents search; sort nodes beforehand to don't perform nodes' jugglery

13 years agoIDEA-52722
Dmitry Jemerov [Tue, 9 Mar 2010 13:53:48 +0000 (16:53 +0300)]
IDEA-52722

13 years agoIDEA-52720: Tests
Maxim Medvedev [Wed, 10 Mar 2010 15:56:04 +0000 (18:56 +0300)]
IDEA-52720: Tests

13 years agoPY-477
Oleg Shpynov [Wed, 10 Mar 2010 15:38:16 +0000 (18:38 +0300)]
PY-477
Inspection to highlight locals referenced before assignment

13 years agoMerge branch 'master' of git@git.labs.intellij.net:idea/community
Kirill Kalishev [Wed, 10 Mar 2010 15:33:17 +0000 (18:33 +0300)]
Merge branch 'master' of git@git.labs.intellij.net:idea/community

13 years agoproject view tests partially moved to community
Kirill Kalishev [Wed, 10 Mar 2010 15:29:19 +0000 (18:29 +0300)]
project view tests partially moved to community

13 years agoMerge branch 'master' of git.labs.intellij.net:idea/community
Dmitry Avdeev [Wed, 10 Mar 2010 15:23:48 +0000 (18:23 +0300)]
Merge branch 'master' of git.labs.intellij.net:idea/community

13 years agohttp://ea.jetbrains.com/browser/ea_problems/17270 : java class references suppressed...
Dmitry Avdeev [Wed, 10 Mar 2010 15:23:00 +0000 (18:23 +0300)]
ea.jetbrains.com/browser/ea_problems/17270 : java class references suppressed in EL

13 years agoMerge branch 'master' of git.labs.intellij.net:idea/community
Rustam.Vishnyakov [Wed, 10 Mar 2010 15:18:52 +0000 (18:18 +0300)]
Merge branch 'master' of git.labs.intellij.net:idea/community

13 years agoPHP tab/indentation (general) settings + related fixes.
Rustam.Vishnyakov [Wed, 10 Mar 2010 15:16:54 +0000 (18:16 +0300)]
PHP tab/indentation (general) settings + related fixes.

13 years agocleanup
Dmitry Avdeev [Wed, 10 Mar 2010 15:07:07 +0000 (18:07 +0300)]
cleanup

13 years agoDo not try to load plugin descriptor from non-existing .jar files
Roman Shevchenko [Wed, 10 Mar 2010 15:01:21 +0000 (18:01 +0300)]
Do not try to load plugin descriptor from non-existing .jar files

13 years agoMerge branch 'master' of git@git.labs.intellij.net:idea/community
Eugene Kudelevsky [Wed, 10 Mar 2010 14:31:25 +0000 (17:31 +0300)]
Merge branch 'master' of git@git.labs.intellij.net:idea/community

13 years agoIOOBE: XmlTagBlock.isAfterAttribute
Maxim.Mossienko [Wed, 10 Mar 2010 13:36:12 +0000 (16:36 +0300)]
IOOBE: XmlTagBlock.isAfterAttribute

13 years agono more dummy project / problems with formatting when using it
Maxim.Mossienko [Mon, 1 Mar 2010 16:04:23 +0000 (19:04 +0300)]
no more dummy project / problems with formatting when using it

13 years agoMerge branch 'master' of git@git.labs.intellij.net:idea/community
Kirill Kalishev [Wed, 10 Mar 2010 13:18:06 +0000 (16:18 +0300)]
Merge branch 'master' of git@git.labs.intellij.net:idea/community

13 years agoProjectViewBuilder: select in for fields, inner classes, anonymous classess fixed
Kirill Kalishev [Wed, 10 Mar 2010 13:06:01 +0000 (16:06 +0300)]
ProjectViewBuilder: select in for fields, inner classes, anonymous classess fixed

13 years agoIDEA-52720: Property access highlighting in Groovy broken
Maxim Medvedev [Wed, 10 Mar 2010 12:48:13 +0000 (15:48 +0300)]
IDEA-52720: Property access highlighting in Groovy broken

13 years agojs debugger: show error message if breakpoint is set inside html event handler
nik [Wed, 10 Mar 2010 12:24:56 +0000 (15:24 +0300)]
js debugger: show error message if breakpoint is set inside html event handler

13 years agoPY-653
Oleg Shpynov [Wed, 10 Mar 2010 12:24:06 +0000 (15:24 +0300)]
PY-653
Python console - assign shortcut for executing action

13 years agoGit: set silent for "log" in get committed changes
irengrig [Wed, 10 Mar 2010 12:11:54 +0000 (15:11 +0300)]
Git: set silent for "log" in get committed changes

13 years agoVCS: no big wrapping read action for deleted files holder
irengrig [Wed, 10 Mar 2010 11:47:44 +0000 (14:47 +0300)]
VCS: no big wrapping read action for deleted files holder

13 years agobind file element even if refused to bind classes
Maxim Shafirov [Wed, 10 Mar 2010 11:41:23 +0000 (14:41 +0300)]
bind file element even if refused to bind classes

13 years agoDivision by / fix
Oleg Shpynov [Wed, 10 Mar 2010 11:38:29 +0000 (14:38 +0300)]
Division by / fix

13 years agofix IOOBE
Eugene Zhuravlev [Wed, 10 Mar 2010 10:25:49 +0000 (13:25 +0300)]
fix IOOBE

13 years agoVCS: changes view, for VirtualFiles in tree, don't wrap them into Filepath just to...
irengrig [Wed, 10 Mar 2010 06:59:10 +0000 (09:59 +0300)]
VCS: changes view, for VirtualFiles in tree, don't wrap them into Filepath just to get path back=)

13 years agofix assertion 94.518
Eugene Zhuravlev [Tue, 9 Mar 2010 16:48:32 +0000 (19:48 +0300)]
fix assertion

13 years agomore smart search of a place to child tag + tests + additional custom template API
Eugene Kudelevsky [Tue, 9 Mar 2010 16:50:29 +0000 (19:50 +0300)]
more smart search of a place to child tag + tests + additional custom template API

13 years agoability to provide custom resource bundle for ProductivityFeatures ids
Roman Chernyatchik [Tue, 9 Mar 2010 13:07:12 +0000 (16:07 +0300)]
ability to provide custom resource bundle for ProductivityFeatures ids

13 years agotest fixed
Roman Chernyatchik [Thu, 4 Mar 2010 13:46:38 +0000 (16:46 +0300)]
test fixed

13 years agoNew style console colouring added
Oleg Shpynov [Tue, 9 Mar 2010 16:22:24 +0000 (19:22 +0300)]
New style console colouring added