[WebTools] jslint link is modified
authorgeunhui.lim <geunhui.lim@samsung.com>
Thu, 10 Dec 2015 05:00:34 +0000 (14:00 +0900)
committergeunhui.lim <geunhui.lim@samsung.com>
Thu, 10 Dec 2015 05:00:34 +0000 (14:00 +0900)
Change-Id: I0000010000000000000033300000000000000110
Signed-off-by: geunhui.lim <geunhui.lim@samsung.com>
org.tizen.devtools/html/web_tools/set_ide_preference_w.htm

index 52092fa..ccf7b1d 100644 (file)
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\r
-<head>\r
-       <meta http-equiv="content-type" content="text/html; charset=utf-8" />\r
-       <meta http-equiv="X-UA-Compatible" content="IE=9" />\r
-       <link rel="stylesheet" type="text/css" href="../css/styles.css" />\r
-       <link rel="stylesheet" type="text/css" href="../css/snippet.css" />\r
-       <script type="text/javascript" src="../scripts/snippet.js"></script>    \r
-       <script type="text/javascript" src="../scripts/jquery.util.js" charset="utf-8"></script>\r
-       <script type="text/javascript" src="../scripts/common.js" charset="utf-8"></script>\r
-       <script type="text/javascript" src="../scripts/core.js" charset="utf-8"></script>\r
-       <script type="text/javascript" src="../scripts/search.js" charset="utf-8"></script>\r
-\r
-  <title>IDE Preferences </title>\r
-</head>\r
- <body onload="prettyPrint()" style="overflow: auto;">\r
-\r
- <div id="toc-navigation">\r
-       <div id="profile">\r
-               <p>\r
-               <img alt="Mobile Web" src="../images/mobile_s_w.png"/> <img alt="Wearable Web" src="../images/wearable_s_w.png"/></p>\r
-       </div>\r
-       <div id="toc_border"><div id="toc">\r
-               <p class="toc-title">Content</p>\r
-               <ul class="toc">\r
-                  <li><a href="#wid">Widget ID</a></li>\r
-                  <li><a href="#chrome">Chrome&trade; Browser Path</a></li>\r
-                  <li><a href="#editor">Editor</a></li>\r
-                  <li><a href="#config">Configuration Editor</a></li>\r
-                  <li><a href="#css">CSS Editor</a></li>\r
-                  <li><a href="#html_editor">HTML Editor</a></li>\r
-                  <li><a href="#javascript">JavaScript Editor</a></li>\r
-                  <li><a href="#json">Json Editor</a></li>\r
-                  <li><a href="#nls">National Language Support (NLS)</a></li>\r
-                  <li><a href="#launch">Launch</a></li>\r
-                  <li><a href="#live">Live Editing</a></li>\r
-               </ul>\r
-       </div></div>    \r
-</div> \r
-\r
-<div id="container"><div id="contents"><div class="content">\r
-<h1>IDE Preferences</h1>\r
\r
-  <p>To set Web IDE preferences, go to <strong>Window &gt; Preferences &gt; Tizen SDK &gt; Web</strong> in the Tizen IDE menu.</p>\r
-  <p>You can set the preferences introduced in the following sections.</p>\r
-\r
-  <h2 id="wid" name="wid">Widget ID</h2>\r
-  <p>To set a customized prefix for the widget ID, enter the value in the <strong>Prefix to the Widget ID</strong> field. The default value of this field is <strong>http://yourdomain/</strong>.</p>\r
-  <p>The value is automatically used in all widget IDs when you create a new Web application in the IDE. You can view the widget ID in the <span style="font-family: Courier New,Courier,monospace">config.xml</span> file of the project.</p>\r
-\r
-  <h2 id="chrome" name="chrome">Chrome&trade; Browser Path</h2>\r
-  <p>Go to <strong>Tizen SDK &gt; Web &gt; Chrome</strong>.</p>\r
-  <p>The Google Chrome&trade; browser location is automatically set as default if the Chrome&trade; browser is installed in your system.</p>\r
-  <p>In case you install the browser in a custom path, the IDE cannot automatically detect the path and you must set the location manually.</p>\r
-\r
-  <h2 id="editor" name="editor">Editor</h2>\r
-  <p>Go to <strong>Tizen SDK &gt; Web &gt; Editor</strong>.</p>\r
-  <p>Tizen SDK provides advanced editor features, such as file path content assist. These features are required to search files in the project.</p>\r
-  <p><strong>Project Resource Lookup Setting &gt; Excluded Folders</strong>: Specify the folders that you want to exclude from searching files.</p>\r
-\r
-  <h2 id="config" name="config">Configuration Editor</h2>\r
-  <p>Go to <strong>Tizen SDK &gt; Web &gt; Editor &gt; Configuration Editor</strong>.</p>\r
-  <p>To stop error messages from being displayed if you incorrectly modify the <span style="font-family: Courier New,Courier,monospace">config.xml</span> source file, select the <strong>Don&#39;t show error message</strong> check box.</p>\r
-\r
-  <h2 id="css" name="css">CSS Editor</h2>\r
-  <p>Go to <strong>Tizen SDK &gt; Web &gt; Editor &gt; CSS Editor</strong>.</p>\r
-  <p>Tizen provides the W3C CSS validation parser for checking the CSS syntax.</p>\r
-  <p>You can set the following validation times:</p>\r
-  <ul>\r
-   <li>Build</li>\r
-   <li>Reconcile</li>\r
-  </ul>\r
-  <p>You can set the following check levels:</p>\r
-  <ul>\r
-   <li>Ignore</li>\r
-   <li>Warning</li>\r
-   <li>Error</li>\r
-  </ul>\r
-  <p>You can exclude CSS files from parsing by specifying pattern strings, separated by a comma, in the <strong>Exclude files that match these patterns from validation</strong> field. The default value in this field is <strong>min, jquery, jqm-docs, phonegap, sencha, TAU(Tizen Advanced UI), globalize, coderdeck, modernizr</strong>. For instance, since parsing the <span style="font-family: Courier New,Courier,monospace">jquery.mobile-1.0a4.1.min.css</span> file generates many warnings, the default pattern string values exclude the parsing of this CSS file.</p>\r
-\r
-  <h2 id="html_editor" name="html_editor">HTML Editor</h2>\r
-  <p>Go to <strong>Tizen SDK &gt; Web &gt; Editor &gt; HTML Editor</strong>.</p>\r
-  <p>You can set the visibility of the breadcrumb control in the HTML editor. If you clear the <strong>Show breadcrumb</strong> checkbox, the breadcrumb control is not visible in the HTML editor.</p>\r
-\r
-  <h2 id="javascript" name="javascript">JavaScript Editor</h2>\r
-  <p>Go to <strong>Tizen SDK &gt; Web &gt; Editor &gt; JavaScript Editor</strong>.</p>\r
-  <p>In the JavaScript Editor, you can modify several <a href="http://www.jslint.com/lint.html" target="_blank">JSLint</a> options. JSLint is a JavaScript code quality tool.</p>\r
-\r
-  <h2 id="json" name="json">Json Editor</h2>\r
-  <p>Go to <strong>Tizen SDK &gt; Web &gt; Editor &gt; Json Editor</strong>.</p>\r
-  <p>You can insert spaces for tabs in JSON by selecting the <strong>Insert Spaces for Tabs</strong> check box. In the <strong>Number of spaces to indent </strong> field, enter the number of spaces to indent for tabs.</p>\r
-\r
-  <h2 id="nls" name="nls">National Language Support</h2>\r
-  <p>You can view the Tizen IDE in the following languages:</p>\r
-  <ul>\r
-   <li>en (English) <p>This is the default language.</p> </li>\r
-   <li>de (German)</li>\r
-   <li>es (Spanish)</li>\r
-   <li>fr (French)</li>\r
-   <li>it (Italian)</li>\r
-   <li>ja (Japanese)</li>\r
-   <li>ko (Korean)</li>\r
-   <li>pt_BR (Portuguese)</li>\r
-   <li>zh (Chinese)</li>\r
-   <li>zh_TW (Chinese Traditional)</li>\r
-  </ul>\r
-  <p>To support a language, you must specify the language code. For example, to support the Korean language, edit the <span style="font-family: Courier New,Courier,monospace">eclipse.ini</span> file, which is located in your <span style="font-family: Courier New,Courier,monospace">&lt;TIZEN_SDK_HOME&gt;/ide</span> directory.</p>\r
-  <p>The following snippet shows the current <span style="font-family: Courier New,Courier,monospace">eclipse.ini</span> file supporting the English language:</p>\r
-  <pre class="prettyprint">-clean\r
--nl\r
-en\r
--vmargs\r
-</pre>\r
-  <p>To support the Korean language, replace <span style="font-family: Courier New,Courier,monospace">en</span> with <span style="font-family: Courier New,Courier,monospace">ko</span> and save the <span style="font-family: Courier New,Courier,monospace">eclipse.ini</span> file.</p>\r
-  <pre class="prettyprint">-clean\r
--nl\r
-ko\r
--vmargs\r
-</pre>\r
-\r
-<h2 id="launch" name="launch">Launch</h2>\r
-  <p>Go to <strong>Tizen SDK &gt; Web &gt; Launch</strong>.</p>\r
-  <p>Check the option, if you want to launch the application even when the <span style="font-family: Courier New,Courier,monospace">config.xml</span> file has an error. The option is not checked by default.</p>\r
-\r
-  <h2 id="live" name="live">Live Editing</h2>\r
-  <p>Go to <strong>Tizen SDK &gt; Web &gt; Live Editing</strong>.</p>\r
-  <p>You can select only 1 preview preference option, which is whether file content or editor content in shown in the application:</p>\r
-<ul>\r
-<li>Select <strong>File</strong> to change the application when a file is saved.</li>\r
-<li>Select <strong>Editor</strong> to change the application when the editor content changes. This means that your changes are reflected without saving the changes.</li>\r
-<li>Select <strong>None</strong> to perform no synchronization.</li></ul>\r
-\r
-<p>The following options are also available:</p>\r
-<ul>\r
-               <li><strong>Live highlight</strong>: Check to highlight your cursor in the editor.\r
-            <p>The option is only available when synchronization with the editor is selected above.</p></li>\r
-        <li><strong>Enable live-editing as default when emulator is launched</strong>: Check to enable live editing by default whenever running an application.</li>\r
-</ul>  \r
-\r
-                <p class="figure">Figure: Live highlight</p> \r
-  <p align="center"><img alt="Live highlight" src="../images/live_highlight.png" /></p>  \r
\r
-<script type="text/javascript" src="../scripts/jquery.zclip.min.js"></script>\r
-<script type="text/javascript" src="../scripts/showhide.js"></script>\r
-</div></div></div>\r
-\r
-<a class="top sms" href="#"><img src="../images/btn_top.gif" alt="Go to top" /></a>\r
-\r
-<div id="footer">\r
-<p class="footer">Except as noted, this content - excluding the Code Examples - is licensed under <a href="http://creativecommons.org/licenses/by/3.0/legalcode" target="_blank">Creative Commons Attribution 3.0</a> and all of the Code Examples contained herein are licensed under <a href="https://www.tizen.org/bsd-3-clause-license" target="_blank">BSD-3-Clause</a>.<br/>For details, see the <a href="https://www.tizen.org/content-license" target="_blank">Content License</a>.</p>\r
-</div>\r
-\r
-<script type="text/javascript">\r
-var _gaq = _gaq || [];\r
-_gaq.push(['_setAccount', 'UA-25976949-1']);\r
-_gaq.push(['_trackPageview']);\r
-(function() {\r
-var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\r
-ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\r
-var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r
-})();\r
-</script>\r
-\r
-</body>\r
+<!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" xml:lang="en" lang="en">
+<head>
+       <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+       <meta http-equiv="X-UA-Compatible" content="IE=9" />
+       <link rel="stylesheet" type="text/css" href="../css/styles.css" />
+       <link rel="stylesheet" type="text/css" href="../css/snippet.css" />
+       <script type="text/javascript" src="../scripts/snippet.js"></script>    
+       <script type="text/javascript" src="../scripts/jquery.util.js" charset="utf-8"></script>
+       <script type="text/javascript" src="../scripts/common.js" charset="utf-8"></script>
+       <script type="text/javascript" src="../scripts/core.js" charset="utf-8"></script>
+       <script type="text/javascript" src="../scripts/search.js" charset="utf-8"></script>
+
+  <title>IDE Preferences </title>
+</head>
+ <body onload="prettyPrint()" style="overflow: auto;">
+
+ <div id="toc-navigation">
+       <div id="profile">
+               <p>
+               <img alt="Mobile Web" src="../images/mobile_s_w.png"/> <img alt="Wearable Web" src="../images/wearable_s_w.png"/></p>
+       </div>
+       <div id="toc_border"><div id="toc">
+               <p class="toc-title">Content</p>
+               <ul class="toc">
+                  <li><a href="#wid">Widget ID</a></li>
+                  <li><a href="#chrome">Chrome&trade; Browser Path</a></li>
+                  <li><a href="#editor">Editor</a></li>
+                  <li><a href="#config">Configuration Editor</a></li>
+                  <li><a href="#css">CSS Editor</a></li>
+                  <li><a href="#html_editor">HTML Editor</a></li>
+                  <li><a href="#javascript">JavaScript Editor</a></li>
+                  <li><a href="#json">Json Editor</a></li>
+                  <li><a href="#nls">National Language Support (NLS)</a></li>
+                  <li><a href="#launch">Launch</a></li>
+                  <li><a href="#live">Live Editing</a></li>
+               </ul>
+       </div></div>    
+</div> 
+
+<div id="container"><div id="contents"><div class="content">
+<h1>IDE Preferences</h1>
+  <p>To set Web IDE preferences, go to <strong>Window &gt; Preferences &gt; Tizen SDK &gt; Web</strong> in the Tizen IDE menu.</p>
+  <p>You can set the preferences introduced in the following sections.</p>
+
+  <h2 id="wid" name="wid">Widget ID</h2>
+  <p>To set a customized prefix for the widget ID, enter the value in the <strong>Prefix to the Widget ID</strong> field. The default value of this field is <strong>http://yourdomain/</strong>.</p>
+  <p>The value is automatically used in all widget IDs when you create a new Web application in the IDE. You can view the widget ID in the <span style="font-family: Courier New,Courier,monospace">config.xml</span> file of the project.</p>
+
+  <h2 id="chrome" name="chrome">Chrome&trade; Browser Path</h2>
+  <p>Go to <strong>Tizen SDK &gt; Web &gt; Chrome</strong>.</p>
+  <p>The Google Chrome&trade; browser location is automatically set as default if the Chrome&trade; browser is installed in your system.</p>
+  <p>In case you install the browser in a custom path, the IDE cannot automatically detect the path and you must set the location manually.</p>
+
+  <h2 id="editor" name="editor">Editor</h2>
+  <p>Go to <strong>Tizen SDK &gt; Web &gt; Editor</strong>.</p>
+  <p>Tizen SDK provides advanced editor features, such as file path content assist. These features are required to search files in the project.</p>
+  <p><strong>Project Resource Lookup Setting &gt; Excluded Folders</strong>: Specify the folders that you want to exclude from searching files.</p>
+
+  <h2 id="config" name="config">Configuration Editor</h2>
+  <p>Go to <strong>Tizen SDK &gt; Web &gt; Editor &gt; Configuration Editor</strong>.</p>
+  <p>To stop error messages from being displayed if you incorrectly modify the <span style="font-family: Courier New,Courier,monospace">config.xml</span> source file, select the <strong>Don&#39;t show error message</strong> check box.</p>
+
+  <h2 id="css" name="css">CSS Editor</h2>
+  <p>Go to <strong>Tizen SDK &gt; Web &gt; Editor &gt; CSS Editor</strong>.</p>
+  <p>Tizen provides the W3C CSS validation parser for checking the CSS syntax.</p>
+  <p>You can set the following validation times:</p>
+  <ul>
+   <li>Build</li>
+   <li>Reconcile</li>
+  </ul>
+  <p>You can set the following check levels:</p>
+  <ul>
+   <li>Ignore</li>
+   <li>Warning</li>
+   <li>Error</li>
+  </ul>
+  <p>You can exclude CSS files from parsing by specifying pattern strings, separated by a comma, in the <strong>Exclude files that match these patterns from validation</strong> field. The default value in this field is <strong>min, jquery, jqm-docs, phonegap, sencha, TAU(Tizen Advanced UI), globalize, coderdeck, modernizr</strong>. For instance, since parsing the <span style="font-family: Courier New,Courier,monospace">jquery.mobile-1.0a4.1.min.css</span> file generates many warnings, the default pattern string values exclude the parsing of this CSS file.</p>
+
+  <h2 id="html_editor" name="html_editor">HTML Editor</h2>
+  <p>Go to <strong>Tizen SDK &gt; Web &gt; Editor &gt; HTML Editor</strong>.</p>
+  <p>You can set the visibility of the breadcrumb control in the HTML editor. If you clear the <strong>Show breadcrumb</strong> checkbox, the breadcrumb control is not visible in the HTML editor.</p>
+
+  <h2 id="javascript" name="javascript">JavaScript Editor</h2>
+  <p>Go to <strong>Tizen SDK &gt; Web &gt; Editor &gt; JavaScript Editor</strong>.</p>
+  <p>In the JavaScript Editor, you can modify several <a href="http://www.jslint.com" target="_blank">JSLint</a> options. JSLint is a JavaScript code quality tool.</p>
+
+  <h2 id="json" name="json">Json Editor</h2>
+  <p>Go to <strong>Tizen SDK &gt; Web &gt; Editor &gt; Json Editor</strong>.</p>
+  <p>You can insert spaces for tabs in JSON by selecting the <strong>Insert Spaces for Tabs</strong> check box. In the <strong>Number of spaces to indent </strong> field, enter the number of spaces to indent for tabs.</p>
+
+  <h2 id="nls" name="nls">National Language Support</h2>
+  <p>You can view the Tizen IDE in the following languages:</p>
+  <ul>
+   <li>en (English) <p>This is the default language.</p> </li>
+   <li>de (German)</li>
+   <li>es (Spanish)</li>
+   <li>fr (French)</li>
+   <li>it (Italian)</li>
+   <li>ja (Japanese)</li>
+   <li>ko (Korean)</li>
+   <li>pt_BR (Portuguese)</li>
+   <li>zh (Chinese)</li>
+   <li>zh_TW (Chinese Traditional)</li>
+  </ul>
+  <p>To support a language, you must specify the language code. For example, to support the Korean language, edit the <span style="font-family: Courier New,Courier,monospace">eclipse.ini</span> file, which is located in your <span style="font-family: Courier New,Courier,monospace">&lt;TIZEN_SDK_HOME&gt;/ide</span> directory.</p>
+  <p>The following snippet shows the current <span style="font-family: Courier New,Courier,monospace">eclipse.ini</span> file supporting the English language:</p>
+  <pre class="prettyprint">-clean
+-nl
+en
+-vmargs
+</pre>
+  <p>To support the Korean language, replace <span style="font-family: Courier New,Courier,monospace">en</span> with <span style="font-family: Courier New,Courier,monospace">ko</span> and save the <span style="font-family: Courier New,Courier,monospace">eclipse.ini</span> file.</p>
+  <pre class="prettyprint">-clean
+-nl
+ko
+-vmargs
+</pre>
+
+<h2 id="launch" name="launch">Launch</h2>
+  <p>Go to <strong>Tizen SDK &gt; Web &gt; Launch</strong>.</p>
+  <p>Check the option, if you want to launch the application even when the <span style="font-family: Courier New,Courier,monospace">config.xml</span> file has an error. The option is not checked by default.</p>
+
+  <h2 id="live" name="live">Live Editing</h2>
+  <p>Go to <strong>Tizen SDK &gt; Web &gt; Live Editing</strong>.</p>
+  <p>You can select only 1 preview preference option, which is whether file content or editor content in shown in the application:</p>
+<ul>
+<li>Select <strong>File</strong> to change the application when a file is saved.</li>
+<li>Select <strong>Editor</strong> to change the application when the editor content changes. This means that your changes are reflected without saving the changes.</li>
+<li>Select <strong>None</strong> to perform no synchronization.</li></ul>
+
+<p>The following options are also available:</p>
+<ul>
+               <li><strong>Live highlight</strong>: Check to highlight your cursor in the editor.
+            <p>The option is only available when synchronization with the editor is selected above.</p></li>
+        <li><strong>Enable live-editing as default when emulator is launched</strong>: Check to enable live editing by default whenever running an application.</li>
+</ul>  
+
+                <p class="figure">Figure: Live highlight</p> 
+  <p align="center"><img alt="Live highlight" src="../images/live_highlight.png" /></p>  
+<script type="text/javascript" src="../scripts/jquery.zclip.min.js"></script>
+<script type="text/javascript" src="../scripts/showhide.js"></script>
+</div></div></div>
+
+<a class="top sms" href="#"><img src="../images/btn_top.gif" alt="Go to top" /></a>
+
+<div id="footer">
+<p class="footer">Except as noted, this content - excluding the Code Examples - is licensed under <a href="http://creativecommons.org/licenses/by/3.0/legalcode" target="_blank">Creative Commons Attribution 3.0</a> and all of the Code Examples contained herein are licensed under <a href="https://www.tizen.org/bsd-3-clause-license" target="_blank">BSD-3-Clause</a>.<br/>For details, see the <a href="https://www.tizen.org/content-license" target="_blank">Content License</a>.</p>
+</div>
+
+<script type="text/javascript">
+var _gaq = _gaq || [];
+_gaq.push(['_setAccount', 'UA-25976949-1']);
+_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>
+
+</body>
 </html>
\ No newline at end of file