ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

[IDEA] Notepad: Highlight all text after X number of characters/words

<< < (3/5) > >>

publicdomain:
No worry @vic, I do not interfere and wont publish my binary-KodeZwerg (February 28, 2021, 06:58 AM)
--- End quote ---

Feel free to publish yours! We're doing this for the users & the more choice for users = the merrier!! :)

can't await how you solve such problems, great stuff what I've seen so far!  :Thmbsup:-KodeZwerg (February 28, 2021, 06:58 AM)
--- End quote ---

Thanks for your heart-warming words :-*

Appreciated.

vevola:
That is a syntax error.
-Ath (February 28, 2021, 12:19 PM)
--- End quote ---
I totally agree. It's just not a well-formed text.

Phrase was "meet at 9.7 ppl join"
You see, the dot seperates two sentences and is not meant as fraction seperator in that phrase.
-KodeZwerg (February 28, 2021, 10:44 AM)
--- End quote ---

Don't confuse what makes sense in the real world and what is meaningful computationally! :)

----

Since LimitPad is meant to be a stand-alone plain text processor of sorts, helpful especially for online forms that require limited text, I have a few more ideas (dunno how you feel about them)!

1. I realize that some forms also have a minimum requirement (e.g., there has to be a minimum 150 chars for example before the form is accepted).

Since the solution for extra text would be to change the font color to red, I was thinking of how to visualize "still missing text". The only thing that I can think of is to change the bgcolor to a light red for the first n-defined chars spaces (which disappears when text is inputted).
What do you think? Maybe you or someone can think of a more elegant solution...

2. Along this line of reasoning, in the original case of maximum limit of n chars, it might be nice to have an option to see the available space even when nothing is there, something like seeing where the limit it by having the n+1 space bgcolor as light red.
This way I know how much space I still have to type. All text after that point becomes red (or you could keep it black with the light red bgcolor).


I'm quite excited about this project! I think it'll be quite useful! I know a lot of online websites where you have to insert feedback or upload information in text fields, so this will be useful! Most of them have character limits, so it's great you're focusing on that, and having word limits as an ulterior option is great!


I was thinking of future development (yes! even before you've published this!) Another idea for LimitPad is to include a minimal UI which resembles traditional wordpad (Think: Plain Text Wordpad!). I don't think this is high priority, but just to think about if you want to make it more aesthetically appealing/more marketable (I'm thinking something as easy as this: https://www.pongoresume.com/blogPosts/187/plain-text-resumes-how-to-make-them-a-little-less-ugly.cfm)!

Some minimal pseudo-formatting can happen with plain text (like what I'm doing below!), for example you could select the text or place in the document and via icons in the menu bar create:
- lists can be created with an asterisk or a dash and a space
- indent would be three spaces
- BOLD is all-caps
- you could insert horizontal "line" dividers with symbols like overlines or tildes
- If you define characters per line, you can have left/center/right justification
- You could eventually even add a spell-check
- etc.

There are lots of ways to create visual formatting even of plain text, or even to manipulate (convert case, upside-down text, and other more gimmicky stuff). But like I said, I would rather have a good release version of the base program first, and these are all things you could think about if you want to continue development!

I hope @publicdomain you're as excited as I am! Thanks again for your time and effort!!

publicdomain:
Awesome! Are you thinking of making it a Notepad+ plugin, or a Word macro, or a standalone EXE?
-vevola (February 28, 2021, 01:35 AM)
--- End quote ---

...And the winner is... a traditional standalone EXE:



There are lots of ways to create visual formatting even of plain text, or even to manipulate (convert case, upside-down text, and other more gimmicky stuff). But like I said, I would rather have a good release version of the base program first, and these are all things you could think about if you want to continue development!-vevola (March 01, 2021, 03:31 AM)
--- End quote ---

Agreed! Let's focus on your first request, then expand the base program to suit your ideas :)

I hope @publicdomain you're as excited as I am! Thanks again for your time and effort!!
-vevola (March 01, 2021, 03:31 AM)
--- End quote ---

I'm always happy to help a fellow! :Thmbsup:

BTW Feel free to call me Vic! We're just a few days from v0.1.0. As you are responsive, we can advance the proggie faster.

Cheers!

Target:
rather than placing an arbitrary limit on the number of characters or words, why not use large(?) counters? 

IE you can count the number of words AND characters as you type, and displaying that in a couple of prominent text boxes should be pretty trivial.  This would get you around having to supply a nominal limit, and it would work for both minimum and maximum character limitations without the need to change anything.

And I'm not sure that replacing double spaces is a valid approach.  White spaces are still counted as valid characters so trimming them will skew your results, at least for character counts

vevola:
We're just a few days from v0.1.0.
-publicdomain (March 01, 2021, 01:36 PM)
--- End quote ---
Awesome! Will be looking forward to playing around with it! Thanks, Vic!

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version