Commit Graph

104 Commits (324b6d28a35cb4318fa640d8bf8fcbec2aac2fbf)

Author SHA1 Message Date
Valeriy Svydenko 27f41c1a3d CHE-917: add a command for compiling and running plain java project
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-05-11 10:30:47 +03:00
Artem Zatsarynnyi ca7612bfbc Clean-up Part API: remove not used methods #getTitleSVGImage, #decorateIcon, #getTitleWidget; renamed method #getTitleSVGImage -> #getTitleImage 2016-05-06 18:14:50 +03:00
Artem Zatsarynnyi 07d341f4e3 CHE-390: Simplify Editor API (#1197)
* CHE-390: Simplify Editor API by adding abstract EditorProvider

* Remove unused EditorTypeMapping

* Remove obsolete, useless classes

* Remove editor types

* Fix typo in interface name

* Remove EditorAdapter

* Refactor: EmbeddedTextEditorPresenter -> TextEditorPresenter

* Refactor code

* Clean-up

* Remove mime-types

* Refactor JsEditor

* Remove redundatnd dependency

* Rename codenvyDefaultEditor -> cheDefaultEditor
2016-05-06 16:54:34 +03:00
Vitaly Parfonov abe9237f74 Use Constants from shared
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-05-06 11:11:30 +03:00
Vitaly Parfonov be3c8c7970 Merge branch 'master' into CHE-1071 2016-05-06 10:48:17 +03:00
Evgen Vidolob e50136140d fix refactoring, remove unused code 2016-05-05 17:38:38 +03:00
Vitaly Parfonov 3bbdf852a5 Move Contants to shared
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-05-05 12:25:20 +03:00
Vitaly Parfonov 2c41214725 Features:
Maven plugin
Classpath configuration
Effective pom
Plain java plugin

Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-04-29 15:32:24 +03:00
Roman Nikitenko 8d63d65d07 CHE-362. Add different display modes for StatusNotification
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-04-28 17:20:46 +03:00
Max Shaposhnik 4bd95c8667 CHE-1065 CHE-1066 CHE-1067 CHE-1068 Decouple shared modules or user, machine, workspace, factory (#1146) 2016-04-28 11:16:38 +03:00
Roman Nikitenko 61bcca612c CHE-467. Allow to configure Orion editor setting from IDE
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-04-26 16:27:02 +03:00
Roman Iuvshin 0978f5c655 [maven-release-plugin] prepare for next development iteration 2016-04-25 16:08:21 +00:00
Roman Iuvshin b0df01a0c1 [maven-release-plugin] prepare release 4.2.0 2016-04-25 16:08:18 +00:00
Artem Zatsarynnyi 5bfbb4a75f CHE-1004: Improve experience on Debugger configuration selection 2016-04-20 15:36:21 +03:00
Vitaly Parfonov 91f6a64e14 Remove usage of MachineExtensionProxyServlet
Add path to wsagent into wsagent server url to avoid doing that on client-side
Add class DevMachine on client-side what contain all needed information for communicate with wsagent and terminal
Remove @Named(cheExtensionPath)

Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-04-18 15:22:57 +03:00
Vitaliy Guliy ce19d4f95a CHE-994 Update the list of machines on toolbar and console panel
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-04-15 16:34:26 +03:00
Igor Vinokur f616297df1 CHE-723 Add "Quick fix" entry to the Assistant menu 2016-04-14 22:14:52 +03:00
Dmitry Shnurenko c3dd2f3527 CHE-472: Add show hints feature. 2016-04-13 13:49:50 +03:00
Anatoliy Bazko 66173e07f1 CODENVY-257: GDB (#1016) 2016-04-12 13:36:29 +03:00
Artem Zatsarynnyi f8afabd088 CODENVY-281: make it possible to manage debug configurations 2016-04-11 17:08:39 +03:00
Roman Iuvshin 0344d76167 [maven-release-plugin] prepare for next development iteration 2016-04-08 16:43:02 +00:00
Roman Iuvshin d66d35f08a [maven-release-plugin] prepare release 4.1.0 2016-04-08 16:42:59 +00:00
Dmitry Shnurenko 5c11c45619 CHE-922: Improve sub-projects (modules) related UX on IDE 2016-04-07 18:39:44 +03:00
Anatoliy Bazko f54229e395 CODENVY-257: Decouple DebuggerPresenter and Java Debugger.
* CODENVY-257: Decouple DebuggerPresenter and Java Debugger

* fixup! CODENVY-257: Decouple DebuggerPresenter and Java Debugger

* fixup! CODENVY-257: Decouple DebuggerPresenter and Java Debugger
2016-04-07 10:20:24 +03:00
Yevhenii Voevodin 481c65f5cd CHE-718: Adapt all the infrastructure to the API changes 2016-04-01 18:44:31 +03:00
Anatoliy Bazko 6bd5e47e85 Merge pull request #807 from eclipse/CHE-492
CHE-492: JavaDebugger refactoring
2016-03-30 12:23:11 +03:00
Valeriy Svydenko 187e7f2afe CHE-783: add Python plugin
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-03-30 11:35:39 +03:00
Anatoliy Bazko b444eae6d1 CHE-492: debuger refactoing 2016-03-30 10:55:37 +03:00
Roman Iuvshin fc58fffb23 [maven-release-plugin] prepare for next development iteration 2016-03-29 14:27:19 +00:00
Roman Iuvshin a7e3a0c71b [maven-release-plugin] prepare release 4.0.0 2016-03-29 14:27:16 +00:00
Artem Zatsarynnyi b163c58a46 CHE-867: Do not overwrite whole worksapce's configuration when saving project's configuration
Signed-off-by: Artem Zatsarynnyi <azatsarynnyy@codenvy.com>
2016-03-25 15:25:52 +02:00
Roman Iuvshin 4a0d7b9c34 Merge pull request #809 from eclipse/remove_ga_label
Remove GA label
2016-03-25 10:37:52 +02:00
Roman Iuvshin 9c8213cd3e Remove GA label 2016-03-24 23:43:00 +02:00
Valeriy Svydenko fd2902fb53 CHE-157: show attached documentation in method hierarchy 2016-03-24 18:18:33 +02:00
Dmitry Shnurenko a05d26871b CHE-525: Fix unexpected error message after refactoring 2016-03-24 14:44:32 +02:00
Dmitry Shnurenko e99c5cbd04 Revert "CHE-708: Add CORS Filter" 2016-03-24 13:12:30 +02:00
Dmitry Shnurenko 3a8b1c6d6d CHE-708: Add CORS filter. Remove MachineExtensionProxyServlet 2016-03-24 10:17:29 +02:00
Artem Zatsarynnyi c3d6d3fb9f Merge pull request #784 from eclipse/cleanup_papi_4
Remove 'Create Maven module' feature
2016-03-23 17:28:24 +02:00
Roman Iuvshin 7785d6e8d1 [maven-release-plugin] prepare for next development iteration 2016-03-23 14:12:01 +00:00
Roman Iuvshin adafe11189 [maven-release-plugin] prepare release 4.0.0-RC14 2016-03-23 14:11:58 +00:00
Artem Zatsarynnyi fe4e64175a Remove 'Create Maven module' feature 2016-03-23 11:55:23 +02:00
Sergii Kabashniuk 8ad855771d CHE-781 remove analytics 2016-03-23 06:44:09 +02:00
Vitaliy Guliy a48aa2a862 CHE-339 Review and rework the popups that do not extend Window
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-03-22 12:52:05 +02:00
Vitaly Parfonov 03aa98f19d CHE-233:Rework Project API with new VFS 2016-03-21 18:11:54 +02:00
Igor Vinokur 6a83ce5acc CHE-656: Refactor getOpenEditors method from Map to List 2016-03-17 08:58:09 +02:00
Aleksandr Andrienko 6ead53844d CHE-379: Merge Setting and Preferences widget.
Change client side for merging Settings and Preference widgets. Changed Settings widget for store java compiler preferences for the current workspace. Add methods to CompilerSetupService for storage error/warning java compile preferences in the workspace scope.

Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-03-16 01:27:42 +02:00
Roman Nikitenko 39c2e6ba45 Fix styles for buttons on some dialogs
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-03-14 15:05:09 +02:00
Valeriy Svydenko af3bcd3874 CHE-139: add 'Organize Imports' functionality
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-03-14 14:46:12 +02:00
Alexander Garagatyi 1cc53f05e4 CHE-457: add servers conf and env vars to model of machine config.
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-03-11 13:11:17 +02:00
Aleksandr Andrienko 5ecd601ec7 CHE-682: Enable debug buttons when debugger open file without source
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-03-10 11:41:25 +02:00