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