Commit Graph
144609 Commits
Author SHA1 Message Date
Roman Shevchenko 664a5df89e Cleanup (obsolete app. info file dropped) 2014-12-29 16:14:10 +01:00
Roman Shevchenko 179fa99bc4 platform: plugin URL / plugin download URL separated 2014-12-29 16:13:44 +01:00
Roman Shevchenko f8ff76e344 IDEA-134782 (hide plugin rating panel when data not available) 2014-12-29 13:16:33 +01:00
Alexey Kudravtsev 904ea66a94 IDEA-125492 Tool Window highlights extend outside window 2014-12-29 13:58:09 +03:00
Alexey Kudravtsev cbaaacfba2 assertions 2014-12-29 13:56:37 +03:00
Alexey Kudravtsev 9ddb565fcf memory: reduce number of indirections and classes 2014-12-29 13:54:42 +03:00
Vladimir Krivosheev 4890af7606 IDEA-CR-1119 fix tests 2014-12-29 11:33:22 +01:00
Vladimir Krivosheev 44b584a72d CR-IC-6786 createSmartList -> createSmart 2014-12-29 11:33:21 +01:00
Anna Kozlova a8be778da0 disable incomplete rename on non-physical elements 2014-12-29 11:24:50 +01:00
Vladimir Krivosheev cec218603b IDEA-CR-1119 fix tests 2014-12-29 10:48:30 +01:00
Vladimir Krivosheev 9a7e6541d7 cleanup 2014-12-29 10:48:29 +01:00
Dennis Ushakov 855659f6f9 Merge remote-tracking branch 'origin/master' 2014-12-29 12:06:55 +03:00
Dennis Ushakov 09be418058 settings for sync editing under idea.is.internal (WEB-432) 2014-12-29 12:04:25 +03:00
Dmitry Jemerov 55e8c93e1e javadoc 2014-12-29 09:35:42 +01:00
Kirill Likhodedov edaac661ef [git] more time measurements for the log refresh 2014-12-28 17:28:52 +03:00
Bas Leijdekkers d1d3dac4ab SSR: search for annotations like for symbols 2014-12-28 15:23:54 +01:00
Bas Leijdekkers 634d990629 SSR: removed unused method 2014-12-28 14:33:01 +01:00
Bas Leijdekkers bb8382703f SSR: remove unused field 2014-12-28 14:21:17 +01:00
Bas Leijdekkers 543e3c7868 SSR: match type parameters sequentially 2014-12-27 20:25:56 +01:00
Bas Leijdekkers 80b82cdf64 SSR: match annotated new expressions correctly 2014-12-27 20:25:56 +01:00
Bas Leijdekkers 21cf4b5407 SSR: find annotated method references correctly 2014-12-27 20:25:55 +01:00
Yaroslav Lepenkin 13d2e73bd4 ReformatCodeActionInEditorTest: corrected paths 2014-12-27 03:02:45 +02:00
Eugene Zhuravlev 9b43bba30f [by Alexander Udalov] ability for javac2 to turn off NotNull instrumentation for certain classes 2014-12-26 22:11:36 +01:00
Dennis Ushakov 15f3bc7cc6 Merge remote-tracking branch 'origin/master' 2014-12-26 23:04:05 +03:00
Dennis Ushakov dd48b5191d initial implementation of synchronous tag editing WEB-432 2014-12-26 23:01:49 +03:00
nik 4a808d3fbd build scripts: suppress 'unchecked' warnings produced by Java compiler as we don't pay attention to them anyway 2014-12-26 20:50:36 +03:00
Yaroslav Lepenkin 276b9556ae Added tests for reformat code action on changed vcs changed lines 2014-12-26 20:53:30 +02:00
Yaroslav Lepenkin a68fe14f58 Added tests for reformat code action, invoked on file in editor. RearrangeCodeProcessor can process selected text now. 2014-12-26 20:53:30 +02:00
Denis Fokin aba1e2cdef Decrease the level of contrast for custom jdk LCD text rendering 2014-12-26 19:13:19 +03:00
Denis Fokin a54e9f66e0 IDEA-109052 Provide a way to delete a project from recent projects list using the mouse 2014-12-26 19:07:32 +03:00
Dmitry Batrak 349efe6c0e IDEA-134720 Reorganize UI for editor soft wraps settings - fixed exception 2014-12-26 17:04:56 +03:00
Vassiliy.Kudryashov a108ed43da antialiasing for wave underscore 2014-12-26 16:31:58 +03:00
nik 6c6f165fc2 tests fixed: use 'loadProject' instead of 'newProject' to create a project from existing configuration 2014-12-26 16:28:10 +03:00
nik a23030d314 test expectations fixed: ipr file for test project isn't created anymore 2014-12-26 16:22:25 +03:00
nik 623ed817c4 tests fixed: don't throw assertion if project file doesn't exist 2014-12-26 16:22:24 +03:00
Sergey Savenko c7235c76c6 JBListTable: restore row animation 2014-12-26 16:09:42 +03:00
Sergey Malenkov c67885d66b Use a border width when a hint is shown within a screen 2014-12-26 16:03:08 +03:00
Dmitry Avdeev 3fb4f7efee detecting facelets after dumb mode 2014-12-26 15:32:11 +03:00
Dmitry Avdeev fd0c63ae7c cleanup 2014-12-26 15:32:10 +03:00
nik e7f127d558 support $MODULE_DIR$ macro in java compiler properties: fixes after review 2014-12-26 14:10:56 +03:00
Egor.Ushakov 4b2db7ac8f fixed test 2014-12-26 13:33:45 +03:00
Vladimir Krivosheev 230e054220 we must not clear the default project element since we don't save if nothing to save (so, new element is not created on each save) 2014-12-26 10:55:17 +01:00
Vladimir Krivosheev 8cc68db883 simplify — default storage don't have to implement StateStorage contract (prepare to fix IDEA-134505 Default settings are not applied anymore)
reduce memory usage — don't create DefaultsStateStorage instance per store (it is not yet clear — should we support default storage for module/project components?)
2014-12-26 10:55:16 +01:00
Vladimir Krivosheev 8a7530ee04 cleanup 2014-12-26 10:55:15 +01:00
Dmitry Batrak 71bf1a276b IDEA-122718 New print keywords 2014-12-26 12:37:42 +03:00
nik 2a05f9d072 IDEA-133903: Overriding existing project files in the new project wizard has no effect 2014-12-26 12:36:22 +03:00
Oleg Sukhodolsky 7419efd798 It looks like the only think we need here is an async. refresh, so let's use it to avoid possible EDT blocking 2014-12-26 12:18:21 +03:00
Sergey Malenkov 0a6c0b022b optimization 2014-12-25 22:48:34 +03:00
Egor.Ushakov 49ce6f3fbb decompiler: major line numbers fixes 2014-12-25 21:37:53 +03:00
Sergey Malenkov 0433bd9732 Do not create an expandable hint wider than the screen bounds 2014-12-25 21:34:22 +03:00