I am going to keep this as an ongoing post with whatever tips and tricks I come across when using Visual Studio.
Show Active File In Solution Explorer
When working with big solutions and projects this is so useful. By default visual studio doesn't highlight the file that is active (i.e the one you are viewing) in Solution Explorer.
To activate this do the following:
Tools – Options – Projects and Solutions – Track Active Item in Solution Explorer
This weekend I was trying to get the flash player installed on XUbuntu and working on firefox. Following the instructions on Adobe's site didn't work , but after a bit of googling this is what I did and it worked.
This is a useful feature from delicious where you can show how many people have saved your page as a bookmark on delicious and the tags people have used.
You can probably see this at the bottom of this page.
If you are using Visual Studio and clearcase this is really useful. This puts clearcase functions like opening the version tree into the menu when you right click on a file in solution explorer.
1. The following link shows you how to add new menu items to the context menu when you select file in the solution explorer:
VersionTree - this opens up the clearcase version tree for the selected file HijackFileCommand - hjacks the selected file (makes it writeable) ClearCaseAnnotateCommand - calls the clearcase annotate command to show who and when each change was made on the selected file
Thats it. Now right click on a file and you will have these options available
Now this is the dog's dangly bits on text editors. It has built in syntax highlighters for nearly all formats, you can add your own syntax highlighters. You can open files in multiple tabs , firefox style and a whole host of other useful features. I use it for sql file edits, viewing log files , xml editing , batch file editing , etc , etc.
The fastest file searcher I have found that's free! It can search through sub directories and use regexp if you need to. Very useful for search through tons of log files.
Acts like a unix tail command but for windows. I.E. it monitors a text file and keeps updating whenever a new line is added. Perfect for log files. A nice feature is that it can highlight particular strings in whatever format you wish
Definately the best file (and folder) comparison tool I have used. A perfect replacement to the crappy compare tool in clearcase (See my post Use Beyond Compare in Clearcase).
If you don't want to shell out for Beyond Compare , winmerge is a pretty good substitute as it is open source, so yes it is free. One feature it does have that Beyond Compare doesn't is that it does code syntax highlighting in the comparison viewer.
This is a really great tool to search for files . It is really lightweight and superfast. It indexes in the background , so when you search for something it is almost instant.
If you are always running out of disk space, this is the tool for you. It shows you your big folders and files and has a nice little map of your drive.
If you want something to work cross platform see some other suggestions from lifehacker:
export.ExportTable("SELECT * FROM t_table1","t_table1"); export.ExportTable("SELECT * FROM t_table2","t_table2"); export.ExportTable("SELECT * FROM t_table3","t_table3"); export.SaveWorkbook();
Are we there yet?
-
This presentation by Rich Hickey, published at InfoQ, has so much to do with
the things I am researching for Drools now and summarizes so well some of
the ...
News Roundup
-
There are two analyst articles I'd like to point out today. The first is "Rules
the IBM ILOG Way" by Simon Holloway from Bloor, and the second is "Busines...
Getting JFXtras to run on a Mac
-
Many people have encountered problems getting JFXtras to run on a Mac and a
number of solutions have been proferred.
This simple solution worked for me:
1...