IDE For ISS scripts

andrey

Active Member
Hi, all!

Please, can somebody tells me, is there any IDE for writing, debugging iss scripts(for example - Delphi, IntelliJ Idea, or something else). Where can I find the EVE library or any header for c# including? Is the notepad an unique tool for creation iss scripts?

Please, advise

Regards,
andrey
 

Hendrix

Well-Known Member
Notepad is uh, well notepad, haha.

The closest thing you will come to an IDE for ISS is Ultraedit with the LS color file or VIM with the LS color file. Other people use notepad++ but currently it does not have a color file.
 

andrey

Active Member
Ok

Ok, thanks. I have another question, is there any way to know full list for methods provided by isxeve or innerspace? Any documentation? As I think, it is very strange to work with abstract objects without any help ... Or maybe all of this for my own risks?

Regards,
Andrey
 

Nuprecon

Active Member
Ok, thanks. I have another question, is there any way to know full list for methods provided by isxeve or innerspace? Any documentation? As I think, it is very strange to work with abstract objects without any help ... Or maybe all of this for my own risks?

Regards,
Andrey
Other than asking the Eve guys where their wiki is? I'm sure there is a script that can grab all that information, but I dont know what it would be.

Might want to ask the Eve guys though.
 

Valerian

ISX Specialist
lstype <objecttype> will give you a list of members, methods, inherited members, and inherited methods. as for documention, yep, wiki would be it.
 
Top Bottom