#115080 - 2005-07-20 03:00 PM
Re: Kixtarter - KiXtart Script Editor
|
Bryce
KiX Supporter
Registered: 2000-02-29
Posts: 3167
Loc: Houston TX
|
yup, same here!
hitting Replace All
gives me this!
Code:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** System.ArgumentException: '14' is not a valid value for 'start'. 'start' should be between 0 and 13. at System.Windows.Forms.RichTextBox.Find(String str, Int32 start, Int32 end, RichTextBoxFinds options) at Kixtarter.frmFindDialog.cmdReplaceAll_Click(Object eventSender, EventArgs eventArgs) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
|
Top
|
|
|
|
#115082 - 2005-07-20 07:21 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
I could have sworn I posted this reply 30 minutes ago but it disappeared so lemme do it again..
Quote:
Allen,
Just a small suggestion. Line numbering would be nice. Maybe an option to turn it on and off in the Tools-->Options section because not everyone is a fan of line numbering I guess. Do you see any possibilities to incorporate this?
Maybe. The couple examples I've seen in VB.Net on doing this were all different, and all seemed overly complicated. If I can find a decent, simple, freeware example maybe I'll try to impliment it.
Quote:
Yep same error here. And the dialogbox for replace gets screwed up after the "last" replace.
Uhhh....the find dialog is all kinds of buggy. 60+ beta downloads over a week+ period and no errors reported. Release the final and within two days people start talking. Should be fixed and available for update. Also Find/Replace and the Go To dialogs should all be a little faster.
-Allan.
EDIT: Multi line replace is still goofy....it'll be fixed in a day or so.
Edited by APDynes (2005-07-20 07:33 PM)
|
Top
|
|
|
|
#115085 - 2005-07-26 07:17 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Small update is available to hopefully finish fixing the find/replace bugs. As always if anyone has any problems/comments please submit them through the program (Help ->Submit bug or feedback). Thanks!
-Allan.
|
Top
|
|
|
|
#115086 - 2005-08-01 04:05 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Recieved this in email:
Quote:
name: (Name withheld....) commentsorquestion: AAGGHHH!!! Your editor is completely useless...it does not respect the Windows shortcuts SHIFT+INSERT and SHIFT+DELETE which I use *all the time* to cut & paste code!! (This is much faster and easier to type without looking than Control-V, X, and C.) Please fix so your program respects the normal Windows functions! Must use another editor for now...this has already caused me to lose code!! :-(
First is anyone else having problems with the undo/redo in v3? I'm not but I want to confirm with others. So far I haven't had anyone say anything. Also who here still uses SHIFT+Ins and SHIFT+Del for copy and pastes? If people are using it I will impliment it but again I haven't had anyone say anything except this one person. I responded as politely as I could but the person sending in the comments was just plain rude so I'm not putting a lot of stock in what they say. I also don't understand how they can lose code....I can't see this being a fault of the editor if they hit save or enabled auto saving. Anyone else having any issues?
-Allan
Edited by APDynes (2005-08-01 04:07 PM)
|
Top
|
|
|
|
#115089 - 2005-08-01 06:39 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
I'll add it in and also change the way I copy/paste RTF format stuff so paragraph information (spacing before/after) lines is ignored. Update will be out later today/tomorrow.
-Allan
|
Top
|
|
|
|
#115090 - 2005-08-01 06:49 PM
Re: Kixtarter - KiXtart Script Editor
|
NTDOC
Administrator
Registered: 2000-07-28
Posts: 11624
Loc: CA
|
Well if you want to be mean about it those are IBM PC Compatible supported keys, not "Windows" keyboard shortcuts.
Granted most applications do support it, but Microsoft no longer lists them on their KB for Windows Shortcut Keys.
Keyboard Shortcuts for Windows http://support.microsoft.com/kb/126449
Windows Program Key Combinations • CTRL+C: Copy • CTRL+X: Cut • CTRL+V: Paste • CTRL+Z: Undo • CTRL+B: Bold • CTRL+U: Underline • CTRL+I: Italic
|
Top
|
|
|
|
#115092 - 2005-08-01 10:45 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
You know the saying, kill them with kindness, whihc I did in my reply back to him. I just want to know if there are problems so I can fix them. Or if something should be added I'm more then happy to add stuff, its good practice for me.
I added the shift+ins and shift+del shortcuts as I was working on the paste routine anyway to keep wierd formatting from being copied from other sources. Took me all of 5 minutes to do so it wasn't a big deal.
-Allan
|
Top
|
|
|
|
#115094 - 2005-08-02 02:26 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Quote:
Nice job overall Allan. I submitted via your website some observations, or requests for changes.
Couple of bigger drawbacks
1. Does not appear to support multiple documents 2. Does not appear to support DRAG-N-DROP opening of files 3. Does not appear to support BLOCK editing
1. I wish I had the skills to make it a MDI (mutiple document interface) type of program but I don't.....yet. 2. I think this can be done. 3. Define "Block" editing.
A couple of you have send in some good suggestions, I'm going to see what I can do to impliment some of them.
-Allan.
Edited by APDynes (2005-08-02 02:29 PM)
|
Top
|
|
|
|
#115096 - 2005-08-02 10:12 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
O.k....I can think of a couple ideas on how to do it, but none are very fun.
-Allan.
|
Top
|
|
|
|
#115098 - 2005-08-09 07:09 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Pretty significant update is available, version 3.18. A couple of you have sent in suggestions/bugs through the website. So since I was stuck on a plane for 10 hours this past weekend I had some free time to impliment some features and fix a couple small bugs. Please keep the suggestions coming. Thanks!
-Allan.
P.S. I spent a couple hours trying to get column/block editing to work but couldn't so I'm giving up for now. I'll attempt it again in the near future....
|
Top
|
|
|
|
#115099 - 2005-09-09 10:42 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Another little feature add. I finally added in something that I personally wanted, a registry access wizard, for reading/writing/checking/etc the registry. Only thing left to do on it is make it so you can browse the registry for the correct key/value name, as it is you need to type it in. Also added KiXtart options to the new script wizard and cleaned up a couple little things.
-Allan.
P.S. PLEASE send me your comments/complaints/wish list on the program. There have been, acording to my server stats, almost 300 downloads of the new v3 install file, on top of 200 some downloads of the v3 .exe so people are definately using it but only a couple have sent me comments. Also a big thanks to those that made a small donation to me for my work. I greatly appreciate it. (See the licensing in the help file for more info).
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
0 registered
and 920 anonymous users online.
|
|
|