Posts Tagged Windows
ShowHTMLDialog with Python and ctypes
Posted by André Burgaud in Python Recipes on July 23, 2009
This python recipe demonstrates how to use ShowHTMLDialog with Python, ctypes and comtypes on Windows.
Bring Colors to the Windows Console with Python
Posted by André Burgaud in Python Recipes on May 10, 2009
The recipe described in this post demonstrates how to write foreground and background colored text in a Windows Command Line with Python and ctypes.
SciTE Context Menu 1.4.0 released
Posted by André Burgaud in Announcements, SciTE Context Menu on December 7, 2008
SciTE Context Menu 1.4.0 is now available. If fixes bugs introduced in version 1.3.0. This version introduced a new GUID to prevent conflicts with other context menus based on this implementation. Read the rest of this entry »
SciTE Context Menu 1.3.0 released
Posted by André Burgaud in Announcements, SciTE Context Menu on May 26, 2008
SciTE Context Menu 1.3.0 is now available. The main enhancement is the support for Windows Vista 64-bit. Read the rest of this entry »
XML Schema Validation with Python, MSXML and comtypes
Posted by André Burgaud in Python Recipes on February 9, 2008
The previous Python Tip, XML Schema Validation with Python, MSXML and PyWin32, described how to use PyWin32 and MSXML to validate XML contents against an XML Schema. The adaptation to perform the same with comtypes instead of PyWin32 is a simple translation. Read the rest of this entry »
XML Schema Validation with Python, MSXML and PyWin32
Posted by André Burgaud in Python Recipes on January 19, 2008
Python ships with XML libraries, but none addressing XML Schema validation. Several options are available to make up for this feature. The solution demonstrated in this Python Tip is a basic implementation of XML schema validation using MSXML and PyWin32. Read the rest of this entry »
SciTE Context Menu Extension
Posted by André Burgaud in SciTE, SciTE Context Menu on January 21, 2003
Windows SciTE Context Menu (WSciTEcm) is a context menu handler that gives the ability, on Windows, to quickly open selected files with the source code editor SciTE in Windows Explorer.
Menu Contextuel pour SciTE
Posted by André Burgaud in SciTE, SciTE Context Menu on January 21, 2003
Le Menu Contextuel pour SciTE (WSciTEcm) est une extension de l’Explorateur Windows. Cette extension expose une nouvelle entrée au menu de répertoire afin de permettre d’ouvrir avec l’éditeur SciTE un ou plusieurs fichiers sélectionnés. C’est alors pratique, d’un simple clic droit de la souris, d’ouvrir directement un fichier avec votre éditeur préféré, comme le montre la capture d’écran suivante (commande Edit with SciTE du menu contextuel). Read the rest of this entry »


Recent Comments