I'll release a small preview in a day or 2, I'll draw up a help file because there's a few minor things you may not understand in it. (release will not have the interface designer). just to let you guys try and find bugs with what's there i suppose. I'll post a file for language translations
quote:Originally posted by SonicSam
you spelled 'script' wrong in the about window
Haha never noticed that
quote:Originally posted by mynetx
quote:Originally posted by effection
few minor things you may not understand
Programs should be self-explaining?
Well its easy enough to use it, it's just that your XML has to be properly formed, half the crap in scripts is poor XML which it wont open until you fix it. So i'm gona add a few tips etc to help people when their script or interface wont open
quote:Originally posted by effection
I'm in the process of creating one, all features are fished apart from the interface editor, i'm just waiting on patchou replying to an email which he doesn't seem to want to do these days
*Note code folding has been added to the text editor
I am quite intrigued! Would love to test this out.
Just a few suggestions:
Add intellisense
Only show the ScriptInfo.xml window when its selected.
Add the ability to create a PLSC from the project
For any XML files have a tree view that shows the Windows Name so you can easily access a specific Window within an XML
I am quite intrigued! Would love to test this out.
Just a few suggestions:
Add intellisense
Only show the ScriptInfo.xml window when its selected.
Add the ability to create a PLSC from the project
For any XML files have a tree view that shows the Windows Name so you can easily access a specific Window within an XML
Support for subfolders in a script? (1)
All in all this looks amazing so far way to go!
All of these are there apart from intellisense The script info is just showing docked because i opened it for an example you just didn't look hard enough for the rest
This post was edited on 06-29-2009 at 01:23 PM by effection.
Looks good. I saw the names under the XML but wondered why the About.xml had nothing etc.
I am quite excited for when you release it, even if it doesn't have the interface part.
Once recommendation is to add a "Save and Restart". Plus! doesn't restart scripts if you make a change to any js file not in the root. If this is something that interests you let me know I have the code for it.
About.xml has bad xml in it so it didn't parse it's 100% strict to the schema for plus so it must comply by those rules (namespaces etc can be the main problem).
Yeah i'd like to know how to restart the script watching for file changes is easy enough
Posts: 3658 Reputation: 61
36 / /
Joined: Aug 2006
RE: IDE for scripts
quote:Originally posted by effection
Plus! doesn't restart scripts if you make a change to any js file not in the root. If this is something that interests you let me know I have the code for it.