Messages - Tuxman [ switch to compact view ]

Pages: prev1 ... 373 374 375 376 377 [378] 379 380 381 382 383 ... 489next
1886
Developer's Corner / Re: Tabbed Plaintext: Good or not-so-good idea?
« on: December 14, 2010, 04:33 AM »
I was just using ASCII to demonstrate what I wanted. Too lazy to do some GUI mockups.

Because they don't allow me to have multiple "pages" in only 1 file.  :P

I found it pointless to have one separate text file per format

1887
Developer's Corner / Re: Tabbed Plaintext: Good or not-so-good idea?
« on: December 13, 2010, 11:02 AM »
Well, I like penguins :) but I don't target a specific OS.
It is similar indeed, but it works differently and does a lot of stuff that I don't need, like assigning “text types“, pairs of keys and values etc.

What I want to do is nothing more than, basically, a tabbed Notepad.

1888
Developer's Corner / Tabbed Plaintext: Good or not-so-good idea?
« on: December 13, 2010, 09:27 AM »
Sometimes I need the same text a few times with only a few modifications, like: for posting in my WordPress and in discussion boards. As I found it pointless to have one separate text file per format, I usually write it pseudo-formatted and do some regex search and replace on the fly.

Some days ago I had an idea how to optimize handling such things:
"Multi-paged" plaintext.

My approach:
I define a "separator" as a page-break symbol and split the text into multiple tabs then.

Raw draft:

This is text on page 1. Some more text. Yay!

==========================

This is text on page 2. Look how funny it is. Dance, joy.

--->

________________________________________
| Tabbed Plaintext Editor            |_|X|
|________________________________________|
|        |________                       |
| Page 1 | Page 2 |                      |
|________|________|______________________|
|                                        |
| This is text on page 1. (...)          |
|                                        |
|________________________________________|

Pro:
* The "tabbed" text files are still plaintext, so they can be edited even with Notepad.
* No bells & whistles, only splitting.

Con:
Well, name them. I wanted to start coding it in January or something, so if there is something wrong with my thoughts, it would be fine if I knew it in time.

 :)

1889
That's what I wrote, right?

1890
Firebug still does its job when it comes to more advanced page analysis, but regarding CSS Stylizer is better. :-)

Pages: prev1 ... 373 374 375 376 377 [378] 379 380 381 382 383 ... 489next
Go to full version