Commit Graph

186 Commits (36311ea4c8e5402ed0c96a728a2d0dae80f3bfc4)

Author SHA1 Message Date
Roman Iuvshin 36311ea4c8 [maven-release-plugin] prepare release 4.7.0 2016-08-29 15:12:12 +00:00
Vladyslav Zhukovskii 1b226c5531 #953: Move command property value providers to core API 2016-08-19 18:18:51 +03: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
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