Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions whatsnew/jst/jst-news-4.1.1.Alpha1.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,35 +78,6 @@ <h3>HTML Editor</h3>
</p>
</td>
</tr>
<tr>
<td valign="top" align="left">
<p><b>Hyperlink Detection for Missing Files</b></p>
</td>
<td align="top">
<p>
When hyperlink is detected for references to missing resources new Hyperlink Detector
offers to create new file. There are two options either just create empty file or start
specific New Wizard found by file extension.
</p>
<p><img src="images/4.1.1.Alpha1/CreateMissingFile1.png" /></p>

<p>
New Hyperlink Detector supports files with extensions: ".js", ".css", ".jsp", ".htm", ".html" and ".xhtml".
</p>

<p>
If 'Use New Wizard' is selected corresponding wizard started with file name matching
the missing file name and you can continue to select template for default content in new file.
</p>

<p><img src="images/4.1.1.Alpha1/CreateMissingFile2.png" /></p>
<p>
<small>
<a href="https://issues.jboss.org/browse/JBIDE-15348">Related Jira</a><br/>
</small>
</p>
</td>
</tr>
</table>

</body>
Expand Down
72 changes: 72 additions & 0 deletions whatsnew/jst/jst-news-4.1.1.CR1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../whatsnew.css" />
<title>JST/JSF/HTML 4.1.1.CR1 What's New</title>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17645367-5']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script></head>
<body>
<h1>JST/JSF/HTML 4.1.1.CR1 What's New</h1>

<p align="right">
<a href="../openshift/openshift-news-2.5.1.CR1.html">&lt; OpenShift Tools</a>
</p>

<table border="0" cellpadding="10" cellspacing="0" width="80%">

<tr>
<td colspan="2">
<hr />
<h3>HTML Editor</h3>
<hr />
</td>
</tr>
<tr>
<td valign="top" align="left">
<p><b>Hyperlink Detection for Missing Files</b></p>
</td>
<td align="top">
<p>
When hyperlink is detected for references to missing resources new Hyperlink Detector
offers to create new file. There are two options either just create empty file or start
specific New Wizard found by file extension.
</p>
<p><img src="images/4.1.1.Alpha1/CreateMissingFile1.png" /></p>

<p>
New Hyperlink Detector supports files with extensions: ".js", ".css", ".jsp", ".htm", ".html" and ".xhtml".
</p>

<p>
If 'Use New Wizard' is selected corresponding wizard started with file name matching
the missing file name and you can continue to select template for default content in new file.
</p>

<p><img src="images/4.1.1.Alpha1/CreateMissingFile2.png" /></p>
<p>
<small>
<a href="https://issues.jboss.org/browse/JBIDE-15348">Related Jira</a><br/>
</small>
</p>
</td>
</tr>
</table>

</body>

</html>