Commit Graph

119 Commits (abc1367c1d3eb4311c2aa760fdfd4da38c0669bd)

Author SHA1 Message Date
Roman Iuvshin abc1367c1d remove milestone from version 2016-12-23 15:04:56 +02:00
Roman Iuvshin 813d930275 change version to M10-SNAPSHOT 2016-12-22 11:48:31 +02:00
Evgen Vidolob 7bad057bbe #3220 use document changes instead of full text replacing on organize import operation (#3409)
Signed-off-by: Evgen Vidolob <evidolob@codenvy.com>
2016-12-16 11:00:18 +02:00
Roman Iuvshin 7850cc2908 [maven-release-plugin] prepare for next development iteration 2016-12-07 12:34:30 +00:00
Roman Iuvshin 1c15a44844 [maven-release-plugin] prepare release 5.0.0-M8 2016-12-07 12:34:25 +00:00
Evgen Vidolob 34279b1813 #2676 use theme color for editor meta tag style (#3254)
Signed-off-by: Evgen Vidolob <evidolob@codenvy.com>
2016-12-02 10:33:45 +02:00
Roman Nikitenko 51cb17368c CHE-2391. File content synchronization after rename resource
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-12-02 10:13:57 +02:00
Kaloyan Raev f1710e6a9b Performance improvements and other fixes in code completion (#3146)
* Avoid overloading the DOM tree of the ContentAssistWidget

Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>

* Ensure the code assist widget is closed when applying proposal

Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>

* Respect isIncomplete flag in the completion result

If the isIncomplete flag is false, i.e. the completion result is
complete, then additional typing for the same word should not trigger a
new completion request. The latest completion result should be reused.

Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>

* Fix flickering between keystrokes during code completion

Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>

* Fine tune the rules for making new completion request

Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>

* Set the correct offset when applying code completion

* Force a completion request message on Ctrl+Space

Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>

* Fixed retrieval of CompletionItem document via Resolve request

Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
2016-11-30 16:17:14 +02:00
Evgen Vidolob 86414d2bdf #3030 add editor context menu (#3066)
* #3030 add editor context menu
2016-11-15 11:02:23 +02:00
Vitalii Parfonov a3be15d214 Fix WARN during GWT compilation (#3068)
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
2016-11-14 17:19:41 +02:00
Evgen Vidolob 910a327a1b #3030 add editor context menu 2016-11-14 16:33:33 +02:00
Valeriy Svydenko 3bbdf1cccc CHE-2934: Add 'Link With Editor' action to the Project Explorer (#3026)
CHE-2934: Add 'Link With Editor' action in the project explorer
2016-11-14 13:08:22 +02:00
Vitalii Parfonov 1423b09620 Fix WARN during GWT compilation
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
2016-11-11 12:28:03 +02:00
Roman Iuvshin 52f84d9092 [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
Roman Iuvshin 315056731e [maven-release-plugin] prepare release 5.0.0-M7 2016-11-10 11:37:20 +00:00
Evgen Vidolob ef45d75999 perform save only if editor has changes (#2975) 2016-11-08 12:43:24 +02:00
Evgen Vidolob 9f96c77836 #2459 store and restore IDE state: opened files, opened part and their size (#2880)
* #2459 store IDE state (opened files, opened part and size) and restore IDE state
2016-10-27 11:57:10 +03:00
Vitalii Parfonov a45ca7cef5 Fix code after mergeing eclipse/che#1571 (#2906)
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
2016-10-27 00:17:41 +03:00
Alex Tugarev 0c9edb68a4 Aligning interface 'Action' to return true, if the action was executed successfully; also extending 'OrionKeyStrokeOverlay' and 'KeyBinding' to be able to create character based key bindings. (#1571)
Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
2016-10-26 23:08:05 +03:00
Roman Iuvshin 825af31a5d [maven-release-plugin] prepare for next development iteration 2016-10-26 09:37:49 +00:00
Roman Iuvshin 7da1d4a910 [maven-release-plugin] prepare release 5.0.0-M6 2016-10-26 09:37:45 +00: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
Evgen Vidolob 71600b7fc7 #1801 implement 'Signature Help' LS feature (#2645) 2016-09-29 12:27:59 +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
Oleksii Orel a6bbf066d0 CHE-2142 improve dark theme styles for lines and separators
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-09-23 09:54:34 +03:00
Artem Zatsarynnyi 0c31d1ba60 CHE-1900: Update editor to Orion 12 (#2522)
CHE-1900: Update editor to Orion 12
2016-09-21 13:00:45 +03:00
Roman Iuvshin 900ccbb807 set M3 version 2016-09-20 17:31:42 +03:00
Valeriy Svydenko 8f17156311 CHE-2372: don't save content if ws is stopped
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-09-19 15:30:34 +03:00
Anatoliy Bazko c48a69f961 CHE-1287: Support for Language Server Protocol (#2452) 2016-09-16 12:45:02 +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 2eba0f08a7 Revert "CHE-1900: Update editor to Orion 12 (#2351)"
This reverts commit b962c900b3.
2016-09-10 14:13:01 +03:00
Artem Zatsarynnyi b962c900b3 CHE-1900: Update editor to Orion 12 (#2351)
CHE-1900: Update editor to Orion 12
2016-09-09 17:07:14 +03:00
Dmitry Kuleshov 5d267fe305 VFS file watcher based use cases implementations (#2339)
* che#1910: added several new user workflows implementations for VFS

Signed-off-by: Dmitry Kuleshov <dkuleshov@codenvy.com>
2016-09-07 11:22:22 +03:00
Roman Iuvshin 8df0560ad3 set new version 2016-09-07 10:38:51 +03:00
Artem Zatsarynnyi f4b6746d8b Add possibility to install Orion plugins for the CHE editor 2016-08-30 12:22:58 +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
Vitalii Parfonov cf56410975 Remove deprecated flag from some classes looks like in some usecases them still useful (#2130)
* Remove deprecated flag from some class looks like in some usecases them still useful

Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-08-16 14:19:11 +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
Evgen Vidolob cc51c0ef27 #1913 Deprecates some of Editor API classes and interfaces 2016-08-12 12:35:28 +03: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