[JBoss JIRA] (JBIDE-15348) when hyperlinked file does not exist offer to create one
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15348?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-15348:
----------------------------------
Description:
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.
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
was:
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.
If you click on this hyperlink follow dialog will appear:
!CreateMissingFile1.png!
If you select checkbox and press OK, wizard will appear:
!CreateMissingFile2.png!
> when hyperlinked file does not exist offer to create one
> --------------------------------------------------------
>
> Key: JBIDE-15348
> URL: https://issues.jboss.org/browse/JBIDE-15348
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Max Rydahl Andersen
> Assignee: Daniel Azarov
> Labels: new_and_noteworthy
> 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.
> 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, 9 months
[JBoss JIRA] (JBIDE-15348) when hyperlinked file does not exist offer to create one
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15348?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-15348:
----------------------------------
Description:
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.
If you click on this hyperlink follow dialog will appear:
!CreateMissingFile1.png!
If you select checkbox and press OK, wizard will appear:
!CreateMissingFile2.png!
was:
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.
If you click on this hyperlink follow dialog appears:
> when hyperlinked file does not exist offer to create one
> --------------------------------------------------------
>
> Key: JBIDE-15348
> URL: https://issues.jboss.org/browse/JBIDE-15348
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Max Rydahl Andersen
> Assignee: Daniel Azarov
> Labels: new_and_noteworthy
> 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.
> If you click on this hyperlink follow dialog will appear:
> !CreateMissingFile1.png!
> If you select checkbox and press OK, wizard will appear:
> !CreateMissingFile2.png!
--
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, 9 months
[JBoss JIRA] (JBIDE-15348) when hyperlinked file does not exist offer to create one
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15348?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-15348:
----------------------------------
Attachment: CreateMissingFile2.png
CreateMissingFile1.png
> when hyperlinked file does not exist offer to create one
> --------------------------------------------------------
>
> Key: JBIDE-15348
> URL: https://issues.jboss.org/browse/JBIDE-15348
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Max Rydahl Andersen
> Assignee: Daniel Azarov
> Labels: new_and_noteworthy
> 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.
> If you click on this hyperlink follow dialog will appear:
> !CreateMissingFile1.png!
> If you select checkbox and press OK, wizard will appear:
> !CreateMissingFile2.png!
--
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, 9 months
[JBoss JIRA] (JBIDE-15348) when hyperlinked file does not exist offer to create one
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15348?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-15348:
----------------------------------
Description:
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.
If you click on this hyperlink follow dialog appears:
was:
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:
> when hyperlinked file does not exist offer to create one
> --------------------------------------------------------
>
> Key: JBIDE-15348
> URL: https://issues.jboss.org/browse/JBIDE-15348
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Max Rydahl Andersen
> Assignee: Daniel Azarov
> Labels: new_and_noteworthy
> Fix For: 4.2.0.Alpha1
>
> Attachments: CreateFileHyperlink.png, CreateMissingFile1.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.
> If you click on this hyperlink follow dialog appears:
--
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, 9 months
[JBoss JIRA] (JBIDE-15348) when hyperlinked file does not exist offer to create one
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15348?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-15348:
----------------------------------
Attachment: CreateMissingFile1.png
> when hyperlinked file does not exist offer to create one
> --------------------------------------------------------
>
> Key: JBIDE-15348
> URL: https://issues.jboss.org/browse/JBIDE-15348
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Max Rydahl Andersen
> Assignee: Daniel Azarov
> Labels: new_and_noteworthy
> Fix For: 4.2.0.Alpha1
>
> Attachments: CreateFileHyperlink.png, CreateMissingFile1.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.
> If you click on this hyperlink follow dialog appears:
--
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, 9 months
[JBoss JIRA] (JBIDE-15348) when hyperlinked file does not exist offer to create one
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15348?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-15348:
----------------------------------
Description:
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:
was:
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 make hyperlink which offer to create missing file:
> when hyperlinked file does not exist offer to create one
> --------------------------------------------------------
>
> Key: JBIDE-15348
> URL: https://issues.jboss.org/browse/JBIDE-15348
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Max Rydahl Andersen
> Assignee: Daniel Azarov
> Labels: new_and_noteworthy
> Fix For: 4.2.0.Alpha1
>
> Attachments: CreateFileHyperlink.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:
--
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, 9 months
[JBoss JIRA] (JBIDE-15348) when hyperlinked file does not exist offer to create one
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15348?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-15348:
----------------------------------
Description:
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 make hyperlink which offer to create missing file:
was:
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.
> when hyperlinked file does not exist offer to create one
> --------------------------------------------------------
>
> Key: JBIDE-15348
> URL: https://issues.jboss.org/browse/JBIDE-15348
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Max Rydahl Andersen
> Assignee: Daniel Azarov
> Labels: new_and_noteworthy
> Fix For: 4.2.0.Alpha1
>
> Attachments: CreateFileHyperlink.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 make hyperlink which offer to create missing 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, 9 months
[JBoss JIRA] (JBDS-2723) Fix issues found while using jsf, jsf+richfaces, springmvc, html5, livereload and browsersim
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-2723?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov updated JBDS-2723:
---------------------------------
CDW devel_ack: + (was: ?)
Status: New (was: New)
> Fix issues found while using jsf, jsf+richfaces, springmvc, html5, livereload and browsersim
> --------------------------------------------------------------------------------------------
>
> Key: JBDS-2723
> URL: https://issues.jboss.org/browse/JBDS-2723
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: jsf, requirements, visual-page-editor-core
> Reporter: Burr Sutter
> Assignee: Len DiMaggio
>
> Should verify we do not have broken/missing pieces when doing development on our examples - including spring based demos.
> Look at WFK demos for issues. See JBIDE-15289 for examples.
--
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, 9 months
[JBoss JIRA] (JBDS-2723) Fix issues found while using jsf, jsf+richfaces, springmvc, html5, livereload and browsersim
by CDW Engine (JIRA)
[ https://issues.jboss.org/browse/JBDS-2723?page=com.atlassian.jira.plugin.... ]
CDW Engine updated JBDS-2723:
-----------------------------
CDW release: + (was: ?)
> Fix issues found while using jsf, jsf+richfaces, springmvc, html5, livereload and browsersim
> --------------------------------------------------------------------------------------------
>
> Key: JBDS-2723
> URL: https://issues.jboss.org/browse/JBDS-2723
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: jsf, requirements, visual-page-editor-core
> Reporter: Burr Sutter
> Assignee: Len DiMaggio
>
> Should verify we do not have broken/missing pieces when doing development on our examples - including spring based demos.
> Look at WFK demos for issues. See JBIDE-15289 for examples.
--
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, 9 months