Hi,

i used Bjoernke´s BvG Docu Plugin.

After opening it, i took care that all entries were displayed.

Then i used the following script in the message box to get the desired type of 
words into the clipboard.

for the type "property" for example

   put fld "list" of cd "docu" of stack "BVG docu 2" into tList
   filter tList with "*property"
   replace Tab&"property" with "" in tList
   put tList    --just to get a visual result
   set the clipboarddata["text"] to tList

I am pretty sure that there are better ways to do it, but for me it was the 
quickest.

Regards,

Matthias



> As a matter of interest, how did you extract all the keywords grouped
> by their category?
> 
> On Mon, Sep 15, 2014 at 8:21 PM, Matthias Rebbe | M-R-D
> <matthias_livecode_150...@m-r-d.de> wrote:
>> Hi,
>> 
>> the last days i tried to create a syntax highlighting and autocomplete file 
>> for Ultraedit for Mac.
>> Maybe it is working under Windows, too. Did not had the time yet to try.
>> 
>> I am pretty sure that the file is not 100% perfect, but at least i have 
>> added all commands, constants, keywords, properties and so on and
>> colorizing, auto indent and unindent are working.  Code folding seems to 
>> work also.
>> 
>> As i am working in LC editor with the custard yellow background, i adjusted 
>> the highlighting colors to correspond with that background color.
>> But it is very easy to adjust the colors for each type (property, keyword 
>> and so on.). You can do this directly in UltraEdit.
>> 
>> I have uploaded the file in  case some one is interested in it.
>> 
>> https://dl.dropbox.com/s/27ohn9yzxwrt863/index.html?dl=0
>> 
>> 
>> Regards,
>> 
>> Matthias
>> 
>> 
>> 
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode



_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to