Anton Makeev
c7effe47af
Maven: write action
2011-08-22 17:29:10 +02:00
Alexey Pegov
12e372b368
OC-1298 Creating new folder beachballs AppCode (in create from Xcode Template)
2011-08-22 19:20:40 +04:00
Denis.Zhdanov
869e1dc818
IDEA-72690 Auto Collapse File Header Code Folding seems broken
...
Caret position is not considered at all during folding blocks construction on editor opening
2011-08-22 19:06:02 +04:00
Denis.Zhdanov
568003a86b
IDEA-72690 Auto Collapse File Header Code Folding seems broken
...
Corrected 'expanded' folding state processing for the regions that start at the zero offset
2011-08-22 18:51:28 +04:00
Sergey Evdokimov
f539e5975e
IDEA-73364 (Variable 'log' in Grails artifact should be 'private static' field.)
2011-08-22 18:44:01 +04:00
Sergey Evdokimov
8123aa9e88
Minor code optimization: remove unnecessary 'synchronized' and creation of fake instance of PsiSubstitutorImpl.
2011-08-22 18:44:00 +04:00
Maxim.Mossienko
990dbf49f7
using ConcurrentSLRU map for string enumerator, optionally use PersistentEnumeratorBase's static cache (since it has low hit rate and it requires a lock)
2011-08-22 18:03:19 +04:00
Bas Leijdekkers
ead00297d0
show changes view errors in balloon
2011-08-22 15:59:18 +02:00
Anton Makeev
5165ca716a
AppCode: reworked debugger process + correctly starting and stopping iphone simulator handler.
2011-08-22 15:30:00 +02:00
Anton Makeev
325c5b6ffc
AppCode:OCUnit: bundle loader support
2011-08-22 15:29:59 +02:00
Anton Makeev
00c27164f4
LH: more assertions
2011-08-22 15:29:59 +02:00
Konstantin Bulenkov
9ced416a75
cleanup
2011-08-22 15:10:06 +02:00
Konstantin Bulenkov
a239718199
CCE fix
2011-08-22 15:10:05 +02:00
Denis.Zhdanov
2632cc4b25
IDEA-72202 Commit dialog: use 'check spelling' button instead of the check box
2011-08-22 16:12:22 +04:00
Dmitry Trofimov
003277d6ca
Python console: added wait for previous execution ending (PY-3573).
2011-08-22 15:44:24 +04:00
Kirill Likhodedov
cb71b27e80
IDEA-65767 Git: recognize file status 'T' - typechange
...
1. Report typechanged files as modified.
2. LocalFileSystem.findFileByIoFile returns null for a typechanged file => make an explicit refresh for typechanged files, found by GitChangeProvider (to get correct revision content, and thus diff).
2011-08-22 15:39:15 +04:00
Kirill Kalishev
dc751639c2
Merge branch 'master' of git@git.labs.intellij.net:idea/community
2011-08-22 15:13:19 +04:00
Kirill Kalishev
886a691cfc
NavBar focus problem on dblClick fixed
2011-08-22 15:13:09 +04:00
Denis.Zhdanov
489c41455a
IDEA-73407 Correct scope indicators repainting
...
Corrected end repaint offset calculation
2011-08-22 15:10:46 +04:00
Roman Shevchenko
632f81ceaa
Relic files dropped
2011-08-22 12:44:56 +02:00
Kirill Kalishev
2d1469f665
Merge remote branch 'origin/master'
2011-08-22 14:20:42 +04:00
Kirill Kalishev
1c18f1b35d
funcTests: stability fixes
2011-08-22 14:19:31 +04:00
Dmitry Avdeev
0cc8ea56d6
native File.length() + save file size on vfs initialization
2011-08-22 13:27:50 +04:00
Dmitry Avdeev
008c251333
native File.length() + save file size on vfs initialization
2011-08-22 13:27:49 +04:00
Dmitry Avdeev
5b8641347c
PersistentMap interface extracted
2011-08-22 13:27:48 +04:00
Denis.Zhdanov
97579406cb
IDEA-73396 AE at com.intellij.openapi.components.impl.ComponentManagerImpl.getComponent
...
Added check for the project 'disposed' state
2011-08-22 13:20:16 +04:00
Konstantin Bulenkov
47429a6399
rewrite toolbar decorator to make it easy to support new components
2011-08-22 11:12:12 +02:00
Konstantin Bulenkov
8774dbe130
care about selection
2011-08-22 11:12:11 +02:00
Konstantin Bulenkov
5291622673
fire model changed on DnD
2011-08-22 11:12:10 +02:00
anna
b2ad5fd7be
fix test data
2011-08-22 10:57:14 +02:00
anna
5833a54c3f
read access
2011-08-22 10:54:21 +02:00
Kirill Kalishev
f4a6bea924
Merge remote branch 'origin/master'
2011-08-22 10:41:37 +04:00
Kirill.Safonov
30cca7b694
attachments table columns names
2011-08-22 08:53:03 +04:00
Sergey Evdokimov
3923e63f05
Provide return types and named argument lists for methods provided by Gorm*Api.
2011-08-22 00:16:46 +04:00
Sergey Evdokimov
68a6163709
Simplifying methodDescriptor bean.
2011-08-21 23:16:12 +04:00
Sergey Evdokimov
b993c3238b
Extension 'methodDescriptor' should allow specify that method return type is a type what return closure passed as parameter.
...
Example: <methodDescriptor class="org.grails.datastore.gorm.GormInstanceApi" method="mutex" returnType="!closure">
2011-08-21 22:56:22 +04:00
Sergey Evdokimov
aef6dc570d
Minor code changes: the variable to hold Recursion guard instance should be static.
2011-08-21 22:46:25 +04:00
Bas Leijdekkers
ffad82a5d3
fixing the test fix
2011-08-21 18:12:41 +02:00
anna
5db84b0821
field can be local: preserve javadoc if any (IDEA-72663 )
2011-08-21 17:39:35 +02:00
anna
c71a873d1d
i18n && wording (IDEA-72585 )
2011-08-21 17:39:34 +02:00
anna
12e8bcbd5d
field can be local: exclude all fields used in fields initializers (IDEA-72649 )
2011-08-21 17:39:33 +02:00
anna
386cb944a6
wording
2011-08-21 17:39:32 +02:00
anna
bdfb59fcc4
inplace introduce parameter: no need to choose method when you only want to tweak settings in the dialog
2011-08-21 17:39:31 +02:00
anna
253912e033
inplace refactorings: no need to move caret to invalid offset after cancel the template (e.g. backspace everything to the file beginning)
2011-08-21 17:39:30 +02:00
Bas Leijdekkers
a74d18b25c
fix test
2011-08-21 17:11:42 +02:00
anna
0bbf4ee0d4
NPE
2011-08-21 15:11:16 +02:00
anna
9e7f81c8e5
fix tests
2011-08-21 14:55:32 +02:00
anna
ed9b7d6523
assertions for EA-29121 - AIOOBE: PsiElementFactoryImpl.createMethod
2011-08-21 14:54:20 +02:00
anna
1ed82c5609
introduce parameter: replace field access with getter: correct anonymous class access; check qualifier
2011-08-21 14:46:36 +02:00
anna
2a1f09810f
EA-29126 - assert: FileManagerImpl.findFile
2011-08-21 13:40:15 +02:00