Modify ↓
#1900 closed Feature Request (Rejected)
Improvements for StringRegExpGUI
Reported by: | FichteFoll <fichtefoll2@…> | Owned by: | |
---|---|---|---|
Milestone: | Component: | Other | |
Version: | Severity: | None | |
Keywords: | regexp gui examples | Cc: |
Description
Since I use that program a lot I noticed some bugs and ways to improve its work so I changed the tool a bit.
I will attach the file to this ticket, here you can see what I noted down
; Notes by FichteFoll ########################### ; - Fixed: $h_Out showing 1 randomly; now shows nothing if nothing found ; - Fixed: $s_lgth can be higher than 6 using StringLen and will not be 2 if array has 10 indexes (having 9 as last) ; - Fixed: WaitMessage had fixed height and width, multiple lines or too long lines would not be shown. Now generates them dynamically ; - Changed: WaitMessage() or WaitMessage('') disables the SplashText (just as ToolTip); required _Max (Misc.au3) ; - Changed: Using global var $h_Wnd instead of window title for WinGetPos ; - Changed: Seperator character ($c_Sep) is 0x0B instead of "|" because patterns were splitted while writing into the combo control ; - Changed: Tries to evaluate helpfilepath using AutoIt's install dir (RegRead64 from "AutoUpdateIt.au3") if @AutoItExe failed ; Also renamed $helppath to $autoitpath ; - Changed: Removed X and Y parameters for GUICreate because it's positioned in the middle of the screen by default ; - Added: $h_Err will be colored red if @error <> 0 ; ###############################################
Attachments (1)
Change History (3)
Changed 14 years ago by FichteFoll <fichtefoll2@…>
comment:1 Changed 13 years ago by trancexx
- Resolution set to Rejected
- Status changed from new to closed
The need for this script is questionable. Apparently community doesn't appreciate it enough.
comment:2 Changed 13 years ago by Zedna
@FichteFoll
Community appreciate it but not as part of standard Autoit package.
This Trac is designated only for things related to standard Autoit package.
Please create topic with this your improved/fixed version of StringRegExpGUI in Examples section on forum.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
StringRegExp modified by FichteFoll