| 10-11-2002, 12:59 AM | #1 |
In the beta days I made a Script editor. It worked out nice and everything, got many things accompliced with it. At one time I had it one a Fileserver and their was a link to it on war3 sites. Then the Fileserver died and I couldn't find my source files. Now that I am going back to attack AI I am going to work on another one. I learned much about what people wanted but once again I want the publics help on something. I am developing a main window and then optional toolbar. On this toolbar will have places too add commonly used functions plus you can add your own custom functions for certainbuttons. I was wonderingshould I make it to where you type like the name function and return and takes in the tool bar then hit the button to send it over or have it to where it spits out hte function and return types and everything and you just change it? My picture shows my Ideas. Top is the You type in name takes and returns. bottom Is just buttons. Yes it looks lame this is cause I didn't want to build real stuff takes to long. Personally I like bottom better. I can have more functions on toolbar. Not too mention Custom Buttons that while I am thinking of them are going to ROCK. For example. You right click on it. Up pops dialog. Asking you what you want the name of that button to be and also what code you want in their. You could store a Whole function in it. Maybe AI file (Although I might limit it some depends). Then anytime you click button it inserts code where the cursor is. Also with top you can only insert one take and one return anyways and long names might not Fit. Also I want Ideas so please post any so I can get the corperated into my first release. Thanks P.S. That Is the Major Toe Jam in the Back Ground (AWSOME GAME):foot: :D |
| 10-11-2002, 02:23 AM | #2 |
just what I was after now can you color code it :) and add Tooltips like in visual studio that would be ownage. And toe Jam and earl 2 was by far one of the best games to grace the sega genesis system. |
| 10-11-2002, 02:47 AM | #3 |
so thisll be another GUI for JASS or am i way off? if it is then do the button thing |
| 10-11-2002, 03:38 AM | #4 |
Weaaddar: Yeah Now that I got the hold on parsing using JASS. I can easily handle it here. So yes plan on color codeage. Explain a hair more on the tooltips. Personally I saw Toe Jam & Earl II and never played it. I played the first one and loved it. Hula Babes all the way :) Mythmon: Sorta, the AI files and files that compose JASS are .ai and .j . I usually use a notepad. But I always have to say open with or all files. Not to mention I have to retype a lot of things everytime I do something. Plus I Love Color coded text it helps TONS. So this is a notepad on steroroids. It has all commonly used JASS text like functions, loops, if statements and so on. It will have the Custom buttons. Plus color coding. I have decieded That I am doing the buttons so no need to vote on that. Just give me Ideas. |
| 10-11-2002, 06:51 PM | #5 |
Have you use VS.net? When you type in a said function it would create a tooltip telling you whats goes into the parentisis and would bold parts you completed. |
| 10-11-2002, 08:00 PM | #6 |
That's also in vc 6.0. IIRC it also worked for user defined functions and classes. It'd even take the comments above the function and display that to the user. |
| 10-11-2002, 08:23 PM | #7 |
Heh Yeah I love the fact that it works on user defined functions :) |
