OSDN Git Service

PATCH: [ 1277316 ] New layout for list_of_sources.txt
authorKimmo Varis <kimmov@gmail.com>
Thu, 1 Sep 2005 14:09:56 +0000 (14:09 +0000)
committerKimmo Varis <kimmov@gmail.com>
Thu, 1 Sep 2005 14:09:56 +0000 (14:09 +0000)
 - submitted by Tim

Plugins/list_of_sources.txt
Plugins/readme.txt

index 985c905..a442c4e 100644 (file)
-language       event                   name                            File filter 
+--------------------------------------------------------------------------------
+DisplayBinaryFiles
+--------------------------------------------------------------------------------
+Quickly display binary files, like Windiff.
+No packing (no save).
 
+    Language: VC
+       Event: FILE_PACK_UNPACK
+ File filter: .exe, .dll, .ocx, .doc, .xls
+--------------------------------------------------------------------------------
 
-VC             FILE_PACK_UNPACK        HideFirstLetter                 *.nofirst, *.hidefirst
 
-The first non-space character is invisible in the merge editor (and restored when saving)      
+--------------------------------------------------------------------------------
+DisplayXMLFiles
+--------------------------------------------------------------------------------
+Display xml files nicely, by consistently inserting tabs and linebreaks.
+No packing (no save).
 
-Delphi         FILE_PACK_UNPACK        UnpackDFM                       *.dfm
+    Language: VC
+       Event: FILE_PACK_UNPACK
+ File filter: .xml
+--------------------------------------------------------------------------------
 
-UnpackDFM is a plugin for WinMerge which allows WinMerge to compare and merge Delphi's binary dfm files.
-Written in and for Borland Delphi 4.
-Requires the runtime library vcl40.bpl, which is part of the Delphi 4 setup.
 
-VC             FILE_PACK_UNPACK        WatchBeginningOfLog             *.log
-VC             FILE_PACK_UNPACK        WatchEndOfLog                   *.log
+--------------------------------------------------------------------------------
+HideFirstLetter
+--------------------------------------------------------------------------------
+The first non-space character is invisible in the merge editor (and restored
+when saving).
 
-For long log files, user is often interested only in the first lines or in the last lines.
-WatchBeginningOfLog truncates the files to the first 1/10th.
-WatchEndOfLog truncates the files to the first 1/10th.
+    Language: VC
+       Event: FILE_PACK_UNPACK
+ File filter: *.nofirst, *.hidefirst
+--------------------------------------------------------------------------------
 
-VC             FILE_PACK_UNPACK        DisplayBinaryFiles              .exe, .dll, .ocx, .doc, .xls
 
-Quickly display binary files, like Windiff.
-No packing (no save).
-
-VC             FILE_PACK_UNPACK        DisplayXMLFiles                 .xml
+--------------------------------------------------------------------------------
+IgnoreColumns, IgnoreFieldsComma, IgnoreFieldsTab
+--------------------------------------------------------------------------------
+Ignore differences in some columns or some fields (files with separators).
+Update the name of the dll to pass the list of columns/fields.
 
-Display xml files nicely, by consistently inserting tabs and linebreaks.
-No packing (no save).
+    Language: VC
+       Event: BUFFER_PREDIFF
+ File filter: *.txt (IgnoreColumns, IgnoreFieldsTab)
+              *.csv (IgnoreFieldsComma)
+--------------------------------------------------------------------------------
 
-VC             FILE_PACK_UNPACK        IgnoreCommentsC                 .cpp, .cxx, .h, .hxx, .c, .php, .js
 
+--------------------------------------------------------------------------------
+IgnoreCommentsC
+--------------------------------------------------------------------------------
 Ignore comments in C/C++/PHP/JS files.
 No packing (no save).
 
-VB             BUFFER_PACK_UNPACK      HideLastLetter                  *.last
+    Language: VC
+       Event: FILE_PACK_UNPACK
+ File filter: .cpp, .cxx, .h, .hxx, .c, .php, .js
+--------------------------------------------------------------------------------
 
-The last non-space character is invisible in the merge editor (and restored when saving)
-                                                               
 
-VB             BUFFER_PREDIFF          IgnoreTwoFirstCharsOrder        *.txt
+--------------------------------------------------------------------------------
+RCLocalizationHelper
+--------------------------------------------------------------------------------
+Ignore localized strings/layout in files .rc.
 
-Sort the first two characters of both files before diffing
+    Language: VC
+       Event: BUFFER_PREDIFF
+ File filter: *.rc
+--------------------------------------------------------------------------------
 
-VC             BUFFER_PREDIFF          RCLocalizationHelper            *.rc
 
-Ignore localized strings/layout in files .rc
+--------------------------------------------------------------------------------
+WatchBeginningOfLog, WatchEndOfLog
+--------------------------------------------------------------------------------
+For long log files, user is often interested only in the first lines or in the
+last lines.
 
-VC             BUFFER_PREDIFF          IgnoreColumns                   *.txt
-VC             BUFFER_PREDIFF          IgnoreFieldsComma               *.csv
-VC             BUFFER_PREDIFF          IgnoreFieldsTab                 *.txt
+ * "WatchBeginningOfLog" truncates the files to the first 1/10th.
+ * "WatchEndOfLog" truncates the files to the first 1/10th.
 
-Ignore differences in some columns or some fields (files with separators).
-Update the name of the dll to pass the list of columns/fields.
+    Language: VC
+       Event: FILE_PACK_UNPACK
+ File filter: *.log
+--------------------------------------------------------------------------------
+
+
+--------------------------------------------------------------------------------
+HideLastLetter
+--------------------------------------------------------------------------------
+The last non-space character is invisible in the merge editor (and restored
+when saving).
+
+    Language: VB
+       Event: BUFFER_PACK_UNPACK
+ File filter: *.last
+--------------------------------------------------------------------------------
 
-VB             EDITOR_SCRIPT           ToUpper                         ---
 
-ToUpper : convert the selection to upper case
+--------------------------------------------------------------------------------
+IgnoreTwoFirstCharsOrder
+--------------------------------------------------------------------------------
+Sort the first two characters of both files before diffing.
 
-VBS            EDITOR_SCRIPT           editor addin                    ---
+    Language: VB
+       Event: BUFFER_PREDIFF
+ File filter: *.txt
+--------------------------------------------------------------------------------
 
-MakeUpper : convert the selection to upper case
-MakeLower : convert the selection to lower case
 
-VBS            EDITOR_SCRIPT           insert datetime                 ---
+--------------------------------------------------------------------------------
+ToUpper
+--------------------------------------------------------------------------------
+ * "ToUpper" convert the selection to upper case.
+
+    Language: VB
+       Event: EDITOR_SCRIPT
+--------------------------------------------------------------------------------
+
+
+--------------------------------------------------------------------------------
+UnpackDFM
+--------------------------------------------------------------------------------
+UnpackDFM is a plugin for WinMerge which allows WinMerge to compare and merge
+Delphi's binary dfm files. Written in and for Borland Delphi 4.
+Requires the runtime library vcl40.bpl, which is part of the Delphi 4 setup.
+
+    Language: Delphi
+       Event: FILE_PACK_UNPACK
+ File filter: *.dfm
+--------------------------------------------------------------------------------
 
-InsertDate : insert date in the current locale
-InsertTime : insert time in the current locale
 
+--------------------------------------------------------------------------------
+editor addin
+--------------------------------------------------------------------------------
+ * "MakeUpper" convert the selection to upper case.
+ * "MakeLower" convert the selection to lower case.
 
+    Language: VBS
+       Event: EDITOR_SCRIPT
+--------------------------------------------------------------------------------
 
 
+--------------------------------------------------------------------------------
+insert datetime
+--------------------------------------------------------------------------------
+ * "InsertDate" insert date in the current locale.
+ * "InsertTime" insert time in the current locale.
 
+    Language: VBS
+       Event: EDITOR_SCRIPT
+--------------------------------------------------------------------------------
\ No newline at end of file
index b04f638..a8b8420 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-01 Kimmo
+ PATCH: [ 1277316 ] New layout for list_of_sources.txt
+  Submitted by Tim
+  Plugins: list_of_sources.txt
+
 2005-08-16 Tim
  PATCH: [ 1215964 ] Rename 'list.txt' to 'Plugins.txt'
   New file: Plugins\dlls\Plugins.txt