#114940 - 2004-03-26 10:41 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Yup, I verified that as an error. It seems spotty too. Like if you use Word it doesn't seem to do it like with Notepad. I'll look into why, I'm using a standard copy to clipboard call for tyhe copy and a copy form clipboard for the paste so it "should" work with any windows app.
On another note the app has been updated to version 1.70. It will require a full download as the updater will not support the multiple files anymore. However those of you running 1.50 and higher can get the lat update of the older revisions, 1.69. Please either visit the website to get 1.70 or use the auto updater to get 1.69. As always please let me know of any bugs or suggestions either here, through email, or through the feedback form on the site. Thanks!
Allan.
|
Top
|
|
|
|
#114941 - 2004-04-13 08:14 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Kixtarter has been updated to 1.72. Added in a couple features that people have suggested and fix a couple small bugs. After updating please check the help file for a full list of changes. Thanks!
Allan.
|
Top
|
|
|
|
#114942 - 2004-04-28 08:12 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Hello everyone!
Kixtarter has been updated to version 1.80. There have been lots of changes, most have come from users. The main one is auto-indenting. Secondly is the debug can catch errors form KiXtart and find the error in the script. Also certian commands will give a verbose description of the error (try using a invalid color argument...). Lots of little changes have made the program color faster with less errors. And the biggest change, whcih had recieved the most initial complaints, is the ability to use TAB's and still ahve the coloring work. You can freely use tabs or spaces to indent, and the indent/outdent feature will use tabs for indenting and if it finds spaces will remove them on a outdent. I believe this now takes care of everyones suggestions/comments about the program. Thanks for everyones feedback!
Allan.
|
Top
|
|
|
|
#114944 - 2004-04-29 03:51 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Lonkero,
Please do and let me know what you think. Personally I think its pretty much done, could use some little things like a custom Functions dictionary so it highlights functions that the user defines, maybe just list them in a file and on startup it can read the list. Also have a Insert -> User Defined Functions and have that same list populated. Not sure how much use it would get though. Anyone else that has feedback please let me know here or by email or through the website. Thanks!
Allan.
P.S. Theres a tiny bug in 1.80 that will be fixed soon, if your using 3.63 compatibility visit the website, it explains what it is and how to get around it until I release a update.
|
Top
|
|
|
|
#114945 - 2004-04-29 05:31 PM
Re: Kixtarter - KiXtart Script Editor
|
Radimus
Moderator
Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
|
here is an idea... I like keeping my common functions in a seperate lib for easy access as I code, but I do not like to CALL that lib from the script once I am dome with it. I prefer to copy in the functions once I have finished developing it.
SO how about parsing a given UDF file and adding those functions to the bottom of the script as they are used
|
Top
|
|
|
|
#114946 - 2004-04-29 10:16 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Like having a library.udf that has all your functions you use, and on startup the program looks through the file and picks up all the functions. It puts all the names under "Insert" -> User Defined Functions". Then when you want to use one you click where you want it and do a insert, the program will do a quick search through your script to see if the function is already in there and if not it will automatically insert the function from the text file at the bottom. That sound about right?
Allan.
|
Top
|
|
|
|
#114948 - 2004-04-30 04:57 AM
Re: Kixtarter - KiXtart Script Editor
|
Radimus
Moderator
Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
|
I would think more of something like, reading the UDF file and append the UDFs to your keyword/ macro list
Then when you save the file, it will append the 'used' udfs to the end of the file automatically.
If you use Kixforms designer, the app only modifies the code between the 2 custom tags that it inserts... make something like that where it inserts the used UDFS between custom tags that it inserts at the end of the script
; ************ [Library UDFs begin] ************ Function ... EndFunction
Function ... EndFunction ; ************ [Library UDFs end] ************
|
Top
|
|
|
|
#114949 - 2004-04-30 07:26 AM
Re: Kixtarter - KiXtart Script Editor
|
Kdyer
KiX Supporter
Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
|
I think Rad may have hit on something here.. Kind of like a a macro (you could customize it to your tastes).. Where it could build a function as he describes. Or, like he said a library of keywords, macros, routines, etc.
Kent
|
Top
|
|
|
|
#114951 - 2004-04-30 10:37 AM
Re: Kixtarter - KiXtart Script Editor
|
Radimus
Moderator
Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
|
the reason I don't like to call the library, is I have dozens of UDFs in there, stuff for KF apps, for DB access, stuff for INI, etc.
I wouldn't want to add all that extra stuff to the filesize and execution time of every script I write... especially as I am now distrubuting my tools/apps in iexpress packages.
|
Top
|
|
|
|
#114954 - 2004-04-30 08:12 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
Err....so yes it would be a good thing?
Allan
|
Top
|
|
|
|
#114955 - 2004-05-04 04:49 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
How about this: You can select any file for your source and it will populate the menu. So if you have a library file (for example library.udf) you can select that and it will search the file for all the functions and make them available in the menu structure. As you use one it auto adds the function to the bottom of your script so you don't have to. But then you want to grab some functions in another script that arn't in your library so you just select this other script and it does the same thing. Maybe down the line you could select a entire directory and it would search every script and pull all the functions for you. Hrmm......hows that sound?
Allan.
|
Top
|
|
|
|
#114956 - 2004-05-04 04:54 PM
Re: Kixtarter - KiXtart Script Editor
|
Radimus
Moderator
Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
|
I dunno about an entire dir, but multiple files sounds convenient for the terminally tidy... those that keep file udfs in one lib and DB udfs in another lib, etc
|
Top
|
|
|
|
#114957 - 2004-05-05 04:24 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
O.k. Kixtarter 1.83 is available for download through the update program. Added in the UDF insert part. IT the first time I've tried something like this, well...lots of things with this program were the first time, so let me know if it works as expected. I copied a couple UDF's form the UDF forum into a library.udf file and selected this as my source file. It went through the file and pulled the UDFs, alphabetized them, and added then to the Insert -> User Defined Functions menu. They seem to insert properly, let me know if they don't or if so if you can use this function. Thanks
Allan.
|
Top
|
|
|
|
#114959 - 2004-05-10 02:48 PM
Re: Kixtarter - KiXtart Script Editor
|
ADynes
Starting to like KiXtart
Registered: 2003-10-31
Posts: 184
Loc: Ohio
|
If the color codes that the rich text box uses will match HTML standards then yeah, it would be easy. If not I could do it but the coloring wouldn't follow what a user would select, which I guess wouldn't be that bad. What I mean is if you change the default comment color from green to purple, then export to HTML, the comments would still be green. I'll mark it down as a requested feature and see what I can do.
Allan.
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
0 registered
and 668 anonymous users online.
|
|
|