Sorry if I appeared to complicate things. That wasn't my intent. I replied in a different thread context. I don't know of a way to have a both "seamless" (meaning everybody uses their current favorite editor, eg, NotePad, vi or whatever in exactly the same that they use it now) and high performance (meaning sub-second update) editing of a file visible from both a Unix box and a Windows box.
However, a check-it-out, modify-it, check-it-in model would for sure work. I guess the issue is how to make something like that work as easily as possible... The "get the data into memory and open that data in an editor" is not hard - lots of these things can "read the other guys format". The hard part is "SAVE"..maybe I want to save the data in HIS format, not my native format. That means resolving conflicts with others who might be trying to do the same thing (ie updating the same file) which is the most difficult part and oh, by the way, some format changes along the way.
I guess I just stuck my head into a mess. But these problems have solutions.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.