Artem Zatsarynnyi
2ba8cdfa42
Client command framework improvements ( #2730 )
...
Client command framework improvements
1. Introduced contextual commands.
2. Added ${explorer.current.file.parent.path} macro.
3. Cleaned up unused resources.
4. Refactored code in order to simplify it and made it more clear and understandable:
- simplified a way of providing new command types;
- command types api moved to ide-api to avoid unnecessary dependency on machine extension;
- command management extracted from EditCommandsPresenter to the separate facade - CommandManager. So EditCommandsPresenter now doesn't perform several http requests manipulating with commands but only one;
- refactored code related to the obsolete terminology CommandPropertyValueProvider -> Macro;
- macro can provide its description (it will be really useful for showing it in UI);
- macros processing separated from the command execution and extracted to the separate component MacroProcessor since it's used not only for the commands but in debug configurations for example.
2016-10-11 11:35:42 +03:00
Roman Iuvshin
b986091e4a
[maven-release-plugin] prepare for next development iteration
2016-10-07 10:22:41 +00:00
Roman Iuvshin
8f799b4c28
[maven-release-plugin] prepare release 5.0.0-M5
2016-10-07 10:22:37 +00:00
Florent BENOIT
67f78d7711
Fix scope to be compliant as well with #2610 issue ( #2696 )
...
-Dmaven.test.skip=true should work
Fix #2610
Change-Id: I27294cb9d2f161d30174d2d7cceb0cf758f6be50
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-10-05 09:58:58 +02:00
Roman Nikitenko
1a958eaaf3
CHE-1929. Do not use machine API for machine handling
...
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-09-29 15:44:10 +03:00
Roman Iuvshin
33944c6ec1
set M5 version
2016-09-27 16:08:19 +03:00
Roman Iuvshin
152be21b4f
[maven-release-plugin] prepare for next development iteration
2016-09-26 14:19:41 +00:00
Roman Iuvshin
89ab012035
[maven-release-plugin] prepare release 5.0.0-M3
2016-09-26 14:19:37 +00:00
Roman Iuvshin
900ccbb807
set M3 version
2016-09-20 17:31:42 +03:00
Roman Iuvshin
3c1df2e4ad
[maven-release-plugin] prepare for next development iteration
2016-09-14 15:50:20 +00:00
Roman Iuvshin
b647b5eef7
[maven-release-plugin] prepare release 5.0.0-M1
2016-09-14 15:50:16 +00:00
Roman Iuvshin
8df0560ad3
set new version
2016-09-07 10:38:51 +03:00
Roman Iuvshin
ca14fc7470
[maven-release-plugin] prepare for next development iteration
2016-08-29 15:12:16 +00:00
Roman Iuvshin
36311ea4c8
[maven-release-plugin] prepare release 4.7.0
2016-08-29 15:12:12 +00:00
Roman Nikitenko
cca53a47a3
CHE-1837. Split view for editor
...
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-08-16 17:57:48 +03:00
Roman Iuvshin
813b36851c
[maven-release-plugin] prepare for next development iteration
2016-08-16 08:28:05 +00:00
Roman Iuvshin
ef38dd5fb2
[maven-release-plugin] prepare release 4.7.0-RC1
2016-08-16 08:28:02 +00:00
Roman Iuvshin
99b6beb356
[maven-release-plugin] prepare for next development iteration
2016-08-01 10:32:16 +00:00
Roman Iuvshin
3a0fd2a00c
[maven-release-plugin] prepare release 4.6.0
2016-08-01 10:32:13 +00:00
Roman Iuvshin
f9369146c1
[maven-release-plugin] prepare for next development iteration
2016-07-18 13:58:51 +00:00
Roman Iuvshin
b6795f1a9a
[maven-release-plugin] prepare release 4.5.0
2016-07-18 13:58:48 +00:00
Vladyslav Zhukovskii
001b4b87e8
Resource management
...
Signed-off-by: Vladyslav Zhukovskii <vzhukovskii@codenvy.com>
2016-07-02 18:15:33 +03:00
Roman Iuvshin
6a23f97700
[maven-release-plugin] prepare for next development iteration
2016-06-28 16:00:40 +00:00
Roman Iuvshin
400648e1db
[maven-release-plugin] prepare release 4.4.0
2016-06-28 16:00:37 +00:00
Aleksandr Andrienko
70a4733dad
CHE-167: Fix error of loading java classes from another module in time of debugging.
...
Add possibility find source file from another module or external java project and open it in time of debugging. For realizing it we use JDT on the server side.
Fix opening file in case if we debug inner classes or lyambda.
Fix render debug line for java classes from external jars after click to download source link.
2016-06-23 16:54:43 +03:00
Roman Iuvshin
5adff554bc
[maven-release-plugin] prepare for next development iteration
2016-06-13 18:57:39 +00:00
Roman Iuvshin
e9f5d4971e
[maven-release-plugin] prepare release 4.3.0
2016-06-13 18:57:36 +00: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
Anatoliy Bazko
47043cf12e
CHE-1094: GDB Debugger Connections UX Impovements ( #1435 )
...
Added button on Debug Configuration Page.
Added check box to simplify GDB configuration to debug locally
2016-06-07 10:42:05 +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
Anatoliy Bazko
da1c913cfc
CHE-1196: Artik: Debugger hangs when debugging binaries using Artik SDK ( #1418 )
2016-06-03 16:49:53 +03:00
Anatoliy Bazko
8414a5a8a5
CHE-1057: GDB Debugger UX Improvements ( #1389 )
2016-06-01 17:52:39 +03:00
Mihail Kuznyetsov
e4f8fe914e
CHE-1260 Enable svg files license checking
2016-06-01 14:56:31 +03:00
Anatoliy Bazko
68bbf75b8f
CHE-1058: Debugger connection failure: Indicate reasons ( #1396 )
2016-05-31 15:04:48 +03:00
Anatoliy Bazko
ed31c538ad
CHE-703: Debugger fails to add a breakpoint when client and server aren't on the same host ( #1339 )
2016-05-24 14:34:11 +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
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
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
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
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
Anatoliy Bazko
46cc2b4bff
CODENVY-257: Fix tests. Add gdb-tests profile to run tests
...
* CODENVY-257: Fix tests. Add gdb-tests profile to run tests
* fixup! CODENVY-257: Fix tests. Add gdb-tests profile to run tests
2016-04-07 15:37:24 +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