Page 8 of 15 « First<678910>Last »
Topic Options
#115060 - 2005-07-10 12:01 AM Re: Kixtarter - KiXtart Script Editor
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
allan, kixtarter 2.19 just broke my assocs.
I clicked it to assoc with UDFs and it screwed up my .KiX and .KX assocs!

damn it...

I hate this shit.
thank god I still have my notepad that does not do this.
this is exactly why editors are bad.


Edited by Lonkero (2005-07-10 12:03 AM)
_________________________
!

download KiXnet

Top
#115061 - 2005-07-10 12:39 AM Re: Kixtarter - KiXtart Script Editor
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
ok, I think KX was not screwed up.

anyways, I fixed the assocs, opened up kixtarter to edit an udf.
just went to settings and changed the colors a bit.
then closed kixtarter without saving the udf and realized, my kix-assocs were gone, again.
_________________________
!

download KiXnet

Top
#115062 - 2005-07-11 02:43 PM Re: Kixtarter - KiXtart Script Editor
ADynes Offline
Starting to like KiXtart
*****

Registered: 2003-10-31
Posts: 184
Loc: Ohio
Quote:

ok, I think KX was not screwed up.

anyways, I fixed the assocs, opened up kixtarter to edit an udf.
just went to settings and changed the colors a bit.
then closed kixtarter without saving the udf and realized, my kix-assocs were gone, again.




When you closed out of changing the colors did you hit Save? And if so were the associations still checked? i.e. if you go in there are they checked off?

-Allan.
_________________________
Kixtarter - KiXtart Script Editor
http://www.AllanDynes.com/

Top
#115063 - 2005-07-11 02:51 PM Re: Kixtarter - KiXtart Script Editor
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
they have never been checked.
that's the problem.
_________________________
!

download KiXnet

Top
#115064 - 2005-07-11 05:01 PM Re: Kixtarter - KiXtart Script Editor
ADynes Offline
Starting to like KiXtart
*****

Registered: 2003-10-31
Posts: 184
Loc: Ohio
Quote:

they have never been checked.
that's the problem.




Ahhh....I see what could cause that when you associate those file with another program and never associated with Kixtarter. I'll change that in the next beta.

-Allan.
_________________________
Kixtarter - KiXtart Script Editor
http://www.AllanDynes.com/

Top
#115065 - 2005-07-11 08:26 PM Re: Kixtarter - KiXtart Script Editor
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
k, now we are talking.
when you do that, I might even try experimenting with it
_________________________
!

download KiXnet

Top
#115066 - 2005-07-12 10:23 PM Re: Kixtarter - KiXtart Script Editor
ADynes Offline
Starting to like KiXtart
*****

Registered: 2003-10-31
Posts: 184
Loc: Ohio
Quote:

k, now we are talking.
when you do that, I might even try experimenting with it




O.k....best I can do for now is this: If you close the settings screen I only mess with the associations if I'm already the default in there. If you add me I make me the default and keep track of the old default. If you then remove me I put the last one that was back in.

On the plus side I think I've found a decent block of code to do a HTML export. I'm almost done cleaning it up. My test code, which clocks in at 45k, exports to HTML at 210k with full font size, color, and type support or 150k for just color support. I guess thats pretty decent. Heres a block exported:

If Val(@KIX) >= 4
   
$Inventory = '\\' + $myresourceserver + '\logon\Inv\' + @WKSTA + '.HTM'
    If Exist($Inventory)
        ?
"Inventory file exists on server. Not running inventory scripts."
    Else
        ? "Running PC Inventory"
        Call '\\' + $myresourceserver + '\logon\COMPINFO2.KIX'
    EndIf
Else
    ? "Kixtart version is less then 4. Can't run inventory yet."
EndIf


Nifty stuff. Now I'm debating the use of right clicking a section of text and being able to automagically copy whats selected to the clipboard as HTML for easy posting. Would that be something useful?

On another note thanks to those that are beta testing the software. 2.99 is up and pretty stable and I've gotten a couple notes on things to look at. Its very helpful, plesae keep it up.

-Allan
_________________________
Kixtarter - KiXtart Script Editor
http://www.AllanDynes.com/

Top
#115067 - 2005-07-12 11:21 PM Re: Kixtarter - KiXtart Script Editor
Chris S. Offline
MM club member
*****

Registered: 2002-03-18
Posts: 2368
Loc: Earth
Quote:

Nifty stuff. Now I'm debating the use of right clicking a section of text and being able to automagically copy whats selected to the clipboard as HTML for easy posting. Would that be something useful?



Yap. That would be pretty cool. If you could wrap the code in a table with a background color too, that would be pretty handy.

Top
#115068 - 2005-07-12 11:45 PM Re: Kixtarter - KiXtart Script Editor
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
ja, bgcolor is handy specially on this board, even if it is just white.
and allan, I still would like you to call it 3.0 beta
2.99 is version 2.xx and you are doing 3.xx code, no?
_________________________
!

download KiXnet

Top
#115069 - 2005-07-13 02:48 PM Re: Kixtarter - KiXtart Script Editor
ADynes Offline
Starting to like KiXtart
*****

Registered: 2003-10-31
Posts: 184
Loc: Ohio
Quote:

Yap. That would be pretty cool. If you could wrap the code in a table with a background color too, that would be pretty handy.



Background......hrm.......that might be difficult. I'll see what I can do.

Quote:

ja, bgcolor is handy specially on this board, even if it is just white.
and allan, I still would like you to call it 3.0 beta
2.99 is version 2.xx and you are doing 3.xx code, no?



Thinking about it the best I could probably do is a single celled table with a white background.

Its 2.99 because I'm following fairly standard versioning, each major revision is 100% change from last major revision. So 3.0 code will have half the code change/removed/added that 2.0 had. That and calling it 3.xx beta would screw up my versioning record keeping and backup files. And that would just be a mess.

Speaking of a mess v2.99.9 (consider it v3.0 RC1) will be out today and if nothing wrong is found in a week or so I will repackage it up as 3.0 final. Please keep testing!

-Allan.
_________________________
Kixtarter - KiXtart Script Editor
http://www.AllanDynes.com/

Top
#115070 - 2005-07-13 03:18 PM Re: Kixtarter - KiXtart Script Editor
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
ja, I remember you always have had another way of thinking versioning as I

what comes to the table thing...
well, perhaps not table.
simple <div style='font-size:8;background:white;position:relative;left:20;font-family:courier new;'>

should do...
for most of us
_________________________
!

download KiXnet

Top
#115071 - 2005-07-14 02:18 PM Re: Kixtarter - KiXtart Script Editor
ADynes Offline
Starting to like KiXtart
*****

Registered: 2003-10-31
Posts: 184
Loc: Ohio
Quote:

ja, I remember you always have had another way of thinking versioning as I

what comes to the table thing...
well, perhaps not table.
simple


should do...
for most of us




I've been testing out a simple single cell table and so far it works just dandy....I did a preview of one of my posts with it and it came out exactly as expected.

I'm decided not to release another beta version, I'm going to keep testing and just release the final build. Worst case theres a bug fix afterward but I havn't had it crash since 2.70 so Im feeling pretty good about it.

-Allan


Edited by Lonkero (2005-07-14 10:08 PM)
_________________________
Kixtarter - KiXtart Script Editor
http://www.AllanDynes.com/

Top
#115072 - 2005-07-14 09:46 PM Re: Kixtarter - KiXtart Script Editor
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11623
Loc: CA
Hmmm.. Sounds pretty good then Allan. I've not tested/run your editor for well over a year now as it was just way too buggy to even consider further testing.

I'll give it another try some time this week and see how far along you've come now as it sounds like I should not expect too many issues judging from the postings of others as well.


 

Top
#115073 - 2005-07-14 10:10 PM Re: Kixtarter - KiXtart Script Editor
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
allan, sure it works.
one can always wonder why one uses table at all when he does not want to present a table.
but, it's your editor and so it's your choice.
_________________________
!

download KiXnet

Top
#115074 - 2005-07-14 11:21 PM Re: Kixtarter - KiXtart Script Editor
ADynes Offline
Starting to like KiXtart
*****

Registered: 2003-10-31
Posts: 184
Loc: Ohio
Quote:

Hmmm.. Sounds pretty good then Allan. I've not tested/run your editor for well over a year now as it was just way too buggy to even consider further testing.

I'll give it another try some time this week and see how far along you've come now as it sounds like I should not expect too many issues judging from the postings of others as well.




It wasn't buggy. It had unexpected features.

Quote:

allan, sure it works.
one can always wonder why one uses table at all when he does not want to present a table.
but, it's your editor and so it's your choice.




I think a plain table is a little better supported still then the more complex, but nicer, div's. Plus its my editor. Ha!

Code for 3.0 final is done....still going through trying to find glaring bugs and I want to do more benchmarking against the old version to see what changes I made helped and which hurt, mostly for my own programming experience. From what I can tell 3.0 should be a good 10 - 30% faster but my testing should give me a better guesstimate. If I don't release tomorrow I'll send it out over the weekend.

-Allan.
_________________________
Kixtarter - KiXtart Script Editor
http://www.AllanDynes.com/

Top
#115075 - 2005-07-18 04:41 PM Re: Kixtarter - KiXtart Script Editor
ADynes Offline
Starting to like KiXtart
*****

Registered: 2003-10-31
Posts: 184
Loc: Ohio
After a lot of testing and recoding I'm pretty happy with the 3.0 code. I have officially released 3.00 as a new installable file and also through the updater. It is recommended that you go into Options -> Settings (Tools -> Options for beta users) and do a "Reset To Defaults" and then uninstall the old version. This is not required, you can just download the update, but it will get rid of old files in the install directory that are no longer needed (VB compatibility files).

Overall the coloring routine is much faster, my test files which consisted of our companies login script and NTDocs computer info script both took 40 - 50% less time to color as the old 2.19 code did.

If anyone has any problems or wants to report a bug PLEASE use the website to do so (Help -> Submit Bug or Feedback) as I can track things easier having a emailed copy. Please be as precice as possible if your reporting a bug, give me at a minimum your OS, the first couple lines of the error (I don't need or want all 100 some lines of the .Net compiler error messages), and what you did to cause the error. Otherwise its very difficult to track things down to fix.

I'll update the page 1 post with any new info on the program.

-Allan
_________________________
Kixtarter - KiXtart Script Editor
http://www.AllanDynes.com/

Top
#115076 - 2005-07-18 05:41 PM Re: Kixtarter - KiXtart Script Editor
Mart Moderator Offline
KiX Supporter
*****

Registered: 2002-03-27
Posts: 4672
Loc: The Netherlands
Sweet
Just started using it myself. Looks and feels great.
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.

Top
#115077 - 2005-07-18 06:15 PM Re: Kixtarter - KiXtart Script Editor
Bryce Offline
KiX Supporter
*****

Registered: 2000-02-29
Posts: 3167
Loc: Houston TX
nice work man!
Top
#115078 - 2005-07-20 02:24 PM Re: Kixtarter - KiXtart Script Editor
Mart Moderator Offline
KiX Supporter
*****

Registered: 2002-03-27
Posts: 4672
Loc: The Netherlands
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?
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.

Top
#115079 - 2005-07-20 02:51 PM Re: Kixtarter - KiXtart Script Editor
Mart Moderator Offline
KiX Supporter
*****

Registered: 2002-03-27
Posts: 4672
Loc: The Netherlands
The replace function is doing something weird, well at least on my system. Here is a small example.
Same goes for actual code.

Code:

123
213
321



Let replace replace the 1 by 9 (or whatever) it just deletes the 1 and does not place a 9 where 1 originally was.
When the cursor is placed before the first character it does not find this either just says that 1 can not be found after he did find and deleted the other two 1's.

Can anybody confirm this or is it just my wksta acting like a basta?


Edited by Mart (2005-07-20 02:52 PM)
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.

Top
Page 8 of 15 « First<678910>Last »


Moderator:  Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart 
Hop to:
Shout Box

Who's Online
0 registered and 346 anonymous users online.
Newest Members
gespanntleuchten, DaveatAdvanced, Paulo_Alves, UsTaaa, xxJJxx
17864 Registered Users

Generated in 0.104 seconds in which 0.054 seconds were spent on a total of 13 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org