Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I can follow this script to show or hide hidden files on a mac, it works. Is there a way to add an icon to the finder window that on click toggles this functionality?
http://www.techiecorner.com/153/how-to-show-hidden-files-in-finder-mac-os-x/
Some ideas:
Make a double-clickable AppleScript file with above commands and
drag the icon into your sidebar or top window bar. This article might help.
Use the Secrets PrefPane to un/set Finder → Show hidden files
Use the hiddenfiles Dashboard Widget
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I would like to hide update or hide certain popup menu items in the taskbar (system tray) of my application only. How do i do that?
If you are using Delphi TTrayIcon component for this then the answer lies in its PopupMenu property.
Through this property you can Access to TTrayIcon underlying PopupMenu at runtime in order to do necessary changes as you would do to any popup menu.
Or you could even assign your own PopupMenu to act as TTrayIcon PopupMenu. With this approach you can design several different PopupMenu-es at design time and then simply chose appropriate PopupMenu to be used at certain time of your Application execution.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
The VMMap help mentions "Show Changes" option in the "View Changes" help section, which sounds like a super useful option.
However, it is nowhere to be found.
I am using the latest VMMap v3.11.
Where is this option? How do I activate it?
The help file is not accurate. First you need to enable tracing of a process, File + Select Process and use the "Launch and trace a new process" tab. Enter at least the Application textbox. When the process starts, the Timeline button on the status bar will be enabled. Click it to get a rough graph of VM usage over time, updated by default once a second.
Click and drag the mouse to make a selection on the graph. The main window shows the changes.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
In Firefox (as well as in Chrome), if you hold down the shift key while clicking a hyperlink, it causes the link to be opened in a new window. Similarly, if you hold down the Ctrl key while clicking a hyperlink, it causes the link to be opened in a new tab.
I was wondering if there is a setting in Firefox that I could change to disable this functionality? (i.e. if you hold down shift or ctrl while clicking a link, that it opens the link in the current tab and does not open it in a new window or new tab.)
I looked in the about:config area but couldn't find anything that could achieve this.
If anyone knows how to do this it would be greatly appreciated!
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
On my mbp, I open xterm under X11 and I want to paste from the clipboard. However, command+v doesnt work and there isnt even an option from the edit menu. Is this not possible? If it is, how do I enable it?
Alt + left mouse click should do the job if the button mouse emulation has been enabled.
And for some more details check this out http://hintsforums.macworld.com/archive/index.php/t-18272.html.
Have you tried the Pasteboard settings in X11? Also, a lot of keyboard shortcuts for X11 actually use ctrl instead of Command (like in GIMP and Inkscape).
Previous Stack answer
Secondly, is there a reason that you're using Xterm instead of Terminal?
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
In VS2010, how to bring back the Visual Studio's yellow gear icon ?
It looked nice and warm in VS2005/2008.
This new purple icon makes my eyes sore..
I want to write .NET codes without being constantly reminded of Eclipse..
If we're right, and you want to monkey with the logo icon, you can right-click on the program, choose "Properties", go to the "Shortcut" tab and click "Change Icon". Then browse to the old VS executable and pick your old logo. I don't know how many places will pick up the change though.