Recent comments
- Karl Horky on On macOS Sierra support and the future of SmoothMouse
- Guacamole User on Guacamole 1.4: “Creation of WebSocket tunnel to guacd failed”
- How to Troubleshoot When MacOS High Sierra.app Does Not Appear to Be a Valid OS Installer Application? – Tech guide on “Install %OS%.app does not appear to be a valid OS installer application” (createinstallmedia error)
- Bob J on Paste text even when prohibited in macOS (password dialogs etc)
- Karl Henderson on Windows Server 2019: Remote Desktop License Issue with User CALs
Categories
Tags
- apogee duet
- applescript
- bash
- caps lock
- confluence
- datadog
- data storage
- django
- egpu
- extjs
- gpu
- growl
- guacamole
- gulp
- i18n
- illustrator
- javascript
- jquery
- laserjet
- librsvg
- mac administration
- mac hardware
- mac mouse problems
- macos
- mac software
- mdadm
- microsoft word
- modx
- nginx
- postgres
- proxmox
- python
- raid
- readynas
- starcraft 2
- textmate
- time machine
- ubuntu server
- virtualization
- vite
- vscode
- windows
- windows server
- xcode
- zola
Tag Archives: textmate
Fix Color Picker in TextMate 2 under OS X Mavericks
To fix the Color Picker of TextMate 2 under OS X Mavericks (10.9), do the following: open ~/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/ui.rb, near lines 74-75 replace “AppleScript Runner” with “System Events”. That’s it.
Run Python, Ruby, PHP, Bash scripts in Terminal without stealing focus from TextMate
I wrote a simple TextMate 1.5 bundle to run Python, Ruby, PHP, Bash scripts in Terminal without stealing focus from the TextMate window. It can easily be modified to run the language of your choice.