|
|
java application finished, more info in the first post.
moderator: plz could you clear up this thread a bit (i mean delete all those 'updated' posts etc.)? thanks
i have reworked the application a bit, design is much better, there is a progress bar and the GUI doesn't freeze anymore. also, name of the original file is set automaticaly (you can change it of course) based on the name of the translated file.
more info in the first post or on my fansite: http://www.heroesofnewerth.cz/clanek/translation-helper
Don't feel bad, I love your appplicationIt does everything I want... The only problem is the one you point out in the website, no errors, no crashes, it's really good.
For the "problem" can you try to make it check every dunno, the first 16 characters per line, and if there is nothing, and the original have something, then print that line?
Wow, this sub-forum is really dead, why no one read this topic?
Btw I suggest naming the application: Line Finder
I want a moderator to come here and delete the old posts and change the thread name to [App] Translation Helper... at least -.-
maybe check the source of button.
It should be:
final JTextArea jt = new JTextArea();
JButton copy = new JButton("Copy to clip");
copy.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
String selection = jt.getText();
StringSelection data = new StringSelection(selection);
clipboard.setContents(data, data);
}
});
Updated. Sorry for the delay, I was busy beta-testing HoN
Changelog for version 1.1:
- renamed to "Line Finder"
- design changed a little bit
- number of missing lines is shown
- fixed the "Copy" button
- now you can check for empty lines; this feature is optional
More info & download on my HoN fansite: http://www.heroesofnewerth.cz/clanek/translation-helper
Did you put a check that : corrects the empty lines from patch updates?
I can help you to do this..
what do you mean by that? how should it correct those empty lines? it finds them, it's up to the user to translate them...
if you want, i can send you my source files and you can edit it and improve this application. but imho it does everything it's supposed to do and i can't think of any more features it should have.
If my thought is right, you can do a check if the line is empty then ....
Ugh.. sorry, but Copy is still not working -at least for me- I'm using Windows 7.
If I use Ctrl+C and Ctrl+V it only copies the first letter... and Copy to Clipboard Button does nothing![]()
I know that Ctrl C/V is not working (that's not a bug, it's a feature!). As for the Copy button - I dont know what to do - it tried both 'jTextArea1.copy();' function and that solution described a few post above - both of these procedures work fine on my computer.
In the next release, I will make the TextArea editable again. You will be able to change results, but you should also be able to select the text and then Ctrl C/V it.
hi, i would like to port it to .net and make an exe, can I have the source code![]()
old GVT - new ksed name =D
Can all the heroes be made out of their icons? FIND OUT!
Brazilian Translation Project
DotA/Unreal Announcer for killing sounds mod by me
.
.
.