Update of /cvsroot/gexperts/gexperts/unstable/Src/Formatter
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv27085/unstable/Src/Formatter
Modified Files:
Readme-CodeFormatter.txt
Log Message:
updated the readme
Index: Readme-CodeFormatter.txt
===================================================================
RCS file: /cvsroot/gexperts/gexperts/unstable/Src/Formatter/Readme-CodeFormatter.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Readme-CodeFormatter.txt 21 Jun 2006 11:16:15 -0000 1.1
+++ Readme-CodeFormatter.txt 22 Oct 2006 12:50:48 -0000 1.2
@@ -1,9 +1,10 @@
-To enable the code formatter in GExperts:
+How to enable the code formatter in GExperts:
-* Add all files from this directory and the subdirectories "common" and "engine" to the GExperts project
-* If you want it to be a regular expert, remove GX_eCodeFormatter from the project
-* if you want it to be an editor expert, remove GX_Formatter from the project
-(only one of these units should be included)
-* recompile and replace your gexperts*.dll with the newly compiled one.
-* If you included GX_eCodeFormatter, you will find the expert listed on the "Editor Experts" tab. There you can call the configuration dialog and set the keyboard shortcut
-* if you included GX_Formatter, you will find the expert listed as a regular expert.
+* The subdirectory ExperimentalProjects contains project files for all supported Delphi versions for
+ * GExperts with code formatter as a regular wizard
+ * GExperts with code formatter as an editor wizard
+* Copy the one you want to use to the ..\..\ (unstable) directory.
+* Load and build the project
+* Replace your gexperts*.dll with the newly compiled one, changing the name appropriately
+* If you used the one with the editor expert, you will find the code formatter on the "Editor Experts" tab. There you can call the configuration dialog and set the keyboard shortcut
+* if you used the one with the regular expert, you will find the expert listed as a regular expert.
|