topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 6:41 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Last post Author Topic: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility  (Read 140471 times)

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,959
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #25 on: January 14, 2014, 03:30 PM »
I get to the MEGA site just fine, and it loads and then displays a download button, which I click and then:

It gives me an error message:

Doesn't include any valid URL!
It does show progress. I only get an error message at the end and no file is actually downloaded (it says 0 bytes)

Odd, fine here too...
Tom

HankFriedman

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 147
  • A computer nerd whose also a psychic & astrologer
    • View Profile
    • Welcome to Hank Friedman's Website
    • Read more about this member.
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #26 on: January 14, 2014, 04:20 PM »
I finally gave up on getting it via FireFox and used Chrome, and got it fine!

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #27 on: January 14, 2014, 06:10 PM »
Just curious, so now that I'm home, I tried it in FF.  When I tried to use flashgot on the resulting download from mega after pressing the button, I got a weird url and it tried to download an index.html, which failed and left me with a 0 byte partial file.  The address for that file was http://blob:9971c197...e0-bf99-36634b09fba0.

When I bypassed FlashGot and GetRight, it downloaded fine.

Strange.

phitsc

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 1,198
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #28 on: January 15, 2014, 01:25 AM »
Thanks guys for letting me know. I'll upload the next release somewhere else.

phitsc

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 1,198
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #29 on: January 15, 2014, 01:26 AM »
Some more suggestions:
(taken from an old plugin for Notepad++,but that plugin doesn't works anymore...)

Some functions ask multiple optional parameters. Just see what you can do with it.

All line functions

  • ReverseLines(): Reverses the order of all the lines.
  • Scramble(): rearranges the lines in random order.
  • SetBlanks(int minblank, int maxblank, int threshhold): Changes the number of blank lines between lines.
  • SortCase(): Like sort, but case-sensitive.
  • Wrap(int columncount, int ignorewords): Adds hard returns to force columns to a certain width.

Per-Line Functions

  • AddLineNumbers(string separator, string padchar, int length): Puts the line number on the front of each line, with an optional separator.
  • AddLineNumbersOffset(string separator, string padchar, int length, int offset): Puts the line number on the front of each line, with an optional separator.  Offset is the number of the first line.
  • BeginLine(string text): Appends text to the beginning of every line.
  • CutLeft(int count): Removes count characters from the beginning of each line.
  • CutRight(int count): Removes count characters from the end of each line.
  • DeleteToTag(string tag): For each line, deletes all characters before first instance of tag
  • EndLine(string text): Appends text to the end of every line.
  • PadLeft(string padchar, int length): Pads the beginning of each line with padchar to extend the length where necessary
  • PadRight(string padchar, int length): Pads the end of each line with padchar to extend the length where necessary
  • ShortenLeft(int length): Removes characters from the beginning of each line if the line is too long
  • ShortenRight(int length): Removes characters from the end of each line if the line is too long
  • SizeLeft(string padchar, int length): Pads or cuts the beginning of each line to make it the exact length
  • SizeRight(string padchar, int length): Pads or cuts the end of each line to make it the exact length
  • Trim(string badchars): Strips all badchars from the beginning and end of every line.
  • TrimLeft(string badchars): Strips all badchars from the beginning of every line.
  • TrimRight(string badchars): Strips all badchars from the end of every line.

Deleting Lines

  • DeleteDupes(): Deletes any line that is identical to a previous line.

Search and Replace

  • Replace(string oldtext, string newtext): Replaces all instances of oldtext with newtext.

Thanks DeVamp. That's quite a list! Have any priorities?

Ath

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 3,612
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #30 on: January 15, 2014, 05:11 AM »
I'll upload the next release somewhere else.
You could attach it to the original release-post, so it's stored somewhere in the forum-space, and always available as long as the forum is :up:

phitsc

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 1,198
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #31 on: January 15, 2014, 06:25 AM »
I'll upload the next release somewhere else.
You could attach it to the original release-post, so it's stored somewhere in the forum-space, and always available as long as the forum is :up:

Makes sense!

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #32 on: January 16, 2014, 11:28 PM »
Featured on ILoveFreeSoftware today:
http://www.ilovefree...nerate-checksum.html

I tried Text Inspection & Manipulation tool with Windows 7 and I got to say that I loved it.

phitsc

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 1,198
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #33 on: January 17, 2014, 02:18 AM »
Thanks for the heads up mouser! :)

phitsc

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 1,198
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #34 on: January 17, 2014, 02:22 AM »
I'll upload the next release somewhere else.
You could attach it to the original release-post, so it's stored somewhere in the forum-space, and always available as long as the forum is :up:

I've done this now. Sorry to everyone who had trouble downloading it from mega.

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #35 on: January 17, 2014, 08:26 AM »
I tend to host it b/c of the bandwidth concerns, so don't feel too bad...  Everyone that downloads it here is adding to the burden of bandwidth.  But with yours only being 17k, some of the images on DC are larger than the archive ;)

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #36 on: January 17, 2014, 08:51 AM »
Featured on ILoveFreeSoftware today:
http://www.ilovefree...nerate-checksum.html

That's a great review.  Kudos, phitsc!   :up:

phitsc

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 1,198
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #37 on: January 17, 2014, 04:06 PM »
Thanks skwire. I have to say I was very surprised about the length! Feeling honored someone spent the time writing all this down. :)

phitsc

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 1,198
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #38 on: January 18, 2014, 04:46 PM »
New release available. Started to implement some of DeVamp's suggestions.

DeVamp

  • Supporting Member
  • Joined in 2008
  • **
  • Posts: 122
  • Let the coding begin :-)
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #39 on: January 19, 2014, 04:57 AM »
Hey phitsc,

No real priorities.
You can do as you see fit.

Maybe youi can put a link to this topic in the about section. :)
Makes it easier to check for updates.
Or you could use the donationcoder update mechanism. :)

Anyway, thanks for the program and the implementations of my suggestions :)

phitsc

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 1,198
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #40 on: January 22, 2014, 04:06 PM »
Added:

* Filter for text manipulation tree
* Improved keyboard handling
* File open and save

DeVamp

  • Supporting Member
  • Joined in 2008
  • **
  • Posts: 122
  • Let the coding begin :-)
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #41 on: January 22, 2014, 04:09 PM »
I can't download:

An Error Has Occurred!
You are not allowed to access this section


Ath

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 3,612
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #42 on: January 22, 2014, 04:17 PM »
I can't download:

An Error Has Occurred!
You are not allowed to access this section
Get the file at the bottom of the first post, *not* the 'Download' link... Now it's fixed.
« Last Edit: January 23, 2014, 01:30 AM by Ath »

DeVamp

  • Supporting Member
  • Joined in 2008
  • **
  • Posts: 122
  • Let the coding begin :-)
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #43 on: January 22, 2014, 04:25 PM »
Get the file at the bottom of the first post, *not* the 'Download' link...

Great! That worked!  :Thmbsup: :Thmbsup: :Thmbsup:

DeVamp

  • Supporting Member
  • Joined in 2008
  • **
  • Posts: 122
  • Let the coding begin :-)
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #44 on: January 22, 2014, 05:02 PM »
I got some more suggestions.


When you use order -> reverse words, scramble lines and scramble within words
the layout is completly gone.

And with the "alphabeth", I personally would prefer to have the list under each other.

[A, 9]
[C, 4]
[D, 3]
[E, 1]
....


Cheers :)

phitsc

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 1,198
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #45 on: January 23, 2014, 12:56 AM »
Sorry, forgot to update the download link. Fixed.

phitsc

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 1,198
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #46 on: January 24, 2014, 04:16 PM »
0.7 adds:
* Streamlined layout
* Added ignore case toggle button (and Ctrl + I)
* Added reverse output toggle button (and Ctrl + R)
* Some additional keyboard shortcuts
* Using monospace font for input/output boxes
* Clicking the link in About now opens a web browser

DeVamp

  • Supporting Member
  • Joined in 2008
  • **
  • Posts: 122
  • Let the coding begin :-)
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #47 on: January 24, 2014, 06:57 PM »
Wow, nice additions.

I like the ignore case.

Something else that came to my mind:
Within the lines section, add an option to insert linenumbers.
the input is: <##>:
the result :
01:
02:
03:
....
10:
11:
...
100:
101:

or

the input is: <####>:
the result :
0001:
0002:
0003:
...
0010:
0011:
...
0100:
0101:


Just an idea. :)

phitsc

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 1,198
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #48 on: January 25, 2014, 03:13 PM »
0.8:
* Fixed reverse words, scramble within words layout
* Added prepend line number (as suggested here without the <>)
* Added tooltips to the buttons

phitsc

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 1,198
    • View Profile
    • Donate to Member
Re: N.A.N.Y. 2014 Release: Text Inspection & Manipulation Utility
« Reply #49 on: January 25, 2014, 03:14 PM »
When you use order -> reverse words, scramble lines and scramble within words
the layout is completly gone.

How do you mean the layout's gone with scramble lines?