Valeriy Svydenko
a1080703e9
CHE-1860: make it possible to move packages ( #4659 )
2017-03-31 14:09:42 +00:00
Valeriy Svydenko
9725346d66
CHE-4236: fix for java source name validator ( #4412 )
2017-03-14 16:49:23 +02:00
Dmitry Kuleshov
d5d64b0e3f
Fix for package name validator ( #4271 )
2017-03-03 15:14:16 +02: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
Mihail Kuznyetsov
0e8b21ad3f
Set new license year
2017-01-04 17:10: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
Vladyslav Zhukovskyi
d15915cf94
Remove deprecated getPath method and use getLocation instead ( #3322 )
2016-12-09 12:33:45 +02:00
Dmitry Kuleshov
5d552906b6
che#2745: added suspend/resume calls for file status watcher during organize imports action ( #3088 )
2016-11-18 12:25:14 +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
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
Valeriy Svydenko
4a98a26f5a
CHE-1964: add libraries from containers for building classpath
2016-08-04 14:48:00 +03:00
Valeriy Svydenko
1bb6551c02
CHE-1843: change value of 'java.output.folder' attribute
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-07-26 17:08:35 +03:00
Valeriy Svydenko
af860c9796
CHE-1523: disallow renaming of the classes and packages
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-07-15 19:10:27 +03:00
Valeriy Svydenko
d9ccd8cb77
CHE-1419: add ability to run simple java project which has several source folders
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-07-11 17:31:51 +03:00
Roman Nikitenko
6c1c543ac6
CHE-1210. Block content assist until project is resolved
...
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-07-06 15:37:43 +03:00
Vladyslav Zhukovskii
001b4b87e8
Resource management
...
Signed-off-by: Vladyslav Zhukovskii <vzhukovskii@codenvy.com>
2016-07-02 18:15:33 +03:00
Vitaliy Guliy
fa4df431f3
CHE-1228 Add context menu to the consoles tree
...
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-06-15 12:55:43 +03:00
Vitalii Parfonov
2de961ecaf
Rename plainJava->javac ( #1477 )
...
* Rename plainJava->javac
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-06-10 17:39:01 +03: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
Roman Nikitenko
a99d15b7b4
CHE-1231. Show/hide error messages after updating pom.xml
...
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-06-02 12:41:29 +03:00
Valeriy Svydenko
99f54bb681
CHE-509: show warning dialog if the process of the rename refactoring has some problems
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-06-01 09:58:40 +03:00
Valeriy Svydenko
45b3425450
CHE-1207: add ability to configure library folder by using Project Wizard
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-05-30 18:23:50 +03:00
Aleksandr Andrienko
c3a593b866
Fix JavaSourceFolderUtilTest
...
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-05-20 11:19:17 +03:00
Aleksandr Andrienko
413c4df7d6
CHE-1104: Fix activation breakpoints in the Java Debugger
...
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-05-19 16:25:46 +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
Vitalii Parfonov
a63a856970
CHE-1081: remove workspace id from services that deployed on wsagent ( #1268 )
...
remove workspace id from services that deployed on wsagent
remove workspace Id usage in wsagent services in dashboard
Add init params for websocket endpoint and eventbus end point It allow has different format of URL on wsmaster with ws-id like path param and on wsagent without it
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-05-18 10:18:05 +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
Valeriy Svydenko
27f41c1a3d
CHE-917: add a command for compiling and running plain java project
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-05-11 10:30:47 +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
Vitaly Parfonov
2c41214725
Features:
...
Maven plugin
Classpath configuration
Effective pom
Plain java plugin
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-04-29 15:32:24 +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
Dmitry Shnurenko
a05d26871b
CHE-525: Fix unexpected error message after refactoring
2016-03-24 14:44:32 +02:00
Sergii Kabashniuk
8ad855771d
CHE-781 remove analytics
2016-03-23 06:44:09 +02:00
Vitaly Parfonov
03aa98f19d
CHE-233:Rework Project API with new VFS
2016-03-21 18:11:54 +02:00
Igor Vinokur
6a83ce5acc
CHE-656: Refactor getOpenEditors method from Map to List
2016-03-17 08:58:09 +02:00
Aleksandr Andrienko
6ead53844d
CHE-379: Merge Setting and Preferences widget.
...
Change client side for merging Settings and Preference widgets. Changed Settings widget for store java compiler preferences for the current workspace. Add methods to CompilerSetupService for storage error/warning java compile preferences in the workspace scope.
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-03-16 01:27:42 +02:00
Valeriy Svydenko
af3bcd3874
CHE-139: add 'Organize Imports' functionality
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-03-14 14:46:12 +02:00
Dmitry Shnurenko
43c0a9b8bb
CHE-383: Add ability to show and copy fqn and path of files
2016-03-04 14:39:26 +02:00
Dmitry Shnurenko
ba9b269375
CHE-131: Fix losing focus in editor after closing 'File structure' dialog
2016-03-01 17:32:52 +02:00
Valeriy Svydenko
b09c14ed18
CHE-514: fix jdt tests
2016-02-26 16:47:43 +02:00
Dmitry Shnurenko
efd10d0990
CHE-141: Add client side validation for packages' and class' names
2016-02-25 16:08:12 +02:00
Dmitry Shnurenko
0578bedd4b
CHE-147: Fix updating editor tab after file renaming
2016-02-24 09:28:37 +02:00
Valeriy Svydenko
7a2df06164
CHE-165: show move wizard after performing 'Cut' operation in project explorer for the java items
2016-02-22 15:13:19 +02:00
Valeriy Svydenko
5bf2b5f1e2
IDEX-3756: fix NPE for rename refactoring when the linked editor is active
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-02-15 17:10:49 +02:00
Eclipse Che Initial Contribution
867ec65242
Eclipse Che Initial Contribution 4.0.0-RC2 https://dev.eclipse.org/ipzilla/show_bug.cgi?id=9458
...
Signed-off-by: Sergii Kabashniuk <skabashnyuk@codenvy.com>
2016-02-12 09:47:36 +02:00