SciTE Java API

SciTE (Scintilla Text Editor) supports API and Keyword files to customize some aspects of the editor for a given programming language. Keywords files extend the highlighting of source code files (i.e. Class names in Java), and API files allow to displays calltips, basic form of the popular Microsoft Intellisense ®. The BeanShell script, SciteJavaApi.bsh, generates both the Java API and the Keyword files for your current Java Runtime Environment.

Read the rest of this entry »

, ,

6 Comments

Java API pour SciTE

L’éditeur SciTE peut être personnalisé avec l’ajout de fichiers d’API (Application Programming Interface) et de fichiers de mots-clés pour un ou plusieurs langages de programmation. La présence de ces fichiers permet d’améliorer la coloration du langage, par exemple coloration des noms de classe pour Java, d’afficher des bulles d’aide (calltips) et aussi de faciliter la complétion automatique des mots durant l’édition. Le script BeanShell SciteJavaApi.bsh, peut générer le fichier d’API et le fichier de mots-clés Java correspondant à votre environnement Java (JRE). Read the rest of this entry »

, , ,

2 Comments

Javadoc To CHM

Javadoc To CHM is a software that generates Microsoft HTML Help projects files from a Javadoc documentation. It generates the project file (.HHP), the contents file (.HHC) and the index file (.HHK). After having generated the HTML project files, Jd2chm invokes the Microsoft HTML Help Compiler (hhc.exe) with the project file (.HHP) as parameter in order to build the Compiled HTML file (.CHM). Read the rest of this entry »

, ,

8 Comments

Javadoc To CHM

Javadoc To CHM (jd2chm) est un programme qui, à partir d’un ensemble de fichiers Javadoc, génère les sources nécessaires à la création d’une aide au format CHM (Microsoft Compiled HTML Help). Après avoir produit le fichier projet (.HHP), le fichier de contenu (.HHC) et le fichier d’index (.HHK), Jd2chm lance hhc.exe (compilateur d’aide Microsoft), afin de complèter l’aide au format CHM. Read the rest of this entry »

, , ,

No Comments

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