Commit Graph

186 Commits (36311ea4c8e5402ed0c96a728a2d0dae80f3bfc4)

Author SHA1 Message Date
Anton Korneta 8a94129e16 CODENVY-583: Fix javadoc navigation in https mode 2016-06-08 14:40:29 +03:00
Vladyslav Zhukovskii 8996ed9db1 Move classes related with virtual file to resources package 2016-06-07 15:35:54 +03:00
Vladyslav Zhukovskii 54e591a2d8 Move classes related with data tree structure to dedicate package 2016-06-07 11:25:56 +03:00
Roman Iuvshin 140b09a9a0 [maven-release-plugin] prepare for next development iteration 2016-06-04 19:52:26 +00:00
Roman Iuvshin fbd9f95748 [maven-release-plugin] prepare release 4.3.0-RC1 2016-06-04 19:52:23 +00:00
Roman Nikitenko a99d15b7b4 CHE-1231. Show/hide error messages after updating pom.xml
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-06-02 12:41:29 +03:00
Mihail Kuznyetsov e4f8fe914e CHE-1260 Enable svg files license checking 2016-06-01 14:56:31 +03:00
Valeriy Svydenko 99f54bb681 CHE-509: show warning dialog if the process of the rename refactoring has some problems
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-06-01 09:58:40 +03:00
Valeriy Svydenko 45b3425450 CHE-1207: add ability to configure library folder by using Project Wizard
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-05-30 18:23:50 +03:00
Sergii Leschenko 862e971fac Move EnvironmentContext to che-core-api-core 2016-05-27 14:12:43 +03:00
Vitalii Parfonov 9846404992 Cleanup pom.xml files (#1368)
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-05-27 13:04:31 +03:00
Alexander V 96cc71775a Optimizing, cleaning deprecations (#1243)
Signed-off-by: <alextrentton@gmail.com>
2016-05-26 11:25:59 +03:00
Roman Nikitenko 8b53e05eae CHE-1204. Use correct url for request for code formatting
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-05-25 16:25:24 +03:00
Valeriy Svydenko c074a87479 CHE-1151: update project tree after changing classpath
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-05-25 11:25:32 +03:00
Valeriy Svydenko b1c1f96e5d CHE-1060: configure 'java.source.folder' attribute from the project wizard
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-05-23 15:04:26 +03:00
Evgen Vidolob cd418b35c6 Merge pull request #1306 from eclipse/CHE-956
CHE-956 Move che-jdt-ext-machine to java-ext-lang-server module
2016-05-20 14:03:02 +03:00
Vitaliy Guliy 62cc3bc7f3 CHE-1139 Renaming in Create Project wizard in IDE
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-05-20 12:51:05 +03:00
Aleksandr Andrienko c3a593b866 Fix JavaSourceFolderUtilTest
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-05-20 11:19:17 +03:00
Evgen Vidolob 5b4600934e CHE-956 Move che-jdt-ext-machine to java-ext-lang-server module and change REST paths from jdt to java 2016-05-20 10:12:59 +03:00
Aleksandr Andrienko 413c4df7d6 CHE-1104: Fix activation breakpoints in the Java Debugger
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-05-19 16:25:46 +03:00
Evgen Vidolob 69eef13d84 Merge pull request #1283 from eclipse/CHE-1120
CHE-1120 disable binding maven project type if M2_HOME env property is null
2016-05-19 10:38:43 +03:00
Valeriy Svydenko c8d7df3c73 CHE-1086: expand containers of the classpath
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-05-18 17:26:34 +03:00
Vitalii Parfonov 24d560f64b CHE-1081: avoid using ws-id in GitServiceClient and QuickDocPresenter (#1285)
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-05-18 16:52:39 +03:00
Evgen Vidolob a53c51dfa9 CHE-1120 disable binding maven project type if M2_HOME env property not set, code clean up 2016-05-18 15:37:33 +03:00
Vitalii Parfonov a63a856970 CHE-1081: remove workspace id from services that deployed on wsagent (#1268)
remove workspace id from services that deployed on wsagent
remove workspace Id usage in wsagent services in dashboard
Add init params for websocket endpoint and eventbus end point It allow has different format of URL on wsmaster with ws-id like path param and on wsagent without it
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-05-18 10:18:05 +03:00
Sergii Leschenko d4ff792f24 CODENVY-479 Rename User to Subject (#1258) 2016-05-16 15:41:09 +03:00
Evgen Vidolob cae7a9c716 CHE-1108 remove creating ExternalFolderChange instance, add log for exception 2016-05-16 12:30:33 +03:00
Vitalii Parfonov f08b1781ae CHE-1105: Avoid NPE in case current project null. (#1251)
Unregister Create Maven Module action becouse this feture outdate need to rework it

Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-05-13 14:55:49 +03:00
Evgen Vidolob e212d4e18e Merge pull request #1241 from eclipse/CHE-1141
CHE-1141 fix java search in multimodule projects, fix test
2016-05-12 17:34:06 +03:00
Evgen Vidolob 39b6759c98 CHE-1141 fix java search in multimodule projects, fix test 2016-05-12 17:12:07 +03:00
Anatoliy Bazko 00f82b4620 CHE-976: Generify debugge API (#1159) 2016-05-12 13:53:44 +03:00
Vitaly Parfonov 826353e6ab CHE-781:Move all platform-api-client-gwt to the che-core-ide-api module
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-05-12 09:31:10 +03:00
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
Roman Iuvshin 725c149608 [maven-release-plugin] prepare for next development iteration 2016-03-09 19:31:24 +00:00
Roman Iuvshin f491a9692b [maven-release-plugin] prepare release 4.0.0-RC13 2016-03-09 19:31:22 +00:00
Aleksandr Andrienko da3cbfc1b9 CHE-516: CHE-516: Fix unstable debbuger behavior
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-03-09 18:07:29 +02:00
Igor Vinokur 142c91207f CHE-503: Add ability to save changes from git compare widget 2016-03-09 17:20:21 +02:00
Igor Vinokur a6e064137a CHE-701: Extend debugger views from Window 2016-03-09 15:31:15 +02:00
Roman Iuvshin 485da69940 [maven-release-plugin] prepare for next development iteration 2016-03-06 17:22:54 +00:00
Roman Iuvshin 15571e4039 [maven-release-plugin] prepare release 4.0.0-RC12 2016-03-06 17:22:50 +00:00
Dmitry Shnurenko 4b13135de3 CHE-383: Move FqnProvider to che-core-ide-api 2016-03-04 17:31:10 +02:00
Dmitry Shnurenko 43c0a9b8bb CHE-383: Add ability to show and copy fqn and path of files 2016-03-04 14:39:26 +02:00
Roman Iuvshin 17c07f31b7 [maven-release-plugin] prepare for next development iteration 2016-03-03 20:06:01 +00:00
Roman Iuvshin 31194172ac [maven-release-plugin] prepare release 4.0.0-RC11 2016-03-03 20:05:58 +00:00
Mykola Morhun ea13a4dc30 Merge pull request #622 from eclipse/CHE-653
CHE-653: Change value fails with NullPointerException
2016-03-03 13:03:20 +02:00
Mykola Morhun 8815ce4d41 CHE-653: Change value fails with NullPointerException
Signed-off-by: Mykola Morhun <mmorhun@codenvy.com>
2016-03-03 10:27:41 +02:00
Roman Iuvshin 7cf7c09cc2 [maven-release-plugin] prepare for next development iteration 2016-03-02 20:25:05 +00:00
Roman Iuvshin 1981202585 [maven-release-plugin] prepare release 4.0.0-RC10 2016-03-02 20:25:02 +00:00
Roman Iuvshin bbeeb21bfe [maven-release-plugin] prepare for next development iteration 2016-03-01 19:42:14 +00:00
Roman Iuvshin 8ca2ca16bf [maven-release-plugin] prepare release 4.0.0-RC9 2016-03-01 19:42:11 +00:00
Dmitry Shnurenko ba9b269375 CHE-131: Fix losing focus in editor after closing 'File structure' dialog 2016-03-01 17:32:52 +02:00