#115100 - 2005-09-30 03:38 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Quote:
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.
Anyone use this feature yet? Like it, don't like it? Would being able to browse your PC's registry and just select a existing key/value be helpful or is typing it in just as easy? Please let me know here or through the "suggestions" menu option.
I also had a suggestion to add in the "BREAK" option into the SetOptions list, so when clicked it will default to "BREAK ON" in the new script wizard. I thought this would be good so I have added this and will be in the next version.
-Allan.
|
Top
|
|
|
|
#115104 - 2005-10-07 03:35 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Updated to 3.24. I hate stupid mistakes. Switched everything from 4.50 to 4.51 and modified my copy of the KiXtart manual. The new servers fully functional and seems faster then the old one downloading files too. As always, any coments/questions/bugs please let me know.
-Allan.
|
Top
|
|
|
|
#115106 - 2005-10-13 10:16 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Quote:
Allan,
I've re-installed my computer. After installing Kixtarter 3.24 and checking for updates I had a "No update Needed" messagebox with only a "YES" and "NO" button. There wasn't any text. Is that correct?
No, there should have been text. It should have said something like "Your softwares up to date, do you want to download the update anyway?" Last time someone reported this they didn't have the service pack(s) for Dot Net 1.1 and downloading the microsoft updates for Dot net fixed it. I'd start there, try again, and let me know if it still does it.
-Allan.
|
Top
|
|
|
|
#115107 - 2005-11-10 06:53 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Little update which increases coloring speed slightly. I consolidated more stuff and threw the source code into VB.Net 2005 to see what it caught during the upgrade, then make all the changes back in the VB.Net 2003 source to what the new version through it should be. Sure enough it made it a little more efficient and now my code should upgrade with only a slight change needed (that and the download of Dot Net v2...which is why I'm going to hold off on a platform upgrade for a while).
-Allan.
|
Top
|
|
|
|
#115108 - 2005-11-11 04:22 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Another little update to fix a bug that someone emailed me. Turns out when you change XP's themes to a different coloring scheme it can make parts of the insert wizards unreadable. This has been fixed.
-Allan.
|
Top
|
|
|
|
#115110 - 2005-12-05 08:07 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Quote:
"NoMacrosInStrings" in the "Options" dialog is not supported :-)
Will be added in next version.
Quote:
Oh, and I don't seem to be able to control the indenting, I don't want TABs but e.g. two spaces as indents
I'll put in a choice of tab, 2 space, or 4 space in next version.
Quote:
And since I'm already asking for improvements, maybe parse the script files for function names and then highlight those UDFs with their own distinct color.
I had a similiar function in a old one but it wasn't very reliable. What would happen was it would parse the file and look for Function/Endfunction blocks but if someone put the word "function" inside a block it would throw off the counting. I'll see what I can come up with but this ones a big maybe.
On a unrelated issue I had someone submit a bug report that when they click "Submit Info" on the new script wizard it crashes. I ran them through the standard troubleshooting (uinstall, reinstall, update Dot Net, etc) but its still happening. I can't duplicate it on my machines, nor have I gotten this submitted by anyone else. I've gone through the code and can't figure out a reason for it to do this either. If this is happening to anyone please let me know through here, PM, or the submit bug form on the website.
-Allan.
|
Top
|
|
|
|
#115112 - 2005-12-05 11:21 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
I'll try to change that but the installer thats built into VB isn't all that feature rich.
Anyone else have a request?
-Allan.
|
Top
|
|
|
|
#115114 - 2005-12-06 05:43 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Quote:
oh, your UDF searcher didn't work? we have one in our udf library, feel free to learn
No, the problem is with searching the script file. I suppose I could do a search on "Function" and not stop until a "EndFunction" is found and add that function name into the color coding. But it would only do it on a file open and not be "active" color coding. Well...if you used the fuction name again it would color it but I'm thinking more along the lines of you type:
Function BlahBlahBlah sdf asf sadf as EndFunction
It not going to automagically add the function name to the coloring routine because the richtextbox inhearits the word list on startup or on a color/version change and would have to recolor each time a function is found, which would take forever. I just can't find a workable solution that keeps the editor relatively fast.
Edit: 3.28 released with a cople of the above changes.
-Allan.
P.S. I did take a look at your udf parse script but the coloring issue would remain.
Edited by APDynes (2005-12-06 06:04 PM)
|
Top
|
|
|
|
#115116 - 2006-01-16 02:13 PM
Re: Kixtarter - KiXtart Script Editor
|
Sealeopard
KiX Master
Registered: 2001-04-25
Posts: 11164
Loc: Boston, MA, USA
|
Editor coplains about lack of registyr access rights when run under regular user sccount in windows xP SP1
Quote:
System.Security.SecurityException: Requested registry access is not allowed. at Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable) at Kixtarter.modRegistryAccess.ReadCRRKString(String Subkey, String KeyToRead, String strDefault) at Kixtarter.modGeneralFunctions.CheckAssociation(String strExtension) at Kixtarter.frmMain.PopulateFavorites() at Kixtarter.frmMain.frmMain_Load(Object eventSender, EventArgs eventArgs) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.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)
Program then starts up and seems to usable.
_________________________
There are two types of vessels, submarines and targets.
|
Top
|
|
|
|
#115118 - 2006-01-18 04:50 AM
Re: Kixtarter - KiXtart Script Editor
|
NTDOC
Administrator
Registered: 2000-07-28
Posts: 11624
Loc: CA
|
Well not sure about those others but in UltraEdit it works great.
Basically you can copy any blocks of data you want. Sort of like selecting columns in Excel instead of rows.
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
0 registered
and 351 anonymous users online.
|
|
|