| 06-03-2004, 01:22 AM | #1 |
Version 1.5 on this post. The last time I made a Jass editor, it hardly did anything except load up Blizzard.j . This isnt so much as an extention of that program as a completely new program. This makes Jass writing/editing easier then ever before. Features include: (New features in bold)
Just unzip it and run! And most importantly, leave comments! I worked for a long time, but all my work is pointless if people don't say what they think. Like it, hate it, I don't care. I'm just happy someone left feedback. Thanks! Version history, bug troubleshooting and more can be found in the readme. |
| 06-03-2004, 02:24 AM | #2 | |
When I click "Load Blizzard.j" it gives me an error saying "File C:/Blizzard.j could not be found" [edit] - I clicked check syntax and it said: Quote:
[Edit 2] - The program is WAY to big. I can't even see most of the Output window even with the program maximized and my resolution set to 1680 x 1050. The sections should resize to fit the window size. Second, an explanation of what to put where would also be nice. I saw three windows and I didn't know which one was for the actual code... |
| 06-03-2004, 05:28 AM | #3 |
I get a nasty error saying that "The application failed to initialize properly (0xc0000135)" when I try to run Jedit |
| 06-03-2004, 10:26 AM | #4 |
@Xinlitik: Alright. It sounds like you dont have the VB runtime files, but I'm not sure. Search for Vb.Net runtime files on google, or maybe I'll go find them. @Shimrra: That's strange, since I have a 1280x1048 resolution. Give me a few minutes and I'll go and make it smaller... |
| 06-03-2004, 03:52 PM | #5 |
Maybe you should make a README file which says what the program expects to be availible in order to run. ;-) I also get the "The application failed to initialize properly (0xc0000135)". |
| 06-03-2004, 07:05 PM | #6 |
these is a really good program, seems to work awesome, btw just but blizzard,j and common.j into your C:\ directory just likes it expects |
| 06-03-2004, 09:20 PM | #7 | ||
Quote:
Problem solved! Out of the readme: Quote:
And now that I have said that, I've made a version coming out: 1.1. It makes the controls resizing, labels the textboxes, has a readme, and gives credit to the people who helped (sorry about that Shimrra, I was too eager to get the thing out :-( ) Hope you like it. |
| 06-03-2004, 11:03 PM | #8 |
wait, now the thing crashes when to check the syntax |
| 06-03-2004, 11:21 PM | #9 |
Ok, I think this is probably because you moved pjass. Just a guess. Anyway. I'll say this once just in case: All files should be in the same directory as the main program. Otherwise, nothing will work. Anyway. Open up this new version and copy the program to where v 1.1 is and see what error it gives you. This will be helpful, so thanks in advance. |
| 06-04-2004, 12:24 AM | #10 |
The program only seems to be able to load the .j files if they are in the C: \ directory, the program will crash otherway. If one copy the files to C: \, it loads the files, but gives: JassPr2 - Error has occured. Error message is File not found. . Error number is 53 If one puts everythin in C: \ it seems to work though, it even checks the syntax. :) I suppose you have to check your file handling code. It would also be useful if there where a scrollbar at the Blizzard/Common function code textbox. This program actually seems like something that I could think of using, there are two thing that annoy me somewhat though: No ability to load common.ai and no possibility to type tabs. Tabs are really a handy feature when programming. :) |
| 06-04-2004, 01:37 AM | #11 |
Vidstige - That was a very helpful post, you detailed everything. Very helpful. Anyway, I fixed the bug. It was a sneaky little thing that would save a certain file to C:\ but look for it in the current directory. I have to go soon, but here's version 1.2 . I put it in the first post because posting new versions everytime I imagine is very annoying. Thanks all who responded so far! |
| 06-04-2004, 02:20 AM | #12 |
OK, this new version works well. Only two things I found: 1) It doesn't detect GetSpellTargetLoc 2) It might be a good idea to be able to unload the .j files after they are loaded. Overall, excelent work. |
| 06-04-2004, 12:45 PM | #13 |
I think the layout needs some serious improvement. Try to make the actual code box as big as possible. The "Blizzard/Common Function Code" box doesn't seem to serve any purpose, and if you can place the syntax checking box and the Blizzard.j/Common.j are into a resizable tab control, you should be well underway. Some bug:
|
| 06-05-2004, 03:52 AM | #14 |
I havent responded in a while because i was working on this version. This has the upgrades that Kattana mentioned (Well, some of them). @Kattana: Your first two bugs are very wierd. I havent heard anyone replicate them... although the edit the common bug I think I know. Auto-Indent - Thats a good idea. It gave me a lot of grief, but now it finally works well, so on to other matters. I suppose I can put the amount of spaces in preferences, although I actually used the 9th ASCII code (Press alt+ numberkey 9, and some textboxes will support it). @Shimrra: 1. I have no idea why that is. Perhaps it is in another one of blizzards files... 2. It sounds easy, but counter-intuitively this would be a pretty difficult and cpu-eating task. Anyway, version 1.4 is on the main post, check it out and I hope you like it :-) |
| 06-05-2004, 06:25 PM | #15 |
Search and replace just seems to wipe out all my code... this happens wheter there is an actual match or not. When I select and copy all code, there is an exception reported. This seems to be because you have the infamous _off by one error_ on your Edit->copy command. If I select and copy using this meny, let's say I select _unction_, do a copy and paste using your menus, then _function_ is pasted. Which explains why the programs get upset when one tries to access characters before the first character in the textbox. Edit: The Check Syntax choice on the menu bar does not seem to work, but the button do work. Do you think that it is possible to learn the program to load common.ai? A suggestion: you might want to compare the editing capabilities with a simple editor like notepad. |
