Page 14 of 15 « First<1112131415>
Topic Options
#178794 - 2007-08-07 01:10 PM Re: Kixtarter - KiXtart Script Editor [Re: ADynes]
Witto Offline
MM club member
*****

Registered: 2004-09-29
Posts: 1828
Loc: Belgium
I do have problems using the "Replace" (Ctrl+H) option.
I want to step through a script and decide on every hit if the found string has to be replaced or not just by hitting the "Replace" button.
  • The Find... box always reverts to the background
  • The found hit is always ignored and the next hit is replaced. Pushing the replace button should replace the selected text and select the next hit. Pushing Replace when nothing is selected should just select the first hit and wait for the next push on the "Replace" button.

Top
#179276 - 2007-08-14 03:35 PM Re: Kixtarter - KiXtart Script Editor [Re: Witto]
Witto Offline
MM club member
*****

Registered: 2004-09-29
Posts: 1828
Loc: Belgium
When using
Edit --> Copy As... --> HTML -->
The editor has problems with strings that look like HTML tags
 Quote:

$SO=SetOption("Explicit", "ON")
$SO=SETOPTION("NoMacrosInStrings", "ON")
$SO=SETOPTION("NoVarsInStrings", "ON")
$SO=SETOPTION("WrapAtEOL", "ON")
BREAK ON
DIM $String
$String = "Yes<PRE>Test</PRE>No"
If InSTR($String,"</PRE>"
"Yes" ?
Else
"No" ?
EndIf

Top
#182710 - 2007-11-15 03:11 PM Re: Kixtarter - KiXtart Script Editor [Re: ADynes]
ADynes Offline
Starting to like KiXtart
*****

Registered: 2003-10-31
Posts: 184
Loc: Ohio
I'll take a look at the HTML export for the HTML like tags but thats someone elses program I integrated so I don't know how much I will be able to change that. The only other issue is the Find dialog will get behind the program if you do a find or replace as mentioned. You can work around it but if I get a chance I'll try to fix it. 2100+ downloads so far though so people are definately using it.

-Allan


Edited by ADynes (2007-11-15 03:13 PM)
_________________________
Kixtarter - KiXtart Script Editor
http://www.AllanDynes.com/

Top
#186084 - 2008-03-10 03:22 PM Re: Kixtarter - KiXtart Script Editor [Re: ADynes]
ADynes Offline
Starting to like KiXtart
*****

Registered: 2003-10-31
Posts: 184
Loc: Ohio
I'm still amazed at the number of downloads of both the full install and the update, since my last post the install has been downloaded another 1000 times and the updates a additional 600.

I've decided to stop working on this officialy (I've obviously stopped unofficially) and put out one more update which will fix the replace issues Wito was having and also keep the find dialog with focus, and if it loses focus it will get it back on a CTRL+F or CTRL+H. I'm also adding in the GPL decloration and opening the source code to downloads. Both the full install, the update (check for updates within your software), and the source code are now available at http://www.thatguyssoftware.com/ . Thanks to the couple of you that donated, it helped pay some of the hosting costs.

Once you update I suggest going into your options and turning off the "Check for program updates" as there most likely will no longer be any. I will still check the bug submissions and comments on this or any other progrma I've written but I doubt there will be any furthur work on this.

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

Top
#186085 - 2008-03-10 06:29 PM Re: Kixtarter - KiXtart Script Editor [Re: ADynes]
Allen Administrator Online   shocked
KiX Supporter
*****

Registered: 2003-04-19
Posts: 4545
Loc: USA
I'm sorry to hear you are not going to support this any longer. Had I used it I would have donated to the cause with money, but instead tried to help by putting it in my sig. Would you like me to remove it?
Top
#186089 - 2008-03-10 10:06 PM Re: Kixtarter - KiXtart Script Editor [Re: ADynes]
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11623
Loc: CA
Hi Allan,

Thanks for creating and making the software available. Curious why or what you're moving on to. Hope it's something good

Thanks again.


Edited by NTDOC (2008-03-10 11:11 PM)
Edit Reason: Corrected the name

Top
#186092 - 2008-03-10 11:07 PM Re: Kixtarter - KiXtart Script Editor [Re: NTDOC]
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
 Originally Posted By: NTDOC
Hi Allen,

Thanks for creating...
You got them confused. It was Allan that created the software. Allen only created a link.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#186094 - 2008-03-10 11:12 PM Re: Kixtarter - KiXtart Script Editor [Re: Les]
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11623
Loc: CA
Right you are - good catch. Updated.
Top
#186096 - 2008-03-10 11:25 PM Re: Kixtarter - KiXtart Script Editor [Re: NTDOC]
Allen Administrator Online   shocked
KiX Supporter
*****

Registered: 2003-04-19
Posts: 4545
Loc: USA
LOL... Doc's been hanging around Glenn to much ;\)
Top
#186097 - 2008-03-10 11:29 PM Re: Kixtarter - KiXtart Script Editor [Re: Allen]
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
At least it wasn't one of those Rich... er... How... whatever. :p
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#186100 - 2008-03-11 12:22 AM Re: Kixtarter - KiXtart Script Editor [Re: Les]
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
Thanks Allan (Dynes) for creating this editor, for adding to the Kixtart suite of "neat things" and for the support over the years. Good luck in future endeavors.
Top
#186129 - 2008-03-11 05:13 PM Re: Kixtarter - KiXtart Script Editor [Re: Shawn]
Witto Offline
MM club member
*****

Registered: 2004-09-29
Posts: 1828
Loc: Belgium
Thanks Adynes,
Thanks for all the time you spent creating your Editor.

Top
#186321 - 2008-03-17 03:14 PM Re: Kixtarter - KiXtart Script Editor [Re: Witto]
ADynes Offline
Starting to like KiXtart
*****

Registered: 2003-10-31
Posts: 184
Loc: Ohio
Your all welcome. \:\) Glad its being used by so many. I'm wasn't really a programmer when I started this, it was a side project for me to learn Visual Basic and since this program I've written a bunch more, some public, some for my employer, some for a online game I play ( EVE-Online...best game ever). I've learned a great deal about programming over the course of this software and hopefully by making it open source and releasing the source code other will learn a thing or two.

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

Top
#189441 - 2008-09-04 08:42 PM Re: Kixtarter - KiXtart Script Editor [Re: ADynes]
tiborp Offline
Fresh Scripter

Registered: 2007-11-25
Posts: 6
This site seems to be down.
Is there another host anywhere?

Top
#189445 - 2008-09-04 09:54 PM Re: Kixtarter - KiXtart Script Editor [Re: tiborp]
Allen Administrator Online   shocked
KiX Supporter
*****

Registered: 2003-04-19
Posts: 4545
Loc: USA
I just emailed Allan. If he responds, I'll let you know.
Top
#189446 - 2008-09-04 10:04 PM Re: Kixtarter - KiXtart Script Editor [Re: Allen]
Allen Administrator Online   shocked
KiX Supporter
*****

Registered: 2003-04-19
Posts: 4545
Loc: USA
From Allan

 Quote:

Its been moved to my small business site, which already hosts some of my other software. Needed to consolidate some sites...hosting and domain names were getting expensive. I'll update the post on kixtart.org tonight or tomorrow and get the old domain auto forwarded to the new one.


Top
#189447 - 2008-09-04 10:32 PM Re: Kixtarter - KiXtart Script Editor [Re: Allen]
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
oh,
well, maybe we can help?

I have 10/10mbps line and then we have the kixtart.org...

if Allen needs assistance, he shall get it upon asking.
_________________________
!

download KiXnet

Top
#189468 - 2008-09-05 02:36 PM Re: Kixtarter - KiXtart Script Editor [Re: Lonkero]
ADynes Offline
Starting to like KiXtart
*****

Registered: 2003-10-31
Posts: 184
Loc: Ohio
It's still available. Actually it was on both hosts for a while, if you google search "Kixtarter" you'd find it eventually...I need to tweak the content management software the new site is running on because the Kxtarter stuff isn't showing up on google yet making it hard to find. The new link is:

http://www.burtoncomputerservices.com/in...loads&Itemid=53

and I'll update the first post.

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

Top
#189768 - 2008-09-19 07:58 PM Re: Kixtarter - KiXtart Script Editor [Re: ADynes]
ADynes Offline
Starting to like KiXtart
*****

Registered: 2003-10-31
Posts: 184
Loc: Ohio
New version being released today, version 4.10, that will replace 4.03. Here is the change log for this version:

1. Upgraded development workstation from Visual Studio 2005 Professional SP1 to Visual Studio 2008 Standard SP1.
2. Updated all company references.
3. Removed the updater and associated code as this will be the last update to this software.
4. Modified the line numbering routine which should greatly reduce the flickering with larger files, especially when scrolling.
5. Made some small modifications to the coloring routine resulting in 20 – 40% faster execution.

Most people should see a nice speed boost over old version.

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

Top
#190072 - 2008-10-08 05:52 PM Re: Kixtarter - KiXtart Script Editor [Re: ADynes]
ADynes Offline
Starting to like KiXtart
*****

Registered: 2003-10-31
Posts: 184
Loc: Ohio
Somehow I'm still getting downloads of the help file and update directly, which I thought wouldn't happen on the new host. Possibly the site redirection is also redirecting the old app to the new site. Either way I updated the files on the server so they imform users with 4.03 and older that try to update that the new version is available on my site.

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

Top
Page 14 of 15 « First<1112131415>


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

Who's Online
2 registered (morganw, mole) and 414 anonymous users online.
Newest Members
gespanntleuchten, DaveatAdvanced, Paulo_Alves, UsTaaa, xxJJxx
17864 Registered Users

Generated in 0.086 seconds in which 0.036 seconds were spent on a total of 14 queries. Zlib compression enabled.

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