topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday April 16, 2024, 1:18 pm
  • 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jathri [ switch to compact view ]

Pages: [1]
1
I also noticed that sometimes line counts are not showing even if they should (text has more than one line). Notepad++ shows line numbers OK. Example:
Code: Text [Select]
  1. https://www.donationcoder.com/Software/Mouser/esr/
  2. https://www.donationcoder.com/forum/index.php?topic=1772.0
  3. https://www.donationcoder.com/Software/Mouser/findrun/
  4. https://www.donationcoder.com/Software/Skrommel/
  5. https://www.donationcoder.com/forum/index.php?topic=43045.0;topicseen
  6. https://www.donationcoder.com/forum/index.php?topic=42879.msg401141
N++ shows CRLF in the end of lines (when show all characters checked).

2
In latest beta, line count is now shown on bottom right statusbar when you select a clip.
Thank you. But could you please show line counts even if clipboard contains only one line -> 1L. I consider it bit confusing without it.

3
Hello!
Any progress here?
Code: Text [Select]
  1. It wouldn't be hard for me to add a LINE COUNT to that bottom row when you select a clip.
  2. It would be a little more inconvenient for me to add line count to the grid columns, but it could be done going forward for new clips.
  3. Now as for adding "selected lines" that is a little messier, so im not sure about that.  But maybe.
  4. And what about line numbers inside a clip? > let me see how easy that would be to add.

4
Clipboard Help+Spell / Re: Runnable .format files
« on: October 26, 2016, 05:48 AM »
Just discovered very useful Copy and Format hotkey (Options/Hotkeys). It copies selected text from currently active app, evokes Modify Format/Case GUI (just it, no CHS in background), lets you format text and then paste it back to original app (if possible). Thank you for this BTW.

5
Clipboard Help+Spell / Re: Runnable .format files
« on: October 11, 2016, 03:25 AM »
Have you considered bundling those AHK text formatting commands into an AHK script (or compiled as a .exe), giving it (say) a GUI for the user to select which commands they want to apply?
> The library I posted is very useful in many cases but it has its flaws. I agree with mouser that using language designed for manipulating text is desirable here. But you are right that as soon as SimpleTextFormatter is available I was going to create this GUI (using AHK) and assign it to some single hotkey. But perhaps it can be done directly in CHS then.

This could be more easy to use for most users than (say) them having to know how to invoke the separate commands individually.
> Why not bundle SimpleTextFormatter.exe together with CHS and add possibilty to create windows .lnk shortcuts for existing presets then? Or add mentioned single click (hotkey) GUI for the users to select which commands they want to apply. Perhaps this simple GUI can be shown when running SimpleTextFormatter.exe withnout any parameters.

6
Clipboard Help+Spell / Re: Runnable .format files
« on: October 09, 2016, 05:57 AM »
It crossed my mind that CHS itself could use SimpleTextFormatter.exe via command line, am I right? So as to all the format functions do not need to be developed twice.
Please see also https://github.com/hi5/TF for some of the functions which are not yet implemented in CHS: TF_CountLines, TF_ReadLines, TF_RemoveLines etc.

7
Clipboard Help+Spell / Re: Runnable .format files
« on: October 08, 2016, 02:54 AM »
Hello!
Thanks for your reply.
So it would work like this (in scripts or in windows .lnk shortcuts):
...\SimpleTextFormatter.exe "c:\Users\...\Documents\DonationCoder\Clipboard Help+Spell\PresetFormats\TrimLineBreaks.preset.format"
And CHS GUI would then become presets creator for these shortcuts, am I right?
jathri

EDIT: Or at least I would welcome for it to be CHS compatible.

8
Clipboard Help+Spell / Runnable .format files
« on: September 22, 2016, 08:24 PM »
Hello,
what do you please think of making files from c:\Users\...\Documents\DonationCoder\Clipboard Help+Spell\PresetFormats\ runnable? So as these presets can be used in scripts?
See for example https://autohotkey.c...ocs/commands/Run.htm. A script could then look like this:
...
clipboard = %nameofthevariable%
runwait, c:\Users\...\Documents\DonationCoder\Clipboard Help+Spell\PresetFormats\TrimLineBreaks.preset.format
msgbox %clipboard%
Or it could work like this (using parameters somehow):
clipboard = %nameofthevariable%
runwait, C:\Program Files (x86)\Clipboard Help+Spell\ClipboardHelpAndSpell.exe /TrimLineBreaks.preset.format
msgbox %clipboard%
Thank you for your consideration on this matter.

9
So I show the clip size when you select a clip (total number of bytes)
> I didnt notice!

It wouldn't be hard for me to add a LINE COUNT to that bottom row when you select a clip.
> That would be great! Looking forward to see it implemented.

And what about line numbers inside a clip? As shown here:
https://i.imgur.com/6vDgjoi.jpg

Can you please comment this idea too?

10
Hello!
Thanks for this great app. Seems to be much more stable and usable than Clipcube, Ditto, Clipmate etc. At least for me. I miss some features though. First of them is line counter in clips section. Could you add it?
https://i.imgur.com/cLKxByw.jpg
It would show total line count (and selected lines count) inside selected clip. See image link above.
It would be also nice to see lines numbers as in notepad++.
https://i.imgur.com/6vDgjoi.jpg
Thank you for considering my request.
jathri

Pages: [1]