che-server/plugins
Vladyslav Zhukovskyi f6f0d69755
Temporary disable refactoring rename operation in go extension (#12087)
### What does this PR do?
This changes proposal according to https://github.com/eclipse/che/issues/11907 provide temporary fix that checks opened file in editor and if the current file has .go extension, then refactoring feature _rename_ will be unavailable. This method has to be removed when refactoring rename operation will be resolved by library (go) provider.

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

### What issues does this PR fix or reference?
#11907 
<!-- #### Changelog -->
<!-- The changelog will be pulled from the PR's title. 
     Please provide a clear and meaningful title to the PR and don't include issue number -->


#### Release Notes
<!-- markdown to be included in marketing announcement - N/A for bugs -->
N/A

#### Docs PR
<!-- Please add a matching PR to [the docs repo](https://github.com/eclipse/che-docs) and link that PR to this issue.
Both will be merged at the same time. -->
N/A
2018-12-03 16:45:47 +02:00
..
plugin-camel Added optional ability to configure custom projects root for language servers (#10128) 2018-11-28 14:35:33 +02:00
plugin-ceylon RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-clangd Added optional ability to configure custom projects root for language servers (#10128) 2018-11-28 14:35:33 +02:00
plugin-composer RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-cpp RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-csharp Added optional ability to configure custom projects root for language servers (#10128) 2018-11-28 14:35:33 +02:00
plugin-dashboard RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-debugger RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-gdb RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-git RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-github RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-golang Temporary disable refactoring rename operation in go extension (#12087) 2018-12-03 16:45:47 +02:00
plugin-gwt RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-help RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-java Added optional ability to configure custom projects root for language servers (#10128) 2018-11-28 14:35:33 +02:00
plugin-java-debugger Fix dependencies scope 2018-11-15 14:43:51 +02:00
plugin-json Added optional ability to configure custom projects root for language servers (#10128) 2018-11-28 14:35:33 +02:00
plugin-keybinding-eclipse RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-languageserver RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-machine RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-maven Added optional ability to configure custom projects root for language servers (#10128) 2018-11-28 14:35:33 +02:00
plugin-nodejs RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-nodejs-debugger RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-orion Fix 'Go to line' for 'Git Compare' widget 2018-11-16 14:24:48 +02:00
plugin-php Added optional ability to configure custom projects root for language servers (#10128) 2018-11-28 14:35:33 +02:00
plugin-product-info RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-pullrequest-parent RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-python Added optional ability to configure custom projects root for language servers (#10128) 2018-11-28 14:35:33 +02:00
plugin-sdk RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-testing RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-testing-java RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-testing-php RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-urlfactory RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
plugin-web Added optional ability to configure custom projects root for language servers (#10128) 2018-11-28 14:35:33 +02:00
plugin-yaml Added optional ability to configure custom projects root for language servers (#10128) 2018-11-28 14:35:33 +02:00
plugin-zend-debugger Fields are declared at the top of the class (#12060) 2018-11-30 11:33:22 +02:00
README.md
pom.xml Remove redundant <version> elements. (#12023) 2018-11-25 21:17:08 +02:00

README.md

How to Build Plugins?

In plugin root directory, run:

mvn clean install

How to Add Custom Plugin to Modules Build Cycle?

Add a module to plugins parent pom.xml:

<module>your-plugin-name</module>

How to Add a Custom Plugin to Che Assembly?

See: [Building Custom Assemblies] ()