Anatoliy Bazko
a5dec289bd
Fix build ( #5315 )
2017-06-09 14:00:52 +03:00
Artem Zatsarynnyi
fa91db1f4e
Merge branch 'master' into spi
2017-05-29 11:25:30 +03:00
Aleksandr Andrienko
4bcc56436f
CHE-5156: Fix ability start new debug session after disconnect from previous session. ( #5167 )
...
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2017-05-26 15:16:25 +03:00
Dmitry Kuleshov
cc8fd2473a
Switch TestDocument (LSP) service to the websocket JSON-RPC ( #5186 )
2017-05-25 16:44:42 +03:00
Artem Zatsarynnyi
e914a59c3e
Merge branch 'master' into spi
2017-05-17 11:03:00 +03:00
Dmitry Kuleshov
3deb16ea97
Unification of JSON RPC codebase ( #5005 )
2017-05-16 15:03:24 +03:00
Alexander Garagatyi
21c4589086
Merge branch 'master' into spi
...
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2017-05-15 12:27:23 +03:00
Artem Zatsarynnyi
1ae101d7ab
clean-up IDE code
2017-05-14 17:45:49 +03:00
Anatoliy Bazko
318feca162
CHE-4807: Fix inner loop indexer ( #4951 )
2017-05-03 10:30:41 +03:00
Anatoliy Bazko
87da86d40a
CHE-4582: Restore debug state correctly after page is being refreshed ( #4842 )
2017-04-24 16:09:01 +03:00
Valeriy Svydenko
6403d212c6
CHE-4596: move che-plugin-machine-ext-client to IDE core ( #4861 )
2017-04-21 14:01:04 +00:00
Valeriy Svydenko
3280700465
CHE-4593: Use JSON RPC for the debugger functionality ( #4739 )
2017-04-07 13:55:10 +00:00
Vitalii Parfonov
127f792be0
Add Eclipse KeyScheme as Extension ( #4394 )
...
* Add Eclipse KeyScheme as Extension
Signed-off-by: Arnaud Kervern <akervern@nuxeo.com>
2017-03-10 18:13:22 +02:00
Mihail Kuznyetsov
0e8b21ad3f
Set new license year
2017-01-04 17:10:31 +02:00
Vladyslav Zhukovskyi
d15915cf94
Remove deprecated getPath method and use getLocation instead ( #3322 )
2016-12-09 12:33:45 +02:00
Roman Nikitenko
cd25cd7029
CHE-146. Add ability to suspend gdb debugger session and breakpoints for endless loop
...
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-12-09 12:21:03 +02:00
Anatoliy Bazko
25ae094ba7
Zend Debugger for PHP ( #3202 )
2016-12-08 12:25:31 +02:00
Vitaliy Guliy
b768872294
CHE-2463 Improve Panels behaviors in IDE ( #3151 )
...
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-12-07 17:45:37 +02:00
Mykola Morhun
6dd0c1245e
CODENVY-1106: Add ability to prevent window closing in IDE. Handle closing of preferences window correctly. ( #3203 )
...
CODENVY-1106: Add ability to prevent window closing in IDE. Handle closing of preferences window correctly.
2016-12-07 17:15:18 +02:00
Oleksii Orel
a6bbd6f240
code cleanup
...
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-11-18 15:17:38 +02:00
Oleksii Orel
0e68755850
debugger improvement
...
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-11-18 15:17:38 +02:00
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
Florent BENOIT
bd5a9af162
Fix #2649 : Allow on Mac to use alt + 5 which is for example to enter { (map to use action keybinding instead of alt) ( #2656 )
...
Change-Id: I632415dfc97eaac87cdfc16649056fa198d4f033
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-09-30 09:36:33 +02:00
Aleksandr Andrienko
2045b9c20a
CHE-920: CHE-920: Fix activation breakpoints inside nested java classes.
...
Add possibility to find fqn for nested classes inside outer classes with help JDT and use found fqns to activate breakpoints inside nested classes for the java debugger.
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-07-06 19:50:03 +03: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
Mykola Morhun
01bff8415a
Fix name convention
...
Signed-off-by: Mykola Morhun <mmorhun@codenvy.com>
2016-06-16 16:19:41 +03:00
Vladyslav Zhukovskii
8996ed9db1
Move classes related with virtual file to resources package
2016-06-07 15:35:54 +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
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
Anatoliy Bazko
68bbf75b8f
CHE-1058: Debugger connection failure: Indicate reasons ( #1396 )
2016-05-31 15:04:48 +03:00
Anatoliy Bazko
ca91fd4e1b
CHE-1214: Debuger: can not view variables values ( #1342 )
2016-05-24 16:24:25 +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
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
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
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
Vitalii Parfonov
e7699d3775
Merge pull request #1062 from Wajihulhassan/static_bug
...
Fixing 'StaticAccessedFromInstance' warnings
2016-04-29 15:46:00 +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
Artem Zatsarynnyi
5bfbb4a75f
CHE-1004: Improve experience on Debugger configuration selection
2016-04-20 15:36:21 +03:00
Wajihulhassan
07be269325
fixing StaticAccessedFromInstance error-prone warning
...
Signed-off-by: Wajih ul hassan <wajih.lums@gmail.com>
2016-04-17 22:41:01 -05: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
Vitaliy Guliy
8f750b3613
CODENVY-256 Plugin Artik
...
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-04-14 11:53:17 +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
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