Tagged Questions

0
votes
1answer
18 views

Visual Studio Shortcut/Alias In .csproj

Within Visual Studio I'm pretty sure there is a way to "alias" a file among several projects. So in other words the actual file lives in only one place within the file system but h …
0
votes
0answers
15 views

How to create a “open with …” short-cut on Windows? [closed]

Hi, I want to create a keyboard short-cut that will open a file I am on with Notepad++. How can I do that? Thanks!
0
votes
2answers
143 views

.NET - Create desktop shortcut on installation?

Is the option to create a desktop shortcut during installation only available if the application targets the .NET Framework 3.5? On one of my projects, the option is grayed out an …
1
vote
1answer
25 views

Shortcut to turn on Resharper

Usually I start VS2008 without Resharper because it makes VS startup way too slow and I just need to fix a bug. But sometimes, I do want to turn on Resharper. Is there a way to s …
0
votes
1answer
37 views

Which ReSharper command causes the Context Action List to pop up?

I've turned off ReSharper intellisense but still want a keyboard shortcut for opening the context action list (the one that pops up on the left when you point at a piece of code). …
0
votes
5answers
154 views

How can I redirect all shortcuts to a given executable? Is there any equivalent to a symlink on Windows?

I am working on a program which includes a general purpose engine, some program specific content, and a custom automatic updater to handle updating the many gigabytes worth of medi …
0
votes
0answers
116 views

Create shortcut to start menu (not IN start menu)

I have been experimenting with object dock and rocket dock. So far I like object dock better, but it takes FOREVER to start up on my machine (more than a minute). I am running on a …
0
votes
2answers
59 views

How to get big Vista icons for a shortcut created with a VS2008 Setup and Deployment project?

First I made an app and I set its application icon to a icon I made. That icon has 256x256px in it, and it works good in windows vista (256 size gets used when really large icon). …
0
votes
2answers
89 views

How do I create Visual Studio shortcut files.

In Visual Studio there is a way to have a file in another project that is a shortcut to the first so that it builds in both. How do I do that?
1
vote
2answers
97 views

Bash Script - Running current or new instance of an application

I added a shortcut to an application in ubuntu. Each time i press shortcut keys, a new instance of application is created. I need only one instance, what script i can use to open t …
0
votes
3answers
68 views

how to make Javascript shortcut in all browser.

I'm trying to make shortcut with javascript. It works with FF but not with IE8. I'm using this code - document.onkeydown=function(e) { if(e.which == 83) { alert("hello"); } …
0
votes
4answers
546 views

How do you make an Android “Home” shortcut bypass the app it’s point to’s history?

I have an app that allows you to create Home "shortcuts" to a specific Activity. It turns out that some of my users will use the app, hit the home key to go do something else, then …
0
votes
2answers
162 views

Is there an iPhone URL shortcut for calendar?

I can launch Google Maps, Mail, Safari and others... but is there the same functionality for Calendar?? EDIT: I only want to add an event into the calendar. Thanks guys! Nick.
2
votes
0answers
42 views

Doxygen style comments in Kate

Kate features a very handy shortcut (Ctrl+D) to apply single- and multi-line comment to the selected region of text. How can I configure Kate to apply doxygen style comments in C/C …
1
vote
5answers
487 views

Can StyleCop automatically fix anything?

I've decided to start running StyleCop on a medium sized project and am getting over 1000 warnings. Is there a quick easy way to fix most of these warnings? Most of the warnings c …

1 2 3 4 next
15 30 50 per page