topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Saturday April 27, 2024, 11:45 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

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 - AbteriX [ switch to compact view ]

Pages: prev1 2 3 4 5 6 [7] 8 9 10 11 12 ... 46next
151
Or

copy *.txt concatALL.txt



.

153
If you don't already heart it:

*** Great News! XYplorer has agreed to extend this deal for another day - Enjoy! ***

Lifetime License and half the price at > http://www.bitsdujou...rer-lifetime-license

11 hours to go....



.

154
EmEditor Professional v13 New Features

One of the biggest upgrades ever in EmEditor history -- Beta available now! Buy now and get a free upgrade when v13 is released!

EmEditor Free is back! This time, EmEditor Free is the same executable file as EmEditor Professional.
After you try EmEditor Professional for 30 days, you can still use EmEditor Free without purchasing the product for personal use only.
http://www.emeditor....1/rewrite/tc_41.html



To change from EmEditor Professional to EmEditor Free, select the Quick Launch (CTRL+Q) on the Tools menu, type "downgrade", and press Enter twice.
To change from EmEditor Free to EmEditor Professional, select the Quick Launch (CTRL+Q) on the Tools menu, type "upgrade", and press Enter twice.
http://www.emeditor....id=2238&forum=12


Download of the beta:
http://www.emeditor....ewforum.php?forum=12

= EmEditor Professional v13 beta (12.9.0) released!

Yutaka    Posted on: 4/17/2013 1:12 am

Please see EmEditor Professional v13 New Features.
http://www.emeditor....1/rewrite/tc_41.html

=== To Download ===

Please click one of the links below to download. The Update Checker is not available for beta versions.

(32-bit installer)
(64-bit installer)
(32-bit portable)
visit http://www.emeditor....ewforum.php?forum=12

Buy Now and upgrade to v13 free when it becomes available!

Price per license: @US$39.99
Lifetime licenses can be purchased for US$149.99

"New features in v13 - tc_41.html"
= http://www.emeditor....1/rewrite/tc_41.html


EmEditor Professional v13 New Features

One of the biggest upgrades ever in EmEditor history --
Beta available now! Buy now and get a free upgrade when v13 is released!

Multiple Selection Editing

The new version allows you to select multiple locations within a
document. To make multiple selections, after making one selection, make
another selection with the mouse while pressing the CTRL key.
Alternatively, you can press the F8 key, move the cursor to extend the
selection, press the F8 key again to finish the selection, move the
cursor again to go to the next selection position, and repeat this
procedure until you make all selections. Moreover, the Add Next
Occurrence command (CTRL+R) will find the same text as the word at the
cursor. The Add Next Next Occurrence command will skip the next
occurrence, but add the occurrence after the next one. The Select All
Occurrences command (CTRL+SHIFT+A) will select all the occurrences.

After you make multiple selections, you can type new text to replace all
the selections at once. Pressing the BACKSPACE key removes the last
character in each selection. Moreover, you can use many conversion
commands against the selections.

The Find All button was added to the Find dialog box, which allows you to select all the occurrences.

Along with multiple selection editing, vertical selection editing has
been enhanced. For instance, pressing BACKSPACE with the zero-width
vertical selection now removes the last character in each line. This
allows you to remove the end portions of text in multiple lines more
easily than ever!

Moreover, the Switch Starting Point and Ending Point command (SHIFT+F8)
was added. Before the new version, you could move the ending point by
pressing arrow keys while pressing the SHIFT key, but couldn't move the
starting point. Now with the new version, you can move the cursor to the
selection starting point by pressing SHIFT+F8, and then adjust the
selection starting point.

Multiple Selection Editing
Multiple Selection Editing    Add Next Occurrence and Select All Occurrences

Add Next Occurrence and Select All Occurrences
The new Find All button on the Find Dialog Box
The new Find All button on the Find Dialog Box    The new Find All button on the Markers toolbar
The new Find All button on the Markers toolbar

More Support for Very Large Files

EmEditor can now open a file containing a very long line (longer than
4GB). When EmEditor loads a file containing a very long line, it will
split the long line into several lines, but it will combine them when
saving the file.

Pasting very large text via the Clipboard became more stable by
dynamically creating a temporary file. The various Sort commands and the
Delete Duplicate Lines command were also optimized for large files, and
there is no longer a limitation of size to run these commands.

The new version also allows you to combine or split very large files
easily. The new Split Current Document to Several Files command allows
you to split the current document into several files either every
user-specified number of lines, or before every bookmarked line. It also
allows you to specify a header and/or footer to each separated file. The
new Combine Documents to a File command allows you to combine multiple
documents into one file.

Split Current Document to Several Files wizard
Split Current Document to Several Files wizard    Combine Documents to a File wizard
Combine Documents to a File wizard
Multiple File Encoding Conversions

The new version allows you to convert encodings of many files at the
same time. To do this, first open all files that you want to convert
with EmEditor, either by pressing CTRL+O to open the Open dialog and
selecting multiple files, or by specifying "emeditor.exe *.*", for
example, in the Command Prompt window. Then selecting Save All with
Encoding on the File menu will allow you to save all documents with a
specified encoding.

Save All with Encoding
Save All with Encoding dialog Box
Quick Launch

The new Quick Launch command allows you to open a dialog box where you
can type a partial keyword to search all the commands. A list box is
quickly filled with searched commands, and then you can select which
list item you want to launch. The Quick Launch dialog box will search
all EmEditor commands, plug-ins, macros, external tools, recently used
files, folders, fonts, opened document file names, and much more!

Quick launch dialog box
Quick launch dialog box

Plug-ins
HTML Bar plug-in

    The large-size toolbar is now available.

Outline plug-in

    Optimized for speed when displaying outline as guide.

Projects plug-in

    Solution loading operates much more quickly, as projects are not loaded until they are used.
    The Reload command was added in the context menu - Solution sub menu. Also, the F5 key was assigned as the Reload command.

Other Features

-   The Comment/Uncomment commands now work as begin/end comments (for example, /* ... */) in addition to line comments.
             EmEditor will choose begin/end comments when the middle of a line is selected.
-   A workspace now saves all bookmarks automatically. Bookmarks will no longer be erased when reloading files.
-   When creating a new file by specifying a non-existing file name in the Open dialog box, EmEditor will now create a zero-byte empty file.
-   The Help for each dialog box now contains information about all the controls without needing to navigate through branch items.
             The Help button was deprecated, and pressing the ? button or the F1 key will bring up the pertinent Help.
-   A progress bar and a percentage indicator are now displayed in the progress window.
-   The new Fast Binary Comparison (Ignore Locale) allows for faster sort. Clearing the Stable Sort also allows for faster sort when stable sorting is not necessary.
-   Find in Files dialog box now shows all associated file extensions of the current configuration in the File Types text box when Current File Type is selected from the > menu.
-   High-DPI settings supported.
-   The new version allows you to select text by mouse outside of the text area specified by the Narrowing command.
-   The installer now allows you to add the Context Menu to Windows Explorer, and to have EmEditor check the updates.
-   The installer command line options were added: NOCHECKUPDATES, NOCONTEXTMENU, NODESKTOP, NOIEEDITOR, NOIEVIEW, NOPATH, NOSHORTCUT, NOTRAYICON, and NOTXT.
-   EmEditor Free is back! This time, EmEditor Free is the same executable file as EmEditor Professional. After you try EmEditor Professional for 30 days,
              you can still use EmEditor Free without purchasing the product for personal use only.

Begin/end comments
Begin/end comments


New options

    The Save All with Encoding dialog box
    The Configuration Associations dialog box
    The Split Current Document to Several Files wizard
    The Combine Documents to a File wizard
    The Quick Launch dialog box
    The Enable Multiple Selections check box in the Edit tab of the Customize dialog box
    The Fast Binary Comparison (Ignore Locale) check box, the Stable Sort check box, and the Minimum Memory Size text box in the Sort tab of the Customize dialog box
    The Use Double Buffering check box in the View tab of the Customize dialog box
    The Memory Size, L1 Cache Size, L2 Cache Size, and percentage of physical memory in use items were added to the list in the Status tab of the Customize dialog box
    The Memory Size, L1 Cache Size, and L2 Cache Size text boxes in the Advanced tab of the Customize dialog box.
    The Selected Text or Word at Cursor item in the > drop-down menu by the Find text box in the Find dialog box
    The Current File Extension item in the > drop-down menu by the File Types text box in the Find in Files dialog box
    The Indent only at New Lines check box in the Tab/Indent dialog box
    The Set as Default button and the Associations button in the Define Configurations dialog box
    $(AppDir), $(AppDrive), and $(Clipboard) parameters were added to the menu displayed when the > button is clicked in the External Tool Properties.
    The Prompt before Deleting an Old File when Renaming check box was added to the Save Details dialog box.
    The Skip Empty Lines and Restart Numbering after Empty Lines check boxes were added to the Insert Numbering dialog box

The <strong>Configuration Associations</strong> dialog box
The Configuration Associations dialog box    The new <strong>Enable Multiple Selections</strong> check box
The new Enable Multiple Selections check box
The new Fast Binary Comparison (Ignore Locale) and Stable Sort check boxes
The new Fast Binary Comparison (Ignore Locale) and Stable Sort check boxes and Maximum Memory Size text box    The <strong>Use Double Buffering</strong> check box
The Use Double Buffering check box
The Memory Size, L1 Cache Size, and L2 Cache Size text boxes
The Memory Size, L1 Cache Size, and L2 Cache Size text boxes    The Set as Default button and the Associations button in the Define Configurations dialog box
The Set as Default button and the Associations button in the Define Configurations dialog box


New commands

    Select All Occurrences
    Add Next Occurrence
    Add Next Next Occurrence
    Split Current Document to Several Files
    Combine Documents to a File
    Quick Launch
    Save All with Encoding
    Downgrade
    Upgrade
    Repeat Last Command
    Associate Configuration
    Select Beginning of Lines
    Select Ending of Lines
    Switch Starting Point and Ending Point
    Find All (Marker toolbar right-click menu)

Macro new features

    The Count property was added to the Selection object.
    The PromptRename property was added to the FileSaveProp object.

Plug-in API new features

    EE_GET_MULTI_SEL message (Editor_GetMultiSel inline function)
    EI_GET_CMD_LIST_SIZE flag (EE_INFO message)
    EE_SET_OUTLINE_ARRAY messsage (Editor_OutlineArray inline function)
    OUTLINE_ARRAY_INFO structure
    EVENT_UI_CHANGED event

Buy Now and upgrade to v13 free when it becomes available!


"Beta News"

= EmEditor Professional v13 beta 2 (12.9.1) released!
    
Posted on: 4/17/2013 7:13 pm

Updates from beta 1 include:

- The 64-bit version didn't work when you try to show some dialog boxes.
- Selecting text to the left of the editor didn't work as intended.
- Fixed the bug where the file association didn't work correctly.


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

= EmEditor Professional v13 beta 3 (12.9.2) released!

Posted on: 4/20/2013 12:49 am

Updates from beta 2 include:

- Reduced memory usage when opening a very large file.
- Optimized the Delete Duplicate Lines and various sort commands.
- Added the Match Case and Search Only Word check boxes to the
  Search tab of the Customize dialog box. These options apply to
  the Add Next Occurrence and Select All Occurrences commands.
- Fixed other bugs.

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

= EmEditor Professional v13 beta 4 (12.9.3) released!

Yutaka       Posted on: 4/23/2013 2:57 am

Updates from beta 3 include:

- Fixed the bug where scroll bars might have be shown incorrectly.
- Fixed other bugs.

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

= EmEditor Professional v13 beta 5 (12.9.4) released!

Yutaka    Posted on: 4/25/2013 6:14 am

Updates from beta 4 include:
- The Quick Launch window now includes options and allows you to access a searched dialog box.
- Fixed other bugs.

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

= EmEditor Professional v13 beta 6 (12.9.5) released!

Yutaka    Posted on: 4/26/2013 11:08 pm

Updates from beta 5 include:
- The CTRL + Click to Select a Word check box was added to the Mouse tab of the Customize dialog box.
- The Apply Now button was added to the Configuration Associations dialog box.
- The column widths of the Quick Launch dialog box are remembered now.
- Fixed other bugs.

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

= EmEditor Professional v13 beta 7 (12.9.6) released!

Yutaka    Posted on: 5/2/2013 1:59 am

Updates from beta 6 include:
- Cut Bookmarked Lines, Copy Bookmarked Lines, and Select Bookmarked Lines commands were added.
- The Prompt when End of Document is Reached check box was added to the Search tab of the Customize dialog box.
- The Save Settings check box was added to the Open dialog box.
- When a user clicks on the left edge or the line numbers, a menu related to bookmarks appears now.
- Fixed other bugs.

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

= EmEditor Professional v13 beta 8 (12.9.7) released!

Yutaka    Posted on: 5/8/2013 9:52 pm

Updates from beta 7 include:
- The Projects plug-in now supports Visual Studio nested projects.
- You can now add a title to each marker (The Title check box and text box in the Marker List tab of the Customize Markers dialog box).
- Fixed other bugs.

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

= EmEditor Professional v13 beta 9 (12.9.8) released!

Yutaka    Posted on: 5/11/2013 3:02 am

Updates from beta 8 include:
- "Clicking a File Name in Quotes Opens the File" check box was added to the Link tab of configuration properties.
- Fixed other bugs.

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

= EmEditor Professional v13 beta 10 (12.9.9) released!

Yutaka    Posted on: 5/17/2013 2:10 am

Updates from beta 9 include:
- Fixed the issue where the automatic workspace with Undo information might have been corrupted if a large file size is a
   little less than the size specified as the Minimum File Size to Use Temporary File at the Advanced tab of the Customize dialog box.
- The new version allows you to save a modified file when the file is too large to be included in a workspace.
- Fixed other bugs.



155
Site/Forum Features / Re: DonationCoder special user names
« on: May 16, 2013, 05:17 AM »
See what a search for "Charter Honorary Member" by user "mouser" will get you.


for ex: What is Member Class about? at https://www.donation...ex.php?topic=23344.0

156
20. May, or so:
http://www.bitsdujou...rer-lifetime-license  


$79,95 - 50% - $39,97

--------------------------
39.97 USD    =    30.6941 EUR
1 USD = 0.767928 EUR    
1 EUR = 1.30221 USD
Mid-market rates: 2013-05-09 19:13 UTC   
-----------------------------

Check it out folks! BDJ is currently the only place in the world where you can buy the XYplorer Lifetime License Pro!!!
That's right, you can't even find it on the XYplorer website!


Interesting offer, because normally there are no new sold lifetime licenses any more since 1/1/2013: The End of the Lifetime License

So get it while it's hot.

Donald Lessau explains it
OK, let me try to explain it.
In logical and temporal consequence to what I said in January 2013 ("But the Lifetime License was simply too good for its price,
and the price was too high for those who didn't understand how good it was.")

I stopped offering the Lifetime License on my website and raised the price to what I think is reasonable and fair
(with regard to the market and to the Standard License).

Yes, the Lifetime License still exists and can be bought but you have to ask for it via email.

That way I successfully escaped the problem of being compared to competing products in an unfair way (namely not recognizing the license being lifetime).
The Lifetime License is now around 2.7 times the price of the Standard License which is a more reasonable factor than before (when it was 2),
so at the current rate of development (which is pretty stable for 10 years now) the Lifetime License will pay off after about 2 years when you
would have to purchase the second upgrade of your Standard License to enjoy the latest features.

Now on BDJ, the situation is special: Here I can make it very clear that you get a *Lifetime* License so there is no danger of being compared
to lesser licenses of other products. Therefore I see no reason not to offer the Lifetime License here. I know it was a very popular license for those who
understood it, but (or maybe because?) it was too cheap, so I made it more expensive. Now the price is alright, and you get it with a 50% discount.

XYplorer Vendor - Saturday at 2:33am
http://www.bitsdujou...rer-lifetime-license


Recent developing news
from: http://www.xyplorer....1&p=86251#p86251

v12.40.0000 - 2013-04-30 12:00
    = NEW OFFICIAL RELEASE. Main developments since last release:
  +++ Custom File Icons. This version comes with some serious eye candy.
      Windows can assign icons to file types, but here are new icon
      tricks that go much further: Assign custom icons to all folders
      with a certain name, e.g. "movie" or "docs", or on a certain
      drive. Assign custom icons to particular files, e.g. to
      "C:\pagefile.sys", or to all files called "readme.txt", or to all
      JPEGs containing "2013" in the name. It gets even better: You can
      take your associated icons with you wherever you go: Custom File
      Icons are fully portable without changing a single byte in the
      host system. It all runs from a USB stick, full stealth.

...

v12.40.0007 - 2013-05-06 14:39
    * MLS: Updated to version 8.29.
      > TRANSLATORS: Upgrade your current translation directly through
        the ITT. Use Ctrl+D in the ITT: It will download the new
        reference file and upgrade the currently loaded language file.
        Then translate the missing or changed items. Thanks!
        Remember: Always backup your work before upgrading.
Multilingual Support - Topic Introduction

...

v12.40.0101 - 2013-05-09 12:14
    ! Scripting: Hidden menus were not always hidden. Fixed.
    ! Custom File Icons: The custom icon for all files of an unknown
      file type (pattern "*?") was shown only when also generic folder
      icons had been defined. Fixed.





.

157
I can easily make the lyrics panel display a text file, if it exists, that matches the currently playing filename as you describe above.
 If such a file doesn't exist, the panel would search for lyrics as it does now.  How about that?

Sounds nifty and reasonable!  Good idea, this would do it too.


.

158
Clipboard Help+Spell / Re: Quick Paste Menu improvements
« on: May 03, 2013, 12:40 PM »
Yes, #1 and #2 are both to better distinguish which item I rather want to paste.

Often I have that many same looking items I can't tell which one is the right.

So #1 will show me the length of the item so I can better guess which one will suit better.


#2 has the advantage to actually SEE what is going to paste in whole (well, more or less) by extending the amount of displaying tool tip  text.

IOW: the amount of text in the tool tip is not enough for my needs.


- - -

#3, yes, I want to disable some of the menu items which I don't need to "clean-up" the menu and get more room to show clips.


Thanks.

159
Clipboard Help+Spell / Quick Paste Menu improvements
« on: April 29, 2013, 05:21 AM »
Hi mouser

I have a few suggestions to improve the Quick Paste Menu dialog:


1.)
[X] Show length of clip

in the Quick Paste Menu after the clip, example:

1 - Clipboard Help+Spell is a text-based clipboard utility with the following features:(503)
2 - - Clipboard Help+Spell is a text-based clipboard utility with the following features:(85)
3 - · Super easy search function. (29)
4 - · Keep special list of favorite clips. (38)
5 - · High-quality spellcheck. (26)



2.)
ToolTip Size: [ 80]

because often I need to see which clip is longer or shorter to decide which to paste.

For example this two clips looks same in Quick Paste Menu, but I don't know which I should chose to paste:
1 - Clipboard Help+Spell is a text-based clipboard utility with the following features:(503)
2 - - Clipboard Help+Spell is a text-based clipboard utility with the following features:(85)


3.)
Give us more options for what to see in QuickPaste,
I mean can we get this options in Quick Paste Menu 2 dialog like :
[  ] Stack Operation
[X] All Clips
[  ] Show Options
[X] Show Main window
[  ] Cancel
[  ] Print


Thanks

160
Post New Requests Here / Re: Remember where I got the Download
« on: April 29, 2013, 05:11 AM »
If I download I also do an screenshot which I let save to the same folder
as my download (I have different sub-folders anyway for each app)


So I ended up with:
X:\DL\app name\app name_vers_(yyyy.mm.dd).exe
where "_vers_(yyyy.mm.dd)" is pasted by hand what I had copied from the dl page.

and
X:\DL\app name\web page title (yyyy.mm.dd).png
(I am using FireFox with an screen shot plugin.)

and maybe
X:\DL\app name\app name_vers_(yyyy.mm.dd).TXT
with more infos like feature or faq or dl url
but mostly I do a screenshot from all interesting pages.


Since I use a good file manager that all is no work for me.

161
Skwire Empire / Trout: show panel with lyrics from local text file
« on: April 27, 2013, 05:38 PM »
Hi Skwire, maybe you will enjoy thinking about implementing this feature.


Let say i have a file
Black Sabbath - Paranoid.mp3
and a text file
Black Sabbath - Paranoid.LYR
with lyrics or something else.

How about a optional edit control to display that file content?


Same for text file
Black Sabbath - Paranoid.ALB
with information about the track list if this MP3 contains the full album.

If base name change, e.g. to 'Black Sabbath - Sabotage',
Trout would update the shown content IF a LYR or ALB file exists.
If not, those panels would show something like  'No corresponding file found.


EDIT: to make it easier to implement, understand and to handle those text files,
I change my mind to simple look for one file with TXT extension and the base name of the MP3.
So Black Sabbath - Paranoid.TXT nearby Black Sabbath - Paranoid.MP3
will contain all needed information and you would have to add only one additional panel.



Here is a mock up about what I have in mind with just notepad instead a real panel to make myself clear:

Clipboard01.png

162
Hi schfiggery, welcome!

I don't know how that app works, but you could use an common way:
- Press Ctrl+Shift+ESC to open Task Manager
- search for this app name in the list
- click at [End Task]

.

163
Living Room / Re: Google Nose
« on: March 31, 2013, 08:38 PM »
fantastic  :greenclp: :greenclp: :greenclp:

EDIT
just registered and i could even upload own farts  > http://www.google.com/Google Nose?user=Stef23?redolence=fart2

164
Mini-Reviews by Members / Re: Mini-Review of FileBoss
« on: March 22, 2013, 05:10 PM »
It's not nice, Curt, to use such a big picture -which looks like text- as link.  :P
I just clicked on it to scroll down... and executed the link. I don't want to get this with NSFW links while i am at work   :down:
(i know that was not your indention, and i am not cross  :D, just had to mention)

165
Clipboard Help+Spell / ShellExecute a "path\to\app.exe" clip
« on: March 16, 2013, 07:49 PM »
Hi mouser,

i like to suggest a new feature for CHS:

Execute a file or application with default program or launch a application with an parameter.


E.g. i paste this strings to the clipboard or edit an already captured item:

X:\path\to\notes.txt
..\IView\iview.exe
X:\AutoIt\AutoIt.exe X:\AutoIt\test\script.au3
https://www.donationcoder.com/


For that i like the options to execute that entries like:
1) Hold Ctrl and click on an item (in Pop-up and list view) to launch it
2) have a item in Additional Actions menu: "Run it"
3) Have a special favorite folder where every item is executed on left click as default


I know and use special launcher tools, but i have seen i launch anyway only a few files and apps, so no real need to have a another tool running just for that.

166
Screenshot Captor / Re: Screenshot Captor - New Quick Capture Bar
« on: February 26, 2013, 06:38 AM »
... it isnt working here yet though:
I wanted to post the same ( experience/version/os)

Screenshot - 26.02.2013 -3.png

167
Now i am gonna searching for this features:

1.) MajorFeature] You can now save and load your entire configuration settings to/from different files,
2.) ps. The animated gif was created from within Screenshot Captor -- it's a brand new feature.

Till now i don't found them. Maybe the second one is not in the 3.18.1 yet  ;D

168
Don't know if i should mention this:

- added PaintBrush Opject
- fill with transparent color
- add an arrow with text
- utilize Quick Expand Canvas and then crop
- > the transparency is lost?

Screenshot - 26.02.2013 -2.png

169
Do i miss something?
Isn't this Flood feature to fill an before drawn object?

Works now for me with v3.18.01 (as downloaded from first post but mentioned as v3.17.01)

I can draw circles and boxes out of four strokes and fill them with  easy.

Nice too what can be done with the eraser.

Screenshot - 26.02.2013.png

170
I have tested a few more features i am interested in.


1) Quick Expand Canvas – works and seems to be very useful



2) Browsing the options dialog, I thought “wouldn’t it be fine to have the possibility
to use several different settings, depending on the work you have to do today?”
Means:  Option to Save and Load Settings
Also I often miss something like having an tray menu item: “Capture with setting foobar-01”
Or more general: "Activate Setting > foobar-01", the chose the capture method
and capture and set back with "Activate Setting > default".



3) On using "Spice out strip" and undo,
the "highlighting rectangle" has moved his position.
But the PaintBrush object e.g. not.
I guess all objects should remember there position.

That "Spice out strip" on its own is a very useful feature i have mentioned already, isn't it? Thanks for adding that.

171
Just downloaded it. Here are some first thought.


Related to "Freehand painting"
- i use PaintBrush Opject
- i draw an circle with Paint Mode
- i utilize Flood Mode (within paint strokes)
- i guess that means i can fill inside my circle?
- i click into the circle .... the whole picture area is colored now?!!?

Also i try
- i utilize Flood Mode (within paint strokes)
- i try to draw an circle, because i think "maybe it is to draw an area?"
- but...the whole picture area is colored now?!!?

Do i miss something?
Isn't this Flood feature to fill an before drawn object?


Additional issues:
- i miss
an "hold Shift key to draw straight  horizontal and vertical lines"
and "hold Ctrl to draw straight lines but in an wanted angel" option.

- i miss
always an undo button in the right button bar.

172
1++ for an simple animmated gif feature  :Thmbsup:

I too use an GIF animator to create short tutorials.
I wanted to post an link but my currently used app is in german only >> http://www.psynetic....ogramme/gif-x-detail

If it helps:
for my own use i only need the feature to set the order and the delay for each picture.
Oh, and the possibility to set an repeat option.

173
Living Room / Re: Gadget Fridays
« on: November 16, 2012, 06:06 AM »
I was thinking NON-software gadgets.

 :-\  are there such? Really?






 ;D ;)

174
Living Room / Re: Gadget Fridays
« on: November 16, 2012, 05:38 AM »
What exactly is considered to be a "gadget" ?

Something like this?

http://en.wikipedia.org/wiki/Gadget
In the software industry, "Gadget" refers to computer programs
that provide services without needing an independent application
to be launched for each one, but instead run in an environment
that manages multiple gadgets.

175
He cool project!  :Thmbsup:

Can i blame you if my network admin ask me why i download crap?

Sorry, my first response is an bug notification...

Using 1.0.75.1, on W7-64, fresh un-packed,
clicking at the drop-down arrow of the Variable edit, i get

System.ArgumentOutOfRangeException:
InvalidArgument=Value mit dem Wert 0 ist für DropDownWidth ungültig.

************** Geladene Assemblys **************
mscorlib
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.1 (RTMRel.030319-0100).
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll.
----------------------------------------
CRAP
    Assembly-Version: 1.0.75.1.
    Win32-Version: 1.0.75.1.
    CodeBase: file:///H:/1/crap/CRAP/CRAP.exe.
----------------------------------------



Once i have written an variable i can click at that button without an error.


- - -

2.)
I have to the care myself to add an space sign after the Command Prefix.
I think the app should do that for me?

F.ex.
Variable: C:\temp\crap.txt
ComPrefix: notepad

Results in: notepadC:\temp\crap.txt


- - -

3.)
I had expected to have an parameter like <variable> to add this in my command line where i need it.
This had be more intuitive for me on my first test then just "automatically add the variable" to the command line.
And we would have more control where this var is inserted and how often.

- - -

4.)
I assume your tool calls comspec as default if no other executable is specified???
Can you please add an option check box like "[X] don not close command line window" and so call "comspec /K" ?


F.ex. i use
Variable: 127.0.0.1
ComPrefix: ping
Caption: Ping variable

The ping is executed but the DOS-Box is closed after that.
I guess i can add an PAUSE somewhere (don't tested it right now), ... but an option would be niftier.



- - -

5.)
Hmm, seeing now your "custom_testfile.xml" i get the idea: how about an option to save & load different settings.xml?
Perhaps even from command line: "crap.exe /s work.xml"

-

Pages: prev1 2 3 4 5 6 [7] 8 9 10 11 12 ... 46next