Posts Tagged Windows

ShowHTMLDialog with Python and ctypes

This python recipe demonstrates how to use ShowHTMLDialog with Python, ctypes and comtypes on Windows.

showhtmldialog

Read the rest of this entry »

, , ,

No Comments

Bring Colors to the Windows Console with Python

The recipe described in this post demonstrates how to write foreground and background colored text in a Windows Command Line with Python and ctypes.

Colored text in a windows terminal with Python and ctypes

Colored text in a windows terminal with Python and ctypes

Read the rest of this entry »

, ,

11 Comments

SciTE Context Menu 1.4.0 released

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 »

,

4 Comments

SciTE Context Menu 1.3.0 released

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 »

,

No Comments

XML Schema Validation with Python, MSXML and comtypes

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 »

, , ,

4 Comments

XML Schema Validation with Python, MSXML and PyWin32

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 »

, , ,

1 Comment

SciTE Context Menu Extension

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.

Read the rest of this entry »

,

34 Comments

Menu Contextuel pour SciTE

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 »

, ,

No Comments