Index
- Programming
- Miscellaneous utilities
- Windows Mobile
- Software elsewhere on ookii.org
Programming
- RegEx Find & Replace Replacement for Visual Studio 2005
-
This Visual Studio 2005 Add-In solves two problems that occur when using the built-in Find & Replace functionality of Visual Studio 2005 with regular expressions:
- Find & Replace does not use the same regular expression syntax as the .Net RegEx class. Although neither syntax is better or worse per se, this requires you to remember two different syntaxes for basically the same thing.
- Find & Replace with regular expressions is incredibly buggy in Visual Studio 2005. Especially when using expressions that include line breaks there are major problems, including captures not capturing anything or capturing the wrong text, and it is even possible to crash the IDE with a simple find pattern.
For installation and usage instructions, consult the readme.txt file in the archive. Reportedly, this add-in does not work with the Express editions of Visual Studio 2005, the full version is required.
Source code and binaries are included in the archive.
- XML comment checker
-
This application performs extensive checks to see if every publicly visible type or member is properly commented.
- Vista style common file dialogs for .Net 2.0 (version 1.2)
-
Microsoft Windows Vista has brand new common file dialogs, but unfortunately the OpenFileDialog, SaveFileDialog and FolderBrowserDialog classes from System.Windows.Forms do not use them; they still get the old-style dialogs.
This .Net 2.0 class library provides equivalents to those three classes that provide the same functionality, but do use the Vista style dialogs if possible. The classes automatically fall back to the old style dialogs on older versions of Windows so you can target all Windows versions without additional effort.
See readme.txt for usage instructions. Source code and binaries are included.
Miscellaneous utilities
- Find As You Type for Internet Explorer
-
Find as you type functionality similar to Firefox, for Internet Explorer.
- Miniature screen-brightness controller
-
A small system-tray application that allows you to control the screen brightness on your laptop or Tablet PC.
Requires Windows XP with Service Pack 1 or higher, and a compatible display driver.
Source code and binaries are included in the archive.
- ToggleNic
-
Easily enable and disable your network connection from the command prompt.
Requires Windows 2000 or higher. For usage instructions, check the included readme.txt
Source code and binaries are included in the archive.
- VATSIM Monitor Sidebar Gadget
- See who's online on VATSIM in the Windows Vista Sidebar.
Windows Mobile
- Japanese Input
- A Soft Input Panel for Windows Mobile based devices that provides Japanese handwriting recognition.
- Pocket Dictionary
- A Japanese dictionary application for Windows Mobile that uses the free EDICT dictionary files.
Software elsewhere on ookii.org
- C9 International Avatar Creator
- Create an avatar for Channel9 in the style pioneered by Jamie. Also available: C9IAC Template Editor and C9IAC Web Edition.
- C9Music
- Dynamically update your Channel9 avatar caption with the name of the currently playing song in your favourite media player.
- English/Uryuomoco Translator
- Translate text to and from the alien language Uryuomoco from the webcomic El Goonish Shive.