Commit Graph

34 Commits (41d3739928607fabbc41c2df9c0ab2e3dba6585d)

Author SHA1 Message Date
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