Commit Graph
62073 Commits
Author SHA1 Message Date
Alexey Kudravtsev 7c5222eaf6 optimization 2011-03-31 14:57:27 +04:00
Alexey Kudravtsev d6ac5f1dd3 test 2011-03-31 14:57:26 +04:00
Alexey Kudravtsev a13e2d510f optimization 2011-03-31 14:57:26 +04:00
Denis Zhdanov 86e343f2bb Unnecessary cast is removed 2011-03-31 14:54:09 +04:00
Denis Zhdanov 15b3a5f377 Test code is removed 2011-03-31 14:53:16 +04:00
Denis Zhdanov 9e42ed711e IDEA-66610 interpret carriage return (\r) in console only as carriage return and not as new line (\n)
Don't keep '\r' as is at console under Mac now
2011-03-31 14:52:04 +04:00
Denis Zhdanov b71d8bb16d IDEA-66610 interpret carriage return (\r) in console only as carriage return and not as new line (\n)
Don't keep '\r' as is under Mac now
2011-03-31 14:49:50 +04:00
Bas Leijdekkers 869733d272 IDEA-67253 (Quickfix to replace += operator with StringBuilder on left hand side with append() call) 2011-03-31 12:44:31 +02:00
Dmitry Trofimov e44fcf606f Fixed python code indentation in the editor of Evaluate code fragment dialog (PY-3045). 2011-03-31 14:19:10 +04:00
Dmitry Trofimov 2000fb69c6 Fixed a bug: every other command isn't added to history if history size = max history size. 2011-03-31 14:19:09 +04:00
Dmitry Trofimov 6172fdf2f5 Backspace unindent restored in Python console (PY-3005). 2011-03-31 14:19:07 +04:00
Oleg Shpynov d55e8e1c54 Better usage of PasswordSafe 2011-03-31 14:17:51 +04:00
Alexey Pegov e2cf395edd libbreakgen for mac 2011-03-31 14:13:45 +04:00
Sergey Evdokimov ae6e43be54 IDEA-66978 (Intuitive code completion when calling constructors with named parameters) 2011-03-31 13:37:32 +04:00
Denis Zhdanov f705add832 IDEA-67301 Line wrap: expand the API 2011-03-31 13:08:58 +04:00
Dmitry Avdeev 962b5e35af GotoRelated remapped to control alt HOME 2011-03-31 12:47:33 +04:00
Konstantin Bulenkov 3d85813647 fix row height in JBTable 2011-03-31 12:41:26 +04:00
Denis Zhdanov b49bed6e07 typo 2011-03-31 12:40:17 +04:00
Denis Zhdanov 3e27c48fa2 IDEA-67294 unexpected reformat result for package-private annotation
No indent is defined for annotations now
2011-03-31 12:40:16 +04:00
nik 6e6b6d5257 'goto related file' action supported in GWT, added base class to provide line markers and 'goto related' items using single extension 2011-03-31 12:02:30 +04:00
Dmitry Jemerov 6f1c10f65f "clear fatals" action is dumb-aware (IDEA-67928) 2011-03-31 09:56:08 +02:00
Denis Zhdanov a6a3d4c89b IDEA-66303 Action to remove BOM from file
The action is added to the menus only for the PhpStorm now
2011-03-31 11:45:19 +04:00
Denis Zhdanov b881d48694 IDEA-67256 QuickDoc: Quick doc component has a too small size when its shown at the very first time
Preferred size calculation was not configured for the JLayeredPane component recently added to the quick doc control
2011-03-31 10:48:53 +04:00
Dmitry Avdeev 455882f6a0 InlineHandlers are back 2011-03-31 10:40:42 +04:00
Roman Shevchenko 03da5e3868 Move inter-type members to classes and aspects 2011-03-30 20:51:50 +02:00
Dmitry Jemerov 19b6fcbeba API for quickly checking if external doc is available for an element 2011-03-30 20:49:07 +02:00
peter d231d788c8 honor completion-case-sensitive=ALL option in the new matcher 2011-03-30 20:29:08 +02:00
peter 20b21de476 pretty rendering for breakpoints in groovy code 2011-03-30 20:29:08 +02:00
andrey zaytsev 2593a36a6e EA-25876 2011-03-30 22:21:41 +04:00
Konstantin Bulenkov 4669fc8a22 smart horizontal scrolling 2011-03-30 22:10:34 +04:00
Anton Makeev b8fb494f4a CIDR: commands with prompts support 2011-03-30 19:42:23 +02:00
peter 9c9926ec24 format the test data 2011-03-30 19:40:53 +02:00
peter 931519ed0f EA-26355: don't produce wildcards in gdsl 2011-03-30 19:40:53 +02:00
Bas Leijdekkers f7586fb6c4 Merge branch 'master' of git.labs.intellij.net:idea/community 2011-03-30 19:16:32 +02:00
Bas Leijdekkers 7ea8ab714a CVS optimization, makes checkout twice as fast in some cases
contains new LineReader which uses less memory and creates less objects
text files received are now written to disk once instead of twice
2011-03-30 19:10:10 +02:00
peter aef7cf5e86 some validity assertions for EA-26360 2011-03-30 19:07:53 +02:00
peter c622695382 minuscule matching by default 2011-03-30 19:07:53 +02:00
peter 5dc5a91313 don't cancel lookups by clicking outside: this hurts inplace refactorings, and in usual circumstances caret and selection listeners will do the job 2011-03-30 19:07:53 +02:00
peter 873e7db904 IDEA-65728 Support Auto Code Format for Spock Tests 2011-03-30 19:07:53 +02:00
peter 58ea9b243e remove a bit of duplication 2011-03-30 19:07:53 +02:00
peter 3ec4138207 groovy create interface in interface's extends clause, more apt name 2011-03-30 19:07:52 +02:00
peter 68d8890b7f suggest 'final' in for-in loop clause (IDEA-67249) 2011-03-30 19:07:52 +02:00
anna 4b5428e738 diagnostics for EA-26363 - AIOOBE: PsiElementFactoryImpl.createField 2011-03-30 18:31:23 +02:00
anna fea9a20b87 EA-26364 - assert: Alarm._addRequest 2011-03-30 18:31:23 +02:00
anna 9b2f7ce7e2 inplace introduce: restore expression if text equals 2011-03-30 18:31:22 +02:00
anna 2946bdfeb3 undo and rename/move class used in run configuration (IDEA-36423) 2011-03-30 18:31:21 +02:00
anna 676f00561e sync collections used in ReferencesSearch 2011-03-30 18:31:21 +02:00
anna 777eb80397 hide escalate visibility for inplace introduce constant (the same as private) 2011-03-30 18:31:20 +02:00
anna 69ec3d1706 copy classes: show qualified package name where class would be placed (IDEA-66848) 2011-03-30 18:31:19 +02:00
Maxim.Mossienko 61abef7bf9 Merge commit 'origin/master' 2011-03-30 18:34:26 +04:00