peter
a48dd6e1de
IDEA-71518 let parameters completion pass method parameters
2011-09-28 19:28:38 +02:00
Maxim Mossienko
af050e5d2b
CCE fixed over coffeescript file
2011-09-28 20:51:02 +04:00
Evgeny Zakrevsky
b3843cd304
Minor fixes.
2011-09-28 19:52:08 +04:00
Evgeny Zakrevsky
90ea367605
Tabbed panes. Correct background on Mac.
2011-09-28 19:52:07 +04:00
Kirill.Safonov
58e8fb1258
revert
2011-09-28 19:16:06 +04:00
Kirill.Safonov
a4076b0908
Flex IDE: import application settings from IDEA, import settings from IDEA project
2011-09-28 18:42:20 +04:00
Kirill.Safonov
dbe9ad7442
Flex IDE: configure project structure action is not enabled for default project
2011-09-28 18:30:11 +04:00
Alexey Pegov
d20fd4e826
leak in tests fix
2011-09-28 18:25:05 +04:00
Kirill Likhodedov
1bf2e005b8
Merge remote-tracking branch 'origin/master'
2011-09-28 18:13:01 +04:00
Kirill Likhodedov
9c08420281
GitLogParser refactoring & optimization
...
1. GitLogParser.parseOneRecord: reimplemented via regexp; throw a RuntimeException if format doesn't match.
2. Use GitLogStatusInfo instead of List<List<String>> to save information about a single status line for the further parsing in GitLogRecord.parseChanges().
2011-09-28 18:12:02 +04:00
Denis.Zhdanov
e7dab438d4
IDEA-74751 Spaces options in code style with method call parentheses
...
Obsolete test is removed
2011-09-28 18:05:43 +04:00
Alexey Pegov
fd00ac1c6e
regenerated searchable options
2011-09-28 18:03:03 +04:00
Denis.Zhdanov
8cfd2283f2
IDEA-53476 Gradle integration (Maven's level - dependencies, modules, repositories)
...
1. Corrected gradle entities cloning;
2. Added null-check to the class which hashCode()/equals() are called during deserialization when the state is not initialised yet;
3. Improve automatic library name generation algorithm;
2011-09-28 17:55:38 +04:00
Oleg Shpynov
78c02bf4ea
Release http connections
2011-09-28 16:25:14 +04:00
Dmitry Jemerov
5f2efb0cea
toSystemDependentName()
2011-09-28 13:57:50 +02:00
Dmitry Jemerov
1b4f1ccebf
extract SdkPathEditor subclass from PathEditor (to make it easier to use it for editing lists of paths in places which are unrelated to an SDK)
2011-09-28 13:57:50 +02:00
Alexey Pegov
b95ae38eeb
[mac] Foundation.cfString -> Foundation.nsString to let autoreleasepool to release these strings automatically
2011-09-28 15:41:43 +04:00
peter
13d3f5e373
remove checkCreateInterface
2011-09-28 13:14:26 +02:00
Oleg Shpynov
bb0e34d094
Communicate with github under progess
2011-09-28 15:02:31 +04:00
Oleg Shpynov
6d3eb88db2
Save settings + open in browser option
2011-09-28 14:42:55 +04:00
Oleg Shpynov
12e8c36c02
cosmetics
2011-09-28 14:42:55 +04:00
Konstantin Bulenkov
787d5b1384
mouse sensitive editor IDEA-74912
2011-09-28 12:06:17 +02:00
Alexander Doroshko
3b189f1b2a
Flex IDE doesn't support 'New project from existing sources' and 'Import project' yet
2011-09-28 13:52:29 +04:00
Alexey Pegov
57b59da58b
[mac] fix software italic fonts emulation for real italic font faces (apple java bug)
2011-09-28 13:45:29 +04:00
Anton Makeev
4a40d448c1
Platform: erroneous change in VFManager.propertyChanged fixed
2011-09-28 11:38:20 +02:00
Konstantin Bulenkov
07b186189c
NavBar decoration, initial
2011-09-28 11:07:16 +02:00
Konstantin Bulenkov
9586478bda
customization and flexible doPaint
2011-09-28 11:06:49 +02:00
nik
8045cdc9e1
EA-29887 - IOOBE: RootDetectionUtil.detectRoots
2011-09-28 10:15:50 +04:00
Roman Shevchenko
a7e6c2231c
Sync decorator buttons state on main component
2011-09-27 23:42:43 +02:00
Bas Leijdekkers
7446c25e8b
EA-29896 - (IOE: PsiJavaParserFacadeImpl.createExpressionFromText)
2011-09-27 23:09:15 +02:00
Alexander Kirillin
982bf024fe
saving indices in AppCode
2011-09-28 00:06:09 +04:00
Maxim Shafirov
1452fdf0f6
Provide both Xcode3 and Xcode4 shortcut for goto related file.
2011-09-27 22:17:55 +04:00
Oleg Shpynov
02037e9ec8
Initial support for creating gists
2011-09-27 21:11:55 +04:00
Oleg Shpynov
abdee03c37
assertion fixed
2011-09-27 21:11:54 +04:00
Oleg Shpynov
39e69b9793
Cleanup
2011-09-27 21:11:54 +04:00
peter
6390e2c312
IDEA-69898 Show context expanded generic return type of method in Quick Documentation (as in Resharper)
2011-09-27 18:44:04 +02:00
peter
4902980df0
IDEA-68815 ConstantConditions inspection inside timers
2011-09-27 18:44:03 +02:00
Eugene Kudelevsky
80dccae2ff
IDEA-74776 show "create resources" menu item in pop-up menu for any child of resource subdir
2011-09-27 20:16:16 +04:00
Eugene Kudelevsky
b0f3d4db3c
IDEA-74614 WI-6251 do not check dtd entity references in html5, because they aren't described by relax-ng schema
2011-09-27 20:16:16 +04:00
Eugene Kudelevsky
dc218c11a6
IDEA-74826 fix conflicts in mnemonics
2011-09-27 20:16:15 +04:00
Eugene Kudelevsky
a94373e7a9
IDEA-74403 android layout preview: always show rendering process for long rendering sessions
2011-09-27 20:16:14 +04:00
Maxim Shafirov
101c5d56a8
OC-1712, for more than just one character braces like begin/end highlight whole token instead of first char.
2011-09-27 19:48:28 +04:00
Anton Makeev
b3e9595fe9
Platform: 'Project already disposed' in spellchecker
2011-09-27 17:23:10 +02:00
Anton Makeev
e878bbbbf2
Platform: dialog shadows tuned
2011-09-27 17:10:35 +02:00
Roman Shevchenko
8a9ee96519
Fix dependency scope chooser (arrow position, background)
2011-09-27 16:53:30 +02:00
Roman Shevchenko
b61576f0c4
Prevent compiler configurables from screwing up
2011-09-27 16:53:30 +02:00
Roman Shevchenko
1c19761ab7
Fix APT configurable UI
2011-09-27 16:53:30 +02:00
anna
641d141bb7
do not notify about new versions of disabled plugin
2011-09-27 16:51:50 +02:00
anna
d8b4df0908
undo for class name field in create test (IDEA-74833)
2011-09-27 16:33:59 +02:00
anna
2bb93dd283
junit4|3 problems: check if class extends test case before warn about @Ignore (IDEA-74800)
2011-09-27 16:33:59 +02:00