I play a game called Europa Universalis IV. One of the reasons I enjoy this game is because it is very modifiable.
The structured text files that translate the interface keywords into human language have a format and extension of yml.
I have no problem editing these files in Notepad++. However ...
Search found 12 matches
- Wed Oct 16, 2013 12:21 pm
- Forum: General
- Topic: yml structured text files
- Replies: 2
- Views: 1058
- Wed Sep 28, 2011 8:30 am
- Forum: General
- Topic: Workspace Request
- Replies: 2
- Views: 576
using tabs and windows
My workspace is divided into two windows. The left hand window has the files I am working on (programs etc) and the right hand window has reference files (specs, notes etc)
With two windows I find tabs work better than the document selector.
With two windows I find tabs work better than the document selector.
- Sun Jul 10, 2011 1:18 pm
- Forum: General
- Topic: Workspace Request
- Replies: 2
- Views: 576
Workspace Request
I love the workspace feature. I like having a dozen files open all the time. For quick access I arrange these in a particular order with the most frequently used ones on the left.
Sometimes when I open the workspace it arranges the files as I like them (i.e. as they were when I last saved the ...
Sometimes when I open the workspace it arranges the files as I like them (i.e. as they were when I last saved the ...
- Sat Feb 12, 2011 3:28 pm
- Forum: General
- Topic: Join (^J) has gone AWOL
- Replies: 1
- Views: 652
Join (^J) has gone AWOL
I use the Join (^J) feature a lot. I add an icon for it on the toolbar.
I just went to use the icon and its gone. So I went to the Edit menu and its not there either. So I tried control+J - nada.
Please help me get Join back
I just went to use the icon and its gone. So I went to the Edit menu and its not there either. So I tried control+J - nada.
Please help me get Join back
- Mon Oct 27, 2008 9:37 am
- Forum: WildEdit
- Topic: what is the wild edit equivalent of \n
- Replies: 3
- Views: 2773
thank you
That is very clear and helpful ben_josephs.
Thank you.
Thank you.
- Sat Oct 25, 2008 10:55 pm
- Forum: WildEdit
- Topic: what is the wild edit equivalent of \n
- Replies: 3
- Views: 2773
what is the wild edit equivalent of \n
the wild edit help claims that \n is newline (as it is in test pad) but
replace: something\n
with: somethingelse\n
finds no instances of something\n even though they exist
replace: something\n
with: somethingelse\n
finds no instances of something\n even though they exist
- Fri Feb 29, 2008 3:36 pm
- Forum: WildEdit
- Topic: excluding text in quotes
- Replies: 7
- Views: 4713
- Fri Feb 29, 2008 1:07 pm
- Forum: WildEdit
- Topic: excluding text in quotes
- Replies: 7
- Views: 4713
brackets? yes please!
Yes. Sorry, my mistake.
You can write the replacement expression equivalently as
?1,:?2$2
which has the virtue of being even more obscure. :-)
I think I'll keep the brackets, this regular expression business has my brain at the very edge of its abilities and dispensing with the brackets might ...
You can write the replacement expression equivalently as
?1,:?2$2
which has the virtue of being even more obscure. :-)
I think I'll keep the brackets, this regular expression business has my brain at the very edge of its abilities and dispensing with the brackets might ...
- Fri Feb 29, 2008 12:12 pm
- Forum: WildEdit
- Topic: excluding text in quotes
- Replies: 7
- Views: 4713
thank you, I think I understand that
Here's one way to do it, using conditional expressions:
F ind what: ( )|("[^"]*")
R eplace with: ?1():?2($2)
[ X ] Regular e x pression
[ X ] Rep l acement format
Yes! Wow! I am impressed with both the tool and your understanding of it.
If I understand your suggestion correctly (and I ...
F ind what: ( )|("[^"]*")
R eplace with: ?1():?2($2)
[ X ] Regular e x pression
[ X ] Rep l acement format
Yes! Wow! I am impressed with both the tool and your understanding of it.
If I understand your suggestion correctly (and I ...
- Fri Feb 29, 2008 11:10 am
- Forum: WildEdit
- Topic: excluding text in quotes
- Replies: 7
- Views: 4713
excluding text in quotes
I have a text file which I want to convert to a CSV.
All I would need to do is to convert <space> to comma to do this except for one complication, the file includes text in quotes and the spaces should not be removed from text in quotes .
Is there a regular expression which will tell WildEdit to ...
All I would need to do is to convert <space> to comma to do this except for one complication, the file includes text in quotes and the spaces should not be removed from text in quotes .
Is there a regular expression which will tell WildEdit to ...
- Fri Feb 29, 2008 10:24 am
- Forum: WildEdit
- Topic: character encoding
- Replies: 1
- Views: 1798
character encoding
I am having some trouble with some text documents and I am pretty sure the problem is to do with character encoding
I am doing things like replacing spaces with commas or tabs with spaces and on most text files I have no problem but on some of the text files the same syntax either does nothing or ...
I am doing things like replacing spaces with commas or tabs with spaces and on most text files I have no problem but on some of the text files the same syntax either does nothing or ...
- Mon Oct 08, 2007 8:06 am
- Forum: General
- Topic: Dynamic clipboard paste within a macro
- Replies: 3
- Views: 817