Archive for the ‘Application’ Category
November 3rd, 2009
Tags: dragthing | Posted in Application, Mac | No Comments »
Regarding TidBITS’s “Hidden Single-Application Mode”:
But it goes further. Lurking in the scary bowels of Mac OS X for all
these years has been this little command, which brings back
single-application mode. (Go ahead and try it – it’s easily reversed.)
defaults write com.apple.dock single-app -bool true For
single-application mode to take effect, you have to relaunch the Dock
with this second command. killall Dock
Previously I use multiXFinder for this kind of job, which is free and play nicely with Snow Leopard. Additionally, it can also active the “Single Application Mode” while using Command + tab to switch applications. No need to mention the love of whitelist for some particular applications. Days ago I re-invited DragThing to my system and remember that DragThing itself has the exactly same feature.

Finally I use AppleScript to toggle this behavior, and it is lunched by FastScript.
tell application "DragThing"
if not (hide other applications when switching) then
set hide other applications when switching to true
else
set hide other applications when switching to false
end if
end tell
No Comments »
October 30th, 2009
Posted in Application, Mac | 2 Comments »
Actually BBEdit is still fast. More than 10 years ago (July 1997), On ATPM’s “Review :BBEdit 4.0.4″:
This review really wouldn’t be complete without mentioning BBEdit’s
incredible speed. While many of our readers might not consider speed to
be a noteworthy trait for a text editor, I could easily find programs
that deal with text in a drudgingly slow manner (Microsoft Word 6.0
comes to mind). BBEdit’s speed is apparent in every task it achieves,
from scrolling, to searching and replacing, to formatting HTML to
executing macros, BBEdit is the fastest text editor on the face of the
planet, and without question the fastest HTML editor in the universe.
Even today, open a 200mb plain text file in both BBEdit and TextMate, scroll up and down, you’ll see what I mean.
2 Comments »
September 14th, 2009
Posted in Application | 2 Comments »
Acorn upgraded to 2.0 and got 64 bits support right now. Some
hi-lights:
- You’ve now got a new preference to have every window on its own
layer when making a screenshot.
- Render Clouds has long been a staple
in the designer’s toolbox, a great starting place for textures.
Neat. And you can use it for free after 14 days trial. (Some
features disabled, of course.)
2 Comments »
August 30th, 2009
Tags: input method, snow leopard | Posted in Application | 2 Comments »
在切換輸入法(cmd + space)的時候長按 cmd 系統會提供給你目前可用的輸入法/鍵盤。

2 Comments »
August 28th, 2009
Posted in Application | No Comments »
Numbers failed to open a 3MB text file – too large? Have to use MS Excel in this case. :-/

No Comments »
July 6th, 2009
Tags: safari | Posted in Application | 1 Comment »
I don’t know if it’s a new feature in Safari 4, but I never saw it before:

When a text looks like a URL is selected in Safari 4, new options will appear in context menu: Go to Address, Go To Address in New Window, Go To Address in New Tab.
Neat.
1 Comment »
June 25th, 2009
Tags: bbedit | Posted in Application | No Comments »
"defaults write com.barebones.bbedit MultiDocumentWindows:PreferredEdge Left"
(via siegel)
No Comments »