Commit Graph

36 Commits (f7e8c09cc2dda61417b844b4a5ef518f4b0bfe4c)

Author SHA1 Message Date
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
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
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
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
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
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
Igor Vinokur 142c91207f CHE-503: Add ability to save changes from git compare widget 2016-03-09 17:20:21 +02: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
Dmitry Shnurenko ba9b269375 CHE-131: Fix losing focus in editor after closing 'File structure' dialog 2016-03-01 17:32:52 +02:00
Vitaliy Guliy 5ba3a58975 CHE-388 Don't use ugly browser prompt box to display 'Go to line' dialog window
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-03-01 15:21:12 +02:00
Valeriy Svydenko b09c14ed18 CHE-514: fix jdt tests 2016-02-26 16:47:43 +02:00
Vladyslav Zhukovskyi 1082978419 Merge pull request #523 from eclipse/CHE-589
Exclude non-source directories from java project
2016-02-25 17:00:32 +02:00
Dmitry Shnurenko efd10d0990 CHE-141: Add client side validation for packages' and class' names 2016-02-25 16:08:12 +02:00
Vladyslav Zhukovskii 049c60d595 Exclude non-source directories from java project
If java project (not maven) has language attributem then we search source folder definition in attributes and if no one was found then dont mark folder as source folder.

Relevant issue: CHE-589 (Broken project tree).

Signed-off-by: Vladyslav Zhukovskii <vzhukovskii@codenvy.com>
2016-02-25 15:44:43 +02:00
Mykola Morhun 838e81ab71 CHE-2: Add shortcuts to work with debugger. Add menu items to work with debugger into the Run top menu. Refactor of the toolbar in debugger panel.
Signed-off-by: Mykola Morhun <mmorhun@codenvy.com>
2016-02-25 11:14:40 +02:00
Dmitry Shnurenko 020b6e5fbc Merge pull request #486 from eclipse/CHE-147
CHE-147: Fix updating editor tab after file renaming
2016-02-24 10:11:41 +02:00
Dmitry Shnurenko 0578bedd4b CHE-147: Fix updating editor tab after file renaming 2016-02-24 09:28:37 +02:00
Aleksandr Andrienko 229bfb121d Fix lowercase first letter of the RenameRefactoringAction description
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-02-24 02:38:52 +02:00
Valeriy Svydenko 7a2df06164 CHE-165: show move wizard after performing 'Cut' operation in project explorer for the java items 2016-02-22 15:13:19 +02:00
Alexander Garagatyi b3b38f890a IDEX-4222: Change model of machine & workspace
Machine model changes:
- MachineState was removed, Machine should be used instead
- Machine states API was removed
- Machine includes MachineConfig as field instead of extending it
- All runtime information of machine is in runtime field of Machine.
- Now API call GET */api/machine?workspace=ws-id123456* returns all existing machines of workspace,
including machines with status CREATING, DESTROYING
- Machine channels was removed from. To get channels clients should check links of WorkspaceConfigDto.

Workspace model changes:
- EnvironmentState was removed
- UsersWorkspace includes WorkspaceConfig as field instead of extending it
- Start tmp workspace API returns RuntimeWorkspace instead of UsersWorkspace
- Machine channels are included in links of MachineConfigDto of WorkspaceConfig. Don't try to find them
in runtime machines of RuntimeWorkspaceDto.
- Field activeEnvName in RuntimeWorkspace was renamed to envName in accordance with defaultEnv field
of WorkspaceConfig.

Also:
- add static method cloneDto to DtoFactory
- add getParameter(paramName) method to DTO Link to simplify parameter retrieval

Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-02-20 15:16:21 +02:00
Valeriy Svydenko bf770d1df9 CHE-142:reindex project after the refactoring operation
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-02-18 18:12:49 +02:00
Artem Zatsarynnyi a10b4ea2e9 Merge pull request #343 from eclipse/rework_startup_components
Rework IDE start-up components
2016-02-16 10:46:25 +02:00
Artem Zatsarynnyi 82ca5c9b2d Rework IDE start-up components
Signed-off-by: Artem Zatsarynnyi <azatsarynnyy@codenvy.com>
2016-02-15 18:23:59 +02:00
Valeriy Svydenko 5bf2b5f1e2 IDEX-3756: fix NPE for rename refactoring when the linked editor is active
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-02-15 17:10:49 +02:00
Sergii Kabashniuk 2795099d2b Added difference between IC and master
Signed-off-by: Sergii Kabashniuk <skabashnyuk@codenvy.com>
2016-02-12 09:47:38 +02:00
Eclipse Che Initial Contribution 867ec65242 Eclipse Che Initial Contribution 4.0.0-RC2 https://dev.eclipse.org/ipzilla/show_bug.cgi?id=9458
Signed-off-by: Sergii Kabashniuk <skabashnyuk@codenvy.com>
2016-02-12 09:47:36 +02:00