[
https://issues.jboss.org/browse/JBIDE-20761?page=com.atlassian.jira.plugi...
]
Viacheslav Kabanovich commented on JBIDE-20761:
-----------------------------------------------
1. Editor input should implement equals() to make sure that second invoking Open command
selects already opened editor rather than opens new copy of it.
2. When Eclipse is closed/reopened, only those editors persist that return non-null
IPersistableElement in getPersistable(). Editor input may implement IPersistableElement
storing data that allows later to restore Connection and IResource. To restore editor,
IElementFactory should be implemented and registered in extension
org.eclipse.ui.elementFactories.
3. It would be cool to open JSON editor for resources that use that language. Validation,
syntax colouring and other good things are too habitual to cope without. Plain text editor
is in a gruesome contrast to other cool features.
Support editing Build Configuration parameters
----------------------------------------------
Key: JBIDE-20761
URL:
https://issues.jboss.org/browse/JBIDE-20761
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.3.0.CR1
Reporter: Fred Bricon
Assignee: Fred Bricon
Labels: new_and_noteworthy
Fix For: 4.3.1.Beta1
As a developer I want to be able to update the git url used in my existing OpenShift
application buildconfig to use a different repository than what the default template used
so I can publish my own changes to OS
Pre-Req:
- An application is deployed on OpenShift, using git for its source repository
Goal:
- Modify the git source url used to build and redeploy the application
Build Config parameters should be editable from either the Properties view (but how
exactly?) or another mechanism from OpenShift Explorer (TBD)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)