From d8d623ea20a8d20dae3a2f73d4a109f08bdf729f Mon Sep 17 00:00:00 2001 From: Maxxiii <30539708+Maxxiii@users.noreply.github.com> Date: Mon, 14 Sep 2020 20:42:31 +0300 Subject: Add remaining Comments pages and links to them (only 1st page for now) --- subpages/Comments/Open_Now.html | 423 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 423 insertions(+) create mode 100644 subpages/Comments/Open_Now.html (limited to 'subpages/Comments/Open_Now.html') 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 @@ + + + + Nem's Tools [Miscellaneous - Open Now! - Open Now!] + + + + + + + + + + +
This is archived copy of currently unavailable Nem's + Tools website, restored from Web Archive.
+ Download section now provides links to both Web Archive and to this unofficial Github mirror. +
+
+
+
+ +
+
+
+
+
+
+
+
Open + Now! - NemPosted: Dec 18th, 2009 - 12:30:47 am +
+
+
About: + +

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.

+ + Screenshots: + +
+
+ Open Now! +

+ Open Now! +

+
+ + Features: + +
    +
  • Open files in Visual Studio or view them in Windows Explorer.
  • +
  • Force open files in code view (instead of designer view which some file types default to).
  • +
  • Filter and sort by file name, file path, project name and project path.
  • +
  • Filter using wildcards.
  • +
  • Retain settings between uses.
  • +
  • Fast responsive interface.
  • +
  • Open source.
  • +
+ + Download from Web Archive: + + + + Download from unofficial Github mirror: + + + +

* Includes binaries built for Visual Studio 2005, 2008 and 2010.

+ + Special Characters: + +

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:

+ +
    +
  1. The ampersand (&) 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).
  2. +
  3. The vertical bar (|) specifies that the search string should be combined with a logical + "or".
  4. +
  5. The hyphon (-) and apostrophe (!) specify that the search string should be negated. +
  6. +
  7. The backward slash (\) or forward slash (/) specify that the whole file or project + path should be searched, not just the file or project name.
  8. +
  9. The colon (:) specifies that the project or project path should be searched and not the + file name or file path.
  10. +
  11. The double quote (") can be used to surround the above special characters (or spaces) to + effectively "escape" them.
  12. +
  13. The asterisk (*) can be used as a multi character wildcard.
  14. +
  15. The question mark (?) can be used as a single character wildcard.
  16. +
+ + Special Character Examples: + +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
Example
+
+
Description
+
+ substring .h + + Find all files containing substring in all .h files. +
+ substring |.cpp |.h + + Find all files containing substring in all .cpp and .h files. +
+ substring -.h + + Find all files containing substring in all files except .h files. +
+ substring -.cpp -.h + + Find all files containing substring in all files except .cpp and .h + files. +
+ substring \\include\ + + Find all files containing substring in any folder called include. +
+ substring :\"header files" + + Find all files containing substring in any filter containing header files. +
+ :substring + + Find all files in any project containing substring. +
+ substring *.h + + Find all files containing substring in all files ending in .h. +
+
+
+ + Revision History: + +

+ + v1.1.0 + +
    +
  • Added option to open files outside of your solution. +
  • +
  • Added an OpenComplementary command (Alt+O) to open files of the same name but differing + extensions.
  • +
+ + v1.0.2 + +
    +
  • Added support for Visual Studio 2010.
  • +
+ + v1.0.1 + +
    +
  • Added support for Visual Studio 2008.
  • +
+ + v1.0.0 + +
    +
  • Original build.
  • +
+
+
+
Modified: Nov 26th, 2016 - 6:27:14 pm[ 9213 Views ] +
+
+

+
+
+
1. DomIIIPosted: Mar 25th, 2010 - 10:47:00 am +
+
+
thanks for this! it's very useful
+

+ +
+
+
+
Miscellaneous
+ +

+
+
Login
+
+
+
Username:
+
+
+
Password:
+
+
+
Store Password
+
+
+
+
+ +
+
+
New Users
+ +
+ +
+
+
+
+
+
Newest Member
+
» blank
+
+

+
+
Elite Spammers
+ +
+
+ + + +
+
+
+
+
+
Nem's Tools v2.0 © 2006 Ryan Gregg.
Execution + time: 0.07963s; Queries: 14.
+
+
+
+ + + \ No newline at end of file -- cgit v1.2.3