[
https://issues.jboss.org/browse/JBIDE-20761?page=com.atlassian.jira.plugi...
]
Viacheslav Kabanovich commented on JBIDE-20761:
-----------------------------------------------
2. Saved is not the editor content, but a handle by which editor input may be restored.
Editor input in this case contains connection and resource, so saved may be data that can
create (or request earlier created) connection and name of the resource. Yes, resource may
be removed on server by that time, but the same may be told about any file on a local
disk, if some Java file is open in Java editor, and Eclipse is closed, the file may be
deleted before Eclipse is reopened and editor input will fail to restore the file - no
much difference with a resource disappearing on server.
3. My concern is that the default editor is called if it is set for .json without a
fallback for a case of failure of that unknown editor. We cannot be sure what editor a
user may have set to be default for .json. That editor may be expecting some specific
instance of editor input object and fail on what is provided. As it is, then json will not
be opened at all, neither fancy nor plain text. However, if it is just temporal, till the
expected contribution to jsdt, and that editor is going to be hardcoded to be opened, then
no problem.
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)