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
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
Valeriy Svydenko
4a98a26f5a
CHE-1964: add libraries from containers for building classpath
2016-08-04 14:48:00 +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
Valeriy Svydenko
3f234951b4
CHE-1786: fix problems with the tree of changes on Preview window
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-07-29 17:44:29 +03:00
Evgen Vidolob
ca94fc2071
#1887 Move che-plugin-java-jdt-core-repack module to che-lib project
2016-07-28 10:45:06 +03:00
Vladyslav Zhukovskii
6ea81c7012
#1814 : Synchronize project instead of parent directory
...
Project synchronization is more reasonable, because we also retrieve project properties and with actual values we can redraw project correctly in the UI.
2016-07-26 18:01:50 +03:00
Valeriy Svydenko
e1575af2de
CHE-1825: fix problem with window selection
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-07-26 17:22:07 +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
Max Shaposhnik
fe0cb3bd0f
CHE-1248; remove workspace information from EnvironmentContext ( #1658 )
2016-07-20 17:30:10 +03: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
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
Vladyslav Zhukovskii
7c02151e6f
CHE-1482: Fix setting up source directory in java project
...
This PR fix possible NPE in case when node transforms from the folder to the source folder.
2016-07-15 17:05:42 +03:00
Vitalii Parfonov
563daf0c51
CHE-1493: collect path of updated files, skiping moved, fire event for update content ( #1732 )
...
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-07-14 17:53:01 +03:00
Valeriy Svydenko
7a41e98599
CHE-1486: fix problem with 'open declaration' action
2016-07-12 20:09:19 +03:00
Vladyslav Zhukovskii
e5b98d2bbe
CHE-1459: Fix file duplication after refactoring rename
...
Signed-off-by: Vladyslav Zhukovskii <vzhukovskii@codenvy.com>
2016-07-12 11:18:05 +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
Valeriy Svydenko
85c736ed62
CHE-1444: fix problems with updating classpath
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-07-08 22:15:34 +03:00
Vladyslav Zhukovskii
5a77df2426
CHE-1475: Allow open classpath configuration anywhere inside java project
2016-07-08 18:35:28 +03:00
Vladyslav Zhukovskii
39dc621da5
Fix cyclic request sending and possible NPE
...
`NewFolderAction` - added dialog showing if any error occurred.
`ProjectExplorerPresenter` - fix disappearing maven module after project reconfiguring.
`RevealNodesPersistenceComponent` - reduce count of files which stores into user preference.
`TreeResourceRevealer` - add ability to select node after reveal operation.
`InMemoryResourceStore` - checking resource only by ones prefix path.
`NodeLoader` - revert last changes, because they are redundant.
`NewPackageAction` - prevent potential NPE.
`ProjectClasspathAction` - prevent potential NPE.
`MoveAction` - prevent potential NPE.
`RenameRefactoringAction` - prevent potential NPE.
`GetEffectivePomAction` - prevent potential NPE.
2016-07-08 13:53:14 +03:00
Roman Iuvshin
b385746d84
add missing dependency ( #1674 )
2016-07-06 16:15:26 +03:00
Vladyslav Zhukovskyi
3379aa7f6f
Merge pull request #1673 from eclipse/CHE-1446
...
Allow to configure classpath for the plain java projects
2016-07-06 15:52:14 +03:00
Vladyslav Zhukovskii
83fe1acbc8
Allow to configure classpath for the plain java projects
...
After project import project was not appeared in application context and project configuration wizard didn't know everything about imported project, so that's why select source folder wizard wasn't able to be shown. This PR fix this situation, so that wizard is available in anytime.
2016-07-06 15:49:45 +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
d65cd9bd65
Avoid getting possible null pointer exception.
2016-07-05 16:27:57 +03:00
Yevhenii Voevodin
d1aa2cfed7
User structural refactoring
2016-07-05 11:27:58 +03:00
Vladyslav Zhukovskii
fa29c3cf2b
Reveal new java source file
...
After new java source file creation the last ones will be revealed in project tree. A part of CHE-907.
2016-07-05 11:11:55 +03:00
Vladyslav Zhukovskii
001b4b87e8
Resource management
...
Signed-off-by: Vladyslav Zhukovskii <vzhukovskii@codenvy.com>
2016-07-02 18:15:33 +03:00
Valeriy Svydenko
1b528de3a2
CHE-1208: add an ability to configure several source folders
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-06-29 16:11:27 +03:00
Roman Iuvshin
6a23f97700
[maven-release-plugin] prepare for next development iteration
2016-06-28 16:00:40 +00:00
Roman Iuvshin
400648e1db
[maven-release-plugin] prepare release 4.4.0
2016-06-28 16:00:37 +00:00
Aleksandr Andrienko
51e0d4e5a7
Merge pull request #1300 from eclipse/CHE-167-3
...
CHE-167: Improve java debugger for opening java files from external project modules.
2016-06-24 15:06:13 +03:00
Vladyslav Zhukovskii
04ce41b4d2
Add key binding for the Quick Fix action
2016-06-24 10:40:33 +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
Valeriy Svydenko
ce98aba417
CHE-957: fix a problem with updating content of the compare widget
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-06-23 12:06:43 +03:00
Valeriy Svydenko
4fdf548852
CODENVY-630: save a value of the library folder
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-06-23 10:17:34 +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
560edd8199
Export proxy object instead of real maven terminal object. … ( #1500 )
...
* Export proxy object instead of real maven terminal object. Avoid NPE in case jar lab's are not set for javac project
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-06-14 14:01:43 +03:00
Vitalii Parfonov
0ca2d182ce
CHE-1323: Fix default classpath generation ( #1494 )
...
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-06-14 11:02:02 +03:00
Roman Iuvshin
5adff554bc
[maven-release-plugin] prepare for next development iteration
2016-06-13 18:57:39 +00:00
Roman Iuvshin
e9f5d4971e
[maven-release-plugin] prepare release 4.3.0
2016-06-13 18:57:36 +00:00
Anton Korneta
cf74fced61
CHE-1316: Temporary fix for to avoid cyclic dependencies of components
2016-06-13 18:59:03 +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
Sergii Leschenko
42690da407
CODENVY-480 Remove user's roles ( #1336 )
2016-06-10 17:32:02 +03:00
Anton Korneta
8a94129e16
CODENVY-583: Fix javadoc navigation in https mode
2016-06-08 14:40:29 +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 Iuvshin
140b09a9a0
[maven-release-plugin] prepare for next development iteration
2016-06-04 19:52:26 +00:00
Roman Iuvshin
fbd9f95748
[maven-release-plugin] prepare release 4.3.0-RC1
2016-06-04 19:52:23 +00: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
Mihail Kuznyetsov
e4f8fe914e
CHE-1260 Enable svg files license checking
2016-06-01 14:56:31 +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
Sergii Leschenko
862e971fac
Move EnvironmentContext to che-core-api-core
2016-05-27 14:12:43 +03:00
Vitalii Parfonov
9846404992
Cleanup pom.xml files ( #1368 )
...
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-05-27 13:04:31 +03:00
Alexander V
96cc71775a
Optimizing, cleaning deprecations ( #1243 )
...
Signed-off-by: <alextrentton@gmail.com>
2016-05-26 11:25:59 +03:00
Roman Nikitenko
8b53e05eae
CHE-1204. Use correct url for request for code formatting
...
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-05-25 16:25:24 +03:00
Valeriy Svydenko
c074a87479
CHE-1151: update project tree after changing classpath
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-05-25 11:25:32 +03:00
Valeriy Svydenko
b1c1f96e5d
CHE-1060: configure 'java.source.folder' attribute from the project wizard
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-05-23 15:04:26 +03:00
Evgen Vidolob
cd418b35c6
Merge pull request #1306 from eclipse/CHE-956
...
CHE-956 Move che-jdt-ext-machine to java-ext-lang-server module
2016-05-20 14:03:02 +03:00
Vitaliy Guliy
62cc3bc7f3
CHE-1139 Renaming in Create Project wizard in IDE
...
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-05-20 12:51:05 +03:00
Aleksandr Andrienko
c3a593b866
Fix JavaSourceFolderUtilTest
...
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-05-20 11:19:17 +03:00
Evgen Vidolob
5b4600934e
CHE-956 Move che-jdt-ext-machine to java-ext-lang-server module and change REST paths from jdt to java
2016-05-20 10:12:59 +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
Evgen Vidolob
69eef13d84
Merge pull request #1283 from eclipse/CHE-1120
...
CHE-1120 disable binding maven project type if M2_HOME env property is null
2016-05-19 10:38:43 +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
24d560f64b
CHE-1081: avoid using ws-id in GitServiceClient and QuickDocPresenter ( #1285 )
...
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-05-18 16:52:39 +03:00
Evgen Vidolob
a53c51dfa9
CHE-1120 disable binding maven project type if M2_HOME env property not set, code clean up
2016-05-18 15:37:33 +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
Sergii Leschenko
d4ff792f24
CODENVY-479 Rename User to Subject ( #1258 )
2016-05-16 15:41:09 +03:00
Evgen Vidolob
cae7a9c716
CHE-1108 remove creating ExternalFolderChange instance, add log for exception
2016-05-16 12:30:33 +03:00
Vitalii Parfonov
f08b1781ae
CHE-1105: Avoid NPE in case current project null. ( #1251 )
...
Unregister Create Maven Module action becouse this feture outdate need to rework it
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-05-13 14:55:49 +03:00
Evgen Vidolob
e212d4e18e
Merge pull request #1241 from eclipse/CHE-1141
...
CHE-1141 fix java search in multimodule projects, fix test
2016-05-12 17:34:06 +03:00
Evgen Vidolob
39b6759c98
CHE-1141 fix java search in multimodule projects, fix test
2016-05-12 17:12:07 +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
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
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
Vitaly Parfonov
abe9237f74
Use Constants from shared
...
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-05-06 11:11:30 +03:00
Vitaly Parfonov
be3c8c7970
Merge branch 'master' into CHE-1071
2016-05-06 10:48:17 +03:00
Evgen Vidolob
e50136140d
fix refactoring, remove unused code
2016-05-05 17:38:38 +03:00
Vitaly Parfonov
3bbdf852a5
Move Contants to shared
...
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-05-05 12:25:20 +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
Max Shaposhnik
4bd95c8667
CHE-1065 CHE-1066 CHE-1067 CHE-1068 Decouple shared modules or user, machine, workspace, factory ( #1146 )
2016-04-28 11:16:38 +03:00
Roman Nikitenko
61bcca612c
CHE-467. Allow to configure Orion editor setting from IDE
...
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-04-26 16:27:02 +03:00
Roman Iuvshin
0978f5c655
[maven-release-plugin] prepare for next development iteration
2016-04-25 16:08:21 +00:00
Roman Iuvshin
b0df01a0c1
[maven-release-plugin] prepare release 4.2.0
2016-04-25 16:08:18 +00:00
Artem Zatsarynnyi
5bfbb4a75f
CHE-1004: Improve experience on Debugger configuration selection
2016-04-20 15:36:21 +03:00
Vitaly Parfonov
91f6a64e14
Remove usage of MachineExtensionProxyServlet
...
Add path to wsagent into wsagent server url to avoid doing that on client-side
Add class DevMachine on client-side what contain all needed information for communicate with wsagent and terminal
Remove @Named(cheExtensionPath)
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-04-18 15:22:57 +03: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
Igor Vinokur
f616297df1
CHE-723 Add "Quick fix" entry to the Assistant menu
2016-04-14 22:14:52 +03:00
Dmitry Shnurenko
c3dd2f3527
CHE-472: Add show hints feature.
2016-04-13 13:49:50 +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