Commit Graph

291 Commits (e1868db8310208cb4afc2bbb73b048d6cbf1957d)

Author SHA1 Message Date
Dmytro Kulieshov 20b4948b08 Rework Find Usages feature to avoid using Everrest based Websocket calls (#5550) 2017-07-11 10:57:58 +03:00
Valeriy Svydenko a5b3b7b612 New runner for TestNG tests (#5472) 2017-07-06 16:20:58 +03:00
Aleksandr Andriienko 00421dd624 CHE-5424: Fix refactor rename from 'Rename' window
Signed-off-by: Aleksandr Andriienko <oandriie@redhat.com>
2017-07-05 16:04:53 +03:00
Roman Iuvshin eab04ddd6b RELEASE: Set next development version 2017-06-29 07:59:05 +00:00
Vitalii Parfonov 9df113d5b7 Remove not used implementation, mark interface JavaClasspathServiceClient as deprecated. Will be removed soon (#5448)
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
2017-06-23 15:11:32 +03:00
Roman Iuvshin 513aa19ebd RELEASE: Set next development version 2017-06-21 13:04:16 +00:00
Roman Nikitenko 7b90ec595f CHE-5020. Add ability to cancel rename operation by Escape button
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2017-06-15 15:50:27 +03:00
Roman Iuvshin eb2fa0eeed RELEASE: Set next development version 2017-06-14 07:13:04 +00:00
Roman Nikitenko 1c7818f14e CHE-3570. Add ability to turn on/off autosave mode for editor content
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2017-05-31 13:29:01 +00:00
Roman Iuvshin 9fbf173eb9 RELEASE: Set next development version 2017-05-24 07:30:41 +00:00
Roman Nikitenko b4367932f1 CHE-4768. Fix receiving file tracking operation calls from client at refactoring
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2017-05-17 14:39:41 +00:00
Roman Nikitenko 52a1016b44 CHE-4939. Fix bugs related to processing of read-only files
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2017-05-16 11:50:09 +00:00
Vitalii Parfonov 79e7c44e02 CHE-4910:Fix catching exception in case invalid POM to prevent fail start workspace (#5066)
* Fix catching exception in case invalid POM.
Fix dependency  on che-plugin-pullrequest-server in should be only in ws-agent.
Improve maven attribute resolving previos we always read them from pom.xml but MavenProjectManager already has all information about regitered projects

Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
2017-05-13 10:59:32 +03:00
Vitalii Parfonov 5d5bd0adf8 Revert "Fix catching exception in case invalid POM to prevent fail start workspace (#5015)" (#5065)
This reverts commit e352da4ac6.
2017-05-13 10:02:14 +03:00
Vitalii Parfonov e352da4ac6 Fix catching exception in case invalid POM to prevent fail start workspace (#5015)
* Fix catching exception in case invalid POM.
Fix dependency  on che-plugin-pullrequest-server in should be only in ws-agent.
Improve maven attribute resolving previos we always read them from pom.xml but MavenProjectManager already has all information about regitered projects


Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
2017-05-12 18:32:12 +03:00
Roman Iuvshin b3ae33acf5 RELEASE: Set next development version 2017-05-10 10:54:42 +00:00
Roman Iuvshin 6d88cf8c73 [maven-release-plugin] prepare for next development iteration 2017-04-25 18:19:17 +00:00
Roman Iuvshin d7f023fd89 [maven-release-plugin] prepare release 5.9.0 2017-04-25 18:19:10 +00:00
Valeriy Svydenko 6403d212c6 CHE-4596: move che-plugin-machine-ext-client to IDE core (#4861) 2017-04-21 14:01:04 +00:00
Evgen Vidolob 1d10171906 #4699 fix URL for JavaDoc service (#4792)
* #4699 fix url for JavaDoc service
Signed-off-by: Even Vidolob <evidolob@codenvy.com>
2017-04-18 17:34:54 +03:00
Sergii Kabashniuk a6a569b9f7 Concept of Minimal and Full assembly (#4578)
Concept of Minimal and Full assembly
2017-04-14 10:05:03 +03:00
Roman Iuvshin 7805c146e6 [maven-release-plugin] prepare for next development iteration 2017-04-13 11:07:13 +00:00
Roman Iuvshin e8107fd96c [maven-release-plugin] prepare release 5.8.0 2017-04-13 11:07:06 +00:00
Roman Iuvshin 840ae853f8 Revert "RELEASE: set minor change version"
This reverts commit e23b9257a3.
2017-04-11 20:55:24 +03:00
Roman Iuvshin e23b9257a3 RELEASE: set minor change version 2017-04-11 18:10:45 +03:00
Roman Iuvshin 08d4d0f25c [maven-release-plugin] prepare for next development iteration 2017-04-06 14:28:39 +00:00
Roman Iuvshin 53a0325213 [maven-release-plugin] prepare release 5.7.0 2017-04-06 14:28:33 +00:00
Valeriy Svydenko 9cfd76e326 CHE-3408: fix problem with getting subpackages from the project root folder (#4681) 2017-04-04 11:06:57 +00:00
Valeriy Svydenko a1080703e9 CHE-1860: make it possible to move packages (#4659) 2017-03-31 14:09:42 +00:00
Evgen Vidolob 57a083cbf4 #4306 fix NPE in case of invalid java FQN (#4654)
Signed-off-by: Even Vidolob <evidolob@codenvy.com>
2017-03-31 11:30:26 +03:00
Vitaliy Guliy 1a90cf54c4 CHE-3585 Word Wrap Toggle for Workspace Editor (#4580)
* CHE-3585 Word Wrap Toggle for Workspace Editor

Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>

* CHE-3585 Word Wrap Toggle for Workspace Editor

* CHE-3585 Word Wrap Toggle for Workspace Editor

* CHE-3585 Word Wrap Toggle for Workspace Editor
2017-03-30 16:30:23 +03:00
Roman Iuvshin 342f103654 [maven-release-plugin] prepare for next development iteration 2017-03-30 12:25:35 +00:00
Roman Iuvshin e6e4a652cc [maven-release-plugin] prepare release 5.6.0 2017-03-30 12:25:28 +00:00
Evgen Vidolob 27125263d0 #4430 move orion editor plugin to ide core (#4539)
* #4430 move orion editor plugin to ide core

Signed-off-by: Even Vidolob <evidolob@codenvy.com>
2017-03-28 10:19:24 +03:00
Artem Zatsarynnyi bbd0c1abb2 Introduce Intelligent Commands (#4389)
Introduce Intelligent Commands
2017-03-23 18:23:17 +02:00
Roman Iuvshin e7588aa2b3 [maven-release-plugin] prepare for next development iteration 2017-03-15 14:59:35 +00:00
Roman Iuvshin 69cf9f5528 [maven-release-plugin] prepare release 5.5.0 2017-03-15 14:59:28 +00:00
Valeriy Svydenko 9725346d66 CHE-4236: fix for java source name validator (#4412) 2017-03-14 16:49:23 +02: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
Dmitry Kuleshov 23ad83d8c1 Tree walk based file watchers replacement (#4368) 2017-03-10 13:31:38 +02:00
David Festal 440f92d3bb JUnit testing support Bug fixes and Enhancements - Step 1 (#4303)
Provide  JUnit test real-time output in a `Tests` output view
2017-03-10 10:51:36 +01:00
Dmitry Kuleshov d5d64b0e3f Fix for package name validator (#4271) 2017-03-03 15:14:16 +02:00
Roman Nikitenko 1ba2d12531 CHE-4013. Remove deprecation related to org.eclipse.che.api.promises.client.callback.PromiseHelper
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2017-03-03 13:13:38 +00:00
Roman Iuvshin ceff3938ff [maven-release-plugin] prepare for next development iteration 2017-03-02 18:33:12 +00:00
Roman Iuvshin 8ed6e10476 [maven-release-plugin] prepare release 5.4.0 2017-03-02 18:33:06 +00:00
Roman Nikitenko 035c3fe63f CHE-4010: Remove deprecation related to texteditor
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2017-02-28 15:36:49 +02:00
Valeriy Svydenko ee98296c4a CHE-3723: Check parent for subpackages (Move refactoring) (#4245) 2017-02-28 10:42:31 +02:00
Roman Iuvshin e71c7b5671 [maven-release-plugin] prepare for next development iteration 2017-02-17 11:04:07 +00:00
Roman Iuvshin c071c65aa2 [maven-release-plugin] prepare release 5.3.0 2017-02-17 11:03:59 +00:00
Valeriy Svydenko ed99839748 CHE-3964: move popup from Quick documentation in the right place (#4088) 2017-02-10 17:56:10 +02:00