diff options
Diffstat (limited to 'subpages/Comments/Open_Now.html')
| -rw-r--r-- | subpages/Comments/Open_Now.html | 423 |
1 files changed, 423 insertions, 0 deletions
diff --git a/subpages/Comments/Open_Now.html b/subpages/Comments/Open_Now.html new file mode 100644 index 0000000..4d3476f --- /dev/null +++ b/subpages/Comments/Open_Now.html @@ -0,0 +1,423 @@ +<!DOCTYPE html> + +<head> + <title>Nem's Tools [Miscellaneous - Open Now! - Open Now!]</title> + <link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon"> + <link rel="stylesheet" type="text/css" href="../../css/default.css"> + <meta http-equiv="pragma" content="no-cache"> + <meta http-equiv="cache-control" content="no-cache"> + <meta name="author" content="Ryan Gregg"> + <meta name="description" content="Nem's Half-Life and Half-Life 2 editing tools."> +</head> + +<body> + <div class="banner" onclick="location.href='https://nemstools.github.io/'"> </div> + <div class="archived">This is archived copy of currently unavailable <a href="http://nemesis.thewavelength.net">Nem's + Tools website</a>, restored from <a + href="https://web.archive.org/web/20191202151405/http://www.nemesis.thewavelength.net/">Web Archive</a>. <br> + Download section now provides links to both Web Archive and to this unofficial Github mirror. + </div> + <div class="main"> + <div class="group"> + <div class="separator"></div> + <div class="heading2 menu"> + <a href="../../index.html" class="menuitem">Home</a> + <a href="../../pages/GCFScape.html" class="menuitem">GCFScape</a> + <a href="../../pages/Crafty.html" class="menuitem">Crafty</a> + <a href="../../pages/VTFLib.html" class="menuitem">VTFLib</a> + <a href="../../pages/Batch_Compiler.html" class="menuitem">Batch Compiler</a> + <a href="../../pages/Terrain_Generator.html" class="menuitem">Terrain Generator</a> + <a href="../../pages/BSP_Viewer.html" class="menuitem">BSP Viewer</a> + <a href="../../pages/MAP_Viewer.html" class="menuitem">MAP Viewer</a> + <a href="../../pages/virtuAMP.html" class="menuitem">virtuAMP</a> + <a href="../../pages/Miscellaneous.html" class="menuitem">Miscellaneous</a> + </div> + <div class="separator"></div> + <div class="content"> + <div class="main_area"> + <div class="space"></div> + <div class="main_content"> + <div class="group"> + <div class="heading1"> + <div class="space"></div><span class="left"><a name="p262" href="#p262">Open + Now!</a> - <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span + class="right">Posted: Dec 18th, 2009 - 12:30:47 am</span> + <div class="space"></div> + </div> + <div class="content"><b>About:</b> + + <p>Open Now! is a Visual Studio 2005, 2008 and 2010 add-in which allows you to quickly search for files + by name and open them in Visual Studio. Open Now! is an open source add-in licensed under the GPL.</p> + + <b>Screenshots:</b> + + <div style="text-align: center"> + <br> + <img src="../../images/pages/opennow1.png" width="600" height="400" alt="Open Now!" title="Open Now!"> + <br><br> + <img src="../../images/pages/opennow2.png" width="600" height="400" alt="Open Now!" title="Open Now!"> + <br><br> + </div> + + <b>Features:</b> + + <ul> + <li>Open files in Visual Studio or view them in Windows Explorer.</li> + <li>Force open files in code view (instead of designer view which some file types default to).</li> + <li>Filter and sort by file name, file path, project name and project path.</li> + <li>Filter using wildcards.</li> + <li>Retain settings between uses.</li> + <li>Fast responsive interface.</li> + <li>Open source.</li> + </ul> + + <b>Download from Web Archive:</b> + + <ul> + <li><a href="https://marketplace.visualstudio.com/items?itemName=Nem.OpenNow">Open + Now! Package</a></li> + <li><a + href="https://web.archive.org/web/20171105184456/http://nemesis.thewavelength.net/files/files/opennow110.exe">Open + Now! v1.1.0 Installer (450 KB)</a>*</li> + <li><a + href="https://web.archive.org/web/20171105184456/http://nemesis.thewavelength.net/files/files/opennow110.zip">Open + Now! v1.1.0 Archive (65 KB)</a></li> + <li><a + href="https://web.archive.org/web/20171105184456/http://nemesis.thewavelength.net/files/files/opennow110-source.zip">Open + Now! v1.1.0 Source Code (105 KB)</a></li> + </ul> + + <b>Download from unofficial Github mirror:</b> + + <ul> + <li><a href="http://nemstools.github.io/files/opennow110.exe">Open + Now! v1.1.0 Installer (450 KB)</a>*</li> + <li><a href="http://nemstools.github.io/files/opennow110.zip">Open + Now! v1.1.0 Archive (65 KB)</a></li> + <li><a href="http://nemstools.github.io/files/opennow110-source.zip">Open + Now! v1.1.0 Source Code (105 KB)</a></li> + </ul> + + <p>* Includes binaries built for Visual Studio 2005, 2008 and 2010.</p> + + <b>Special Characters:</b> + + <p>There are a number of special characters that can prefix search terms. You can string several special + characters together to create more advanced terms. The actual search string starts after the first + invalid special character or opening quote. These special characters are:</p> + + <ol> + <li>The ampersand (<b>&</b>) specifies that the search string should be combined with a logical + "and". (Note, this is the default implicit behavior - you probably wont even need to type an + ampersand).</li> + <li>The vertical bar (<b>|</b>) specifies that the search string should be combined with a logical + "or".</li> + <li>The hyphon (<b>-</b>) and apostrophe (<b>!</b>) specify that the search string should be negated. + </li> + <li>The backward slash (<b>\</b>) or forward slash (<b>/</b>) specify that the whole file or project + path should be searched, not just the file or project name.</li> + <li>The colon (<b>:</b>) specifies that the project or project path should be searched and not the + file name or file path.</li> + <li>The double quote (<b>"</b>) can be used to surround the above special characters (or spaces) to + effectively "escape" them.</li> + <li>The asterisk (<b>*</b>) can be used as a multi character wildcard.</li> + <li>The question mark (<b>?</b>) can be used as a single character wildcard.</li> + </ol> + + <b>Special Character Examples:</b> + + <br><br> + <center> + <table class="authortable"> + <tbody> + <tr> + <td class="title"> + <center>Example</center> + </td> + <td class="title"> + <center>Description</center> + </td> + </tr> + + <tr> + <td class="argument" valign="top"> + substring .h + </td> + <td class="value1" valign="top"> + Find all files containing <i>substring</i> in all <i>.h</i> files. + </td> + </tr> + + <tr> + <td class="argument" valign="top"> + substring |.cpp |.h + </td> + <td class="value1" valign="top"> + Find all files containing <i>substring</i> in all <i>.cpp</i> and <i>.h</i> files. + </td> + </tr> + + <tr> + <td class="argument" valign="top"> + substring -.h + </td> + <td class="value1" valign="top"> + Find all files containing <i>substring</i> in all files except <i>.h</i> files. + </td> + </tr> + + <tr> + <td class="argument" valign="top"> + substring -.cpp -.h + </td> + <td class="value1" valign="top"> + Find all files containing <i>substring</i> in all files except <i>.cpp</i> and <i>.h</i> + files. + </td> + </tr> + + <tr> + <td class="argument" valign="top"> + substring \\include\ + </td> + <td class="value1" valign="top"> + Find all files containing <i>substring</i> in any folder called <i>include</i>. + </td> + </tr> + + <tr> + <td class="argument" valign="top"> + substring :\"header files" + </td> + <td class="value1" valign="top"> + Find all files containing <i>substring</i> in any filter containing <i>header files</i>. + </td> + </tr> + + <tr> + <td class="argument" valign="top"> + :substring + </td> + <td class="value1" valign="top"> + Find all files in any project containing <i>substring</i>. + </td> + </tr> + + <tr> + <td class="argument" valign="top"> + substring *.h + </td> + <td class="value1" valign="top"> + Find all files containing <i>substring</i> in all files ending in <i>.h</i>. + </td> + </tr> + + </tbody> + </table> + </center> + <br> + + <b>Revision History:</b> + + <br><br> + + v1.1.0 + + <ul> + <li>Added <browse...> option to open files outside of your solution.</browse...> + </li> + <li>Added an OpenComplementary command (Alt+O) to open files of the same name but differing + extensions.</li> + </ul> + + v1.0.2 + + <ul> + <li>Added support for Visual Studio 2010.</li> + </ul> + + v1.0.1 + + <ul> + <li>Added support for Visual Studio 2008.</li> + </ul> + + v1.0.0 + + <ul> + <li>Original build.</li> + </ul> + </div> + <div class="heading1"> + <div class="space"></div><span class="left">Modified: Nov 26th, 2016 - 6:27:14 pm</span><span + class="right">[ 9213 Views ]</span> + <div class="space"></div> + </div> + </div><br> + <div class="group"> + <div class="heading2"> + <div class="space"></div><span class="left"><span class="title">1.</span> <a name="c3351" + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?a=2111">DomIII</a></span><span + class="right">Posted: Mar 25th, 2010 - 10:47:00 am</span> + <div class="space"></div> + </div> + <div class="content">thanks for this! it's very useful</div> + </div><br> + + </div> + <div class="main_sidebar"> + <div class="group"> + <div class="heading1"><span class="title">Miscellaneous</span></div> + <div class="content"><span class="title">» <a + href="../../pages/Miscellaneous-HLLib.html">HLLib</a></span><br> + <span class="title">» <a href="../../pages/Miscellaneous-PS_VTF_Plug-In.html">PS + VTF Plug-In</a></span><br> + <span class="title">» <a href="../../pages/Miscellaneous-PDN_VTF_Plug-In.html">PDN + VTF Plug-In</a></span><br> + <span class="title">» <a href="../../pages/Miscellaneous-Open_Now.html">Open + Now!</a></span><br> + <span class="title">» <a href="../../pages/Miscellaneous-wad2bmp.html">wad2bmp</a></span><br> + <span class="title">» <a href="../../pages/Miscellaneous-Auto_Seamer.html">Auto + Seamer</a></span><br> + <span class="title">» <a href="../../pages/Miscellaneous-BSP_View.html">BSP + View</a></span><br></div> + </div><br> + <div class="group"> + <div class="heading1"><span class="title">Login</span></div> + <div class="content"> + <form name="loginform" method="post" + action="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?c=262&o=0"> + <div class="label">Username:</div> + <div><input type="text" name="username" class="textbox" autocomplete="off" + style="background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAAXNSR0IArs4c6QAAAPhJREFUOBHlU70KgzAQPlMhEvoQTg6OPoOjT+JWOnRqkUKHgqWP4OQbOPokTk6OTkVULNSLVc62oJmbIdzd95NcuGjX2/3YVI/Ts+t0WLE2ut5xsQ0O+90F6UxFjAI8qNcEGONia08e6MNONYwCS7EQAizLmtGUDEzTBNd1fxsYhjEBnHPQNG3KKTYV34F8ec/zwHEciOMYyrIE3/ehKAqIoggo9inGXKmFXwbyBkmSQJqmUNe15IRhCG3byphitm1/eUzDM4qR0TTNjEixGdAnSi3keS5vSk2UDKqqgizLqB4YzvassiKhGtZ/jDMtLOnHz7TE+yf8BaDZXA509yeBAAAAAElFTkSuQmCC"); background-repeat: no-repeat; background-attachment: scroll; background-size: contain; background-position: 98% 50%;"> + </div> + <div class="label">Password:</div> + <div><input type="password" name="password" class="textbox" autocomplete="off" + style="background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAAXNSR0IArs4c6QAAAPhJREFUOBHlU70KgzAQPlMhEvoQTg6OPoOjT+JWOnRqkUKHgqWP4OQbOPokTk6OTkVULNSLVc62oJmbIdzd95NcuGjX2/3YVI/Ts+t0WLE2ut5xsQ0O+90F6UxFjAI8qNcEGONia08e6MNONYwCS7EQAizLmtGUDEzTBNd1fxsYhjEBnHPQNG3KKTYV34F8ec/zwHEciOMYyrIE3/ehKAqIoggo9inGXKmFXwbyBkmSQJqmUNe15IRhCG3byphitm1/eUzDM4qR0TTNjEixGdAnSi3keS5vSk2UDKqqgizLqB4YzvassiKhGtZ/jDMtLOnHz7TE+yf8BaDZXA509yeBAAAAAElFTkSuQmCC"); background-repeat: no-repeat; background-attachment: scroll; background-size: contain; background-position: 98% 50%;"> + </div> + <div class="label"><input type="checkbox" name="storepassword" class="checkbox" + checked="checked">Store Password</div> + <div><input name="login" type="submit" value="Login" class="button"></div> + </form> + </div> + </div> + + <br> + <div class="group"> + <div class="heading1"><span class="title">New Users</span></div> + <div class="content"> + <span class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?action=directory">Directory</a></span><br> + <span class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?c=262&o=0&action=addauthor">Register</a></span><br> + <span class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?c=262&o=0&action=retrievepassword">Retrieve + Password</a></span><br> + </div> + </div> + + <br> + <div class="group"> + <div class="heading1"><span class="title">Latest Comments</span></div> + <div class="content"><span class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?c=277&o=0#c4040">GCFScape + v1.8.6</a> (<a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?a=13286">saqi55</a>)</span><br><span + class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?c=213&o=45#c4039">Crafty + FAQ</a> (<a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?a=13268">steve0503</a>)</span><br><span + class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?c=277&o=0#c4038">GCFScape + v1.8.6</a> (<a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?a=13282">imgsrc17</a>)</span><br><span + class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?c=205&o=210#c4037">About + Crafty</a> (<a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?a=13231">Paynamia</a>)</span><br><span + class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?c=169&o=90#c4036">GCFScape + v1.8.6 Full</a> (<a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?a=13277">liaoyia</a>)</span><br> + </div> + </div><br> + <div class="group"> + <div class="heading1"><span class="title">Latest Articles</span></div> + <div class="content"><span class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?c=277#p277">GCFScape + v1.8.6</a></span><br><span class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?c=276#p276">GCFScape + v1.8.5</a></span><br><span class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?c=275#p275">GCFScape + v1.8.4</a></span><br><span class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?c=274#p274">GCFScape + v1.8.3</a></span><br><span class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?c=273#p273">VTFLib + v1.3.2</a></span><br></div> + </div><br> + <div class="group"> + <div class="heading1"><span class="title">Most Popular Articles</span></div> + <div class="content"><span class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?c=178#p178">VTFEdit + v1.2.5 Full</a></span><br><span class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?c=76#p76">GCFScape + v1.3.1 Full</a></span><br><span class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?c=238#p238">VTFEdit + v1.3.3 Full</a></span><br><span class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?c=154#p154">VTF + Plug-In for Photoshop</a></span><br><span class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?c=169#p169">GCFScape + v1.8.6 Full</a></span><br></div> + </div><br> + <div class="group"> + <div class="heading1"><span class="title">Newest Member</span></div> + <div class="content"><span class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?a=13303">blank</a></span><br> + </div> + </div><br> + <div class="group"> + <div class="heading1"><span class="title">Elite Spammers</span></div> + <div class="content"><span class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><br><span + class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?a=376">Bluefang</a></span><br><span + class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?a=708">NoBody</a></span><br><span + class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?a=7">Slackiller</a></span><br><span + class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/index.php?a=385">Keloran</a></span><br> + </div> + </div> + <br> + <div class="group"> + <div class="heading1"><span class="title">Feeds</span></div> + <div class="content"> + <span class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/rss/?page=1">RSS + 2.0 (News)</a></span><br> + <span class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/rss/">RSS 2.0 + (Entire Site)</a></span><br> + <span class="title">» <a + href="https://web.archive.org/web/20170915080233/http://nemesis.thewavelength.net/rss/?comments&limit=15">RSS + 2.0 (Comments)</a></span><br> + </div> + </div> + + + </div> + <div class="space"></div> + </div> + </div> + <div class="separator"></div> + <div class="heading2 center"><span class="note">Nem's Tools v2.0 © 2006 <a + href="mailto:[email protected]">Ryan Gregg</a>.<br>Execution + time: 0.07963s; Queries: 14.<br> + </span></div> + </div> + </div> +</body> + +</html>
\ No newline at end of file |