Changeset 215 for trunk/lingosource/castlib1/convert_Lingo_2_CSS_Html.ls
- Timestamp:
- 12/15/08 13:00:15 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/convert_Lingo_2_CSS_Html.ls
r180 r215 1 -- Create HTML code from a lingo script 2 -- ©06 Alex da Franca -- alex@farbflash.de 3 4 5 -- Usage: 6 -- -- Copy the scripttext from a script editor 7 -- -- make a new #text member 8 -- -- open the new #textmember in the text editor 9 -- -- paste the contents of the clipboard (now the text member has the script text WITH the formatting) 10 -- -- use the below handler "mConvertCode2HTML" with the html of the textmember as argument to get a CSS html string 11 1 -- convert_Lingo_2_CSS_Html 2 ----------------------------------- 3 -- CREATED: 4 -- 2006 5 -- PROPERTIES: 6 --!memberProperties: [#name: "convert_Lingo_2_CSS_Html", #scripttype: #movie, #scriptSyntax: #lingo, #comments: "~/Documents/Scripts/lingo/convert_Lingo_2_CSS_Html.ls"] 7 -- 8 -- DESCRIPTION: 9 -- Create HTML code from a lingo script -- c06 Alex da Franca -- alex@farbflash.de 10 -- 11 -- REQUIRES: 12 -- xtra "pregex" for fast search and replace functionality 13 -- 14 -- USAGE: 15 -- Copy the scripttext from a script editor into the clipboard 16 -- make a new #text member 17 -- open the new #textmember in the text editor 18 -- paste the contents of the clipboard (now the text member has the script text WITH the formatting) 19 -- use the below handler "mConvertCode2HTML" with the html of the textmember as argument to get a CSS html string 20 ----------------------------------- 12 21 13 22 -- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 23 -- uses the selected #text member of the stage movie 14 24 15 25 on mCopyConvert2HTML
Note: See TracChangeset
for help on using the changeset viewer.
