[JBoss JIRA] (JBIDE-16071) Duplicate cheat sheet options in Project Examples Preferences
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16071?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-16071:
--------------------------------
Assignee: Snjezana Peco
> Duplicate cheat sheet options in Project Examples Preferences
> -------------------------------------------------------------
>
> Key: JBIDE-16071
> URL: https://issues.jboss.org/browse/JBIDE-16071
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.1.1.CR1
> Reporter: Michelle Murray
> Assignee: Snjezana Peco
> Fix For: 4.2.0.Alpha1
>
> Attachments: Central_cheatsheet.png
>
>
> Click Window > Preferences > JBoss Tools > Project Examples.
> The check box options include 'show readme/cheatsheet file' and then further down specifically for cheat sheets radio buttons for cheat sheet behavior.
> !Central_cheatsheet.png!
> I think the labelling of 'show readme/cheatsheet file' is left over from earlier. With the new cheat sheet functionality, I think that option should just read 'show readme file'. And then the radio button 'Always show' etc. deal with cheat sheets.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-16077) CLONE - when hyperlinked file does not exist offer to create one
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16077?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-16077:
-----------------------------------
Priority: Blocker (was: Major)
> CLONE - when hyperlinked file does not exist offer to create one
> ----------------------------------------------------------------
>
> Key: JBIDE-16077
> URL: https://issues.jboss.org/browse/JBIDE-16077
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Priority: Blocker
> Labels: new_and_noteworthy, respin-a
> Fix For: 4.1.1.CR1
>
> Attachments: CreateFileHyperlink.png, CreateMissingFile1.png, CreateMissingFile1.png, CreateMissingFile2.png, Question.png
>
>
> When Ctrl+clicking on app.js in this snippet:
> <script type="text/javascript" src="js/app.js"></script>
> And the file js/app.js does not exist eclipse just "blinks".
> Better if we could offer creating the file, even just a blank/empty one.
> The same goes for image and css references, all those would be nice not having to go through the full ctrl+N wizard to just create such files.
> *Details:*
> Implemented new hyperlink detector which works for follow files: xml, htm, html, jsp, xhtml.
> Hyperlink detector searches in text nodes and attribute values for string which ends with ".js", ".css", ".jsp", ".htm", ".html" and ".xhtml". Hyperlink detector tries to consider that string as a file name and tries to find that file in a project. If there is no such file, hyperlink detector makes hyperlink which offer to create missing file:
> File '<filename>' does not exist. Click here to create.
> Note: name of hyperlink is visible only if there are two or more hyperlinks for the same text region.
> If you click on this hyperlink follow dialog will appear:
> !CreateMissingFile1.png!
> If you select checkbox and press OK, wizard will appear:
> !CreateMissingFile2.png!
> If you press button Finish wizard will create the file
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-16077) CLONE - when hyperlinked file does not exist offer to create one
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16077?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-16077:
----------------------------------------
We also should fix N&N - http://docs.jboss.org/tools/whatsnew/jst/jst-news-4.1.1.Alpha1.html
This issue has not been fixed for 4.1.1.Alpha1
> CLONE - when hyperlinked file does not exist offer to create one
> ----------------------------------------------------------------
>
> Key: JBIDE-16077
> URL: https://issues.jboss.org/browse/JBIDE-16077
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Labels: new_and_noteworthy, respin-a
> Fix For: 4.1.1.CR1
>
> Attachments: CreateFileHyperlink.png, CreateMissingFile1.png, CreateMissingFile1.png, CreateMissingFile2.png, Question.png
>
>
> When Ctrl+clicking on app.js in this snippet:
> <script type="text/javascript" src="js/app.js"></script>
> And the file js/app.js does not exist eclipse just "blinks".
> Better if we could offer creating the file, even just a blank/empty one.
> The same goes for image and css references, all those would be nice not having to go through the full ctrl+N wizard to just create such files.
> *Details:*
> Implemented new hyperlink detector which works for follow files: xml, htm, html, jsp, xhtml.
> Hyperlink detector searches in text nodes and attribute values for string which ends with ".js", ".css", ".jsp", ".htm", ".html" and ".xhtml". Hyperlink detector tries to consider that string as a file name and tries to find that file in a project. If there is no such file, hyperlink detector makes hyperlink which offer to create missing file:
> File '<filename>' does not exist. Click here to create.
> Note: name of hyperlink is visible only if there are two or more hyperlinks for the same text region.
> If you click on this hyperlink follow dialog will appear:
> !CreateMissingFile1.png!
> If you select checkbox and press OK, wizard will appear:
> !CreateMissingFile2.png!
> If you press button Finish wizard will create the file
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-16077) CLONE - when hyperlinked file does not exist offer to create one
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16077?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-16077:
-----------------------------------
Labels: new_and_noteworthy respin-a (was: new_and_noteworthy)
> CLONE - when hyperlinked file does not exist offer to create one
> ----------------------------------------------------------------
>
> Key: JBIDE-16077
> URL: https://issues.jboss.org/browse/JBIDE-16077
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Daniel Azarov
> Labels: new_and_noteworthy, respin-a
> Fix For: 4.1.1.CR1
>
> Attachments: CreateFileHyperlink.png, CreateMissingFile1.png, CreateMissingFile1.png, CreateMissingFile2.png, Question.png
>
>
> When Ctrl+clicking on app.js in this snippet:
> <script type="text/javascript" src="js/app.js"></script>
> And the file js/app.js does not exist eclipse just "blinks".
> Better if we could offer creating the file, even just a blank/empty one.
> The same goes for image and css references, all those would be nice not having to go through the full ctrl+N wizard to just create such files.
> *Details:*
> Implemented new hyperlink detector which works for follow files: xml, htm, html, jsp, xhtml.
> Hyperlink detector searches in text nodes and attribute values for string which ends with ".js", ".css", ".jsp", ".htm", ".html" and ".xhtml". Hyperlink detector tries to consider that string as a file name and tries to find that file in a project. If there is no such file, hyperlink detector makes hyperlink which offer to create missing file:
> File '<filename>' does not exist. Click here to create.
> Note: name of hyperlink is visible only if there are two or more hyperlinks for the same text region.
> If you click on this hyperlink follow dialog will appear:
> !CreateMissingFile1.png!
> If you select checkbox and press OK, wizard will appear:
> !CreateMissingFile2.png!
> If you press button Finish wizard will create the file
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-16077) CLONE - when hyperlinked file does not exist offer to create one
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16077?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-16077:
--------------------------------------
Assignee: Alexey Kazakov (was: Daniel Azarov)
> CLONE - when hyperlinked file does not exist offer to create one
> ----------------------------------------------------------------
>
> Key: JBIDE-16077
> URL: https://issues.jboss.org/browse/JBIDE-16077
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Labels: new_and_noteworthy, respin-a
> Fix For: 4.1.1.CR1
>
> Attachments: CreateFileHyperlink.png, CreateMissingFile1.png, CreateMissingFile1.png, CreateMissingFile2.png, Question.png
>
>
> When Ctrl+clicking on app.js in this snippet:
> <script type="text/javascript" src="js/app.js"></script>
> And the file js/app.js does not exist eclipse just "blinks".
> Better if we could offer creating the file, even just a blank/empty one.
> The same goes for image and css references, all those would be nice not having to go through the full ctrl+N wizard to just create such files.
> *Details:*
> Implemented new hyperlink detector which works for follow files: xml, htm, html, jsp, xhtml.
> Hyperlink detector searches in text nodes and attribute values for string which ends with ".js", ".css", ".jsp", ".htm", ".html" and ".xhtml". Hyperlink detector tries to consider that string as a file name and tries to find that file in a project. If there is no such file, hyperlink detector makes hyperlink which offer to create missing file:
> File '<filename>' does not exist. Click here to create.
> Note: name of hyperlink is visible only if there are two or more hyperlinks for the same text region.
> If you click on this hyperlink follow dialog will appear:
> !CreateMissingFile1.png!
> If you select checkbox and press OK, wizard will appear:
> !CreateMissingFile2.png!
> If you press button Finish wizard will create the file
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-16077) CLONE - when hyperlinked file does not exist offer to create one
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16077?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-16077:
-----------------------------------
Fix Version/s: 4.1.1.CR1
(was: 4.2.0.Alpha1)
> CLONE - when hyperlinked file does not exist offer to create one
> ----------------------------------------------------------------
>
> Key: JBIDE-16077
> URL: https://issues.jboss.org/browse/JBIDE-16077
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Daniel Azarov
> Labels: new_and_noteworthy
> Fix For: 4.1.1.CR1
>
> Attachments: CreateFileHyperlink.png, CreateMissingFile1.png, CreateMissingFile1.png, CreateMissingFile2.png, Question.png
>
>
> When Ctrl+clicking on app.js in this snippet:
> <script type="text/javascript" src="js/app.js"></script>
> And the file js/app.js does not exist eclipse just "blinks".
> Better if we could offer creating the file, even just a blank/empty one.
> The same goes for image and css references, all those would be nice not having to go through the full ctrl+N wizard to just create such files.
> *Details:*
> Implemented new hyperlink detector which works for follow files: xml, htm, html, jsp, xhtml.
> Hyperlink detector searches in text nodes and attribute values for string which ends with ".js", ".css", ".jsp", ".htm", ".html" and ".xhtml". Hyperlink detector tries to consider that string as a file name and tries to find that file in a project. If there is no such file, hyperlink detector makes hyperlink which offer to create missing file:
> File '<filename>' does not exist. Click here to create.
> Note: name of hyperlink is visible only if there are two or more hyperlinks for the same text region.
> If you click on this hyperlink follow dialog will appear:
> !CreateMissingFile1.png!
> If you select checkbox and press OK, wizard will appear:
> !CreateMissingFile2.png!
> If you press button Finish wizard will create the file
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-16077) CLONE - when hyperlinked file does not exist offer to create one
by Alexey Kazakov (JIRA)
Alexey Kazakov created JBIDE-16077:
--------------------------------------
Summary: CLONE - when hyperlinked file does not exist offer to create one
Key: JBIDE-16077
URL: https://issues.jboss.org/browse/JBIDE-16077
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml/html source editing
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Fix For: 4.2.0.Alpha1
Attachments: CreateFileHyperlink.png, CreateMissingFile1.png, CreateMissingFile1.png, CreateMissingFile2.png, Question.png
When Ctrl+clicking on app.js in this snippet:
<script type="text/javascript" src="js/app.js"></script>
And the file js/app.js does not exist eclipse just "blinks".
Better if we could offer creating the file, even just a blank/empty one.
The same goes for image and css references, all those would be nice not having to go through the full ctrl+N wizard to just create such files.
*Details:*
Implemented new hyperlink detector which works for follow files: xml, htm, html, jsp, xhtml.
Hyperlink detector searches in text nodes and attribute values for string which ends with ".js", ".css", ".jsp", ".htm", ".html" and ".xhtml". Hyperlink detector tries to consider that string as a file name and tries to find that file in a project. If there is no such file, hyperlink detector makes hyperlink which offer to create missing file:
File '<filename>' does not exist. Click here to create.
Note: name of hyperlink is visible only if there are two or more hyperlinks for the same text region.
If you click on this hyperlink follow dialog will appear:
!CreateMissingFile1.png!
If you select checkbox and press OK, wizard will appear:
!CreateMissingFile2.png!
If you press button Finish wizard will create the file
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months