- Posted by
- Here is a short script that shows some of the functionality you're after on the current open file and leaves that file unchanged and opens a new file with the file name added to each line. I know there are other examples of scripts going thru multiple files (Mofi) and something like this would need ...Posted in Scripts
-   Topics
-   Views
- fan.of.dilbert
Sep 27, 2011
- Find: (?s)</STRUCTURE>.+?<GROUP> Replace: </STRUCTURE><GROUP> or Find: (?si)(</structure>)[^<].*?(<group>) Replace: $1$2 The above Perl style regexp works on multi lines. The inline modifier of (?s) processes the search as if it was one complete string so that . matches any char including new line....Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- fan.of.dilbert
Aug 06, 2010
- Sean: I had messed around with the Zen Coding and happened to see your post mentioning your script and I'm so glad I did. I really like it and find myself using it all the time now. Although Zen Coding has some powerful stuff for certain coding, I like your setup which seems easier to create well fo...Posted in Scripts
-   Topics
-   Views
- fan.of.dilbert
Jan 21, 2010
- echopark I really appreciate U adapting Zen Coding (ZC) for UE. I was wondering if U had tried it with CSS snippets which ZC has ...e.g. bdcl:c ... hot key inserts border-collapse:collapse; I changed function getEditorType (around line 1290) to return 'css' & tried some css snippets and it seems to ...Posted in Scripts
-   Topics
-   Views
- fan.of.dilbert
Jan 11, 2010