Frictional Games Forum (read-only)
Lang Editor Tool (V1.1 - Spell Checker Added) - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Resources (https://www.frictionalgames.com/forum/forum-42.html)
+---- Thread: Lang Editor Tool (V1.1 - Spell Checker Added) (/thread-12213.html)

Pages: 1 2 3 4


RE: [V1.1] New Language Editor Tool (Beta) (Testers Wanted) - Apjjm - 01-01-2012

It seems to not be liking the way insert works with an empty list? Have added some data sanity checks to see if it will eliminate the error, which will be available in the new version tomorrow but I can't make any promises sadly.


RE: New Language Editor Tool (Beta 3) (Testers Wanted) - Apjjm - 01-01-2012

Uploaded a new version:
http://www.mediafire.com/?umq27qt20kil27o


Changes include:
  1. More Icons
  2. Unsaved work Confirmation on attempting to exit
  3. New menu buttons + shortcuts available for resources
  4. May have fixed the problem Your Computer reported?
  5. A few other tweaks



RE: New Language Editor Tool (Beta 3) (Testers Wanted) - Your Computer - 01-01-2012

(01-01-2012, 09:27 PM)Apjjm Wrote: May have fixed the problem Your Computer reported?

After many attempts, the program did not crash when performing the task that used to cause it to crash. Since i don't plan on using this tool, this may be as far as my testing goes. It should be safe to mark the issue as fixed, at least for beta 3.


RE: New Language Editor Tool (V1.0) - Apjjm - 04-01-2012

New version (V1.0) added.


There is now script support for the lang editor, so you can easily generate language file content (or manage content) through a C# script. Some documentation included as well as a Number Generator script (will auto-generate numbers in a given range and add entries with some parameters you can set) and two example scripts.

If you come up with any cool scripts please share them here Smile.


Edit:
Just updated with a version where you can specify assemblies in an external file. This new version should fix any assembly not found bugs and let people write scripts easier.


RE: New Language Editor Tool (V1.1 - Spell Checker Added) - Apjjm - 05-30-2012

New version (1.1) Added.


Renamed the "Info" Tab to "Errors" tab, as the name is more apt.
Switched from using Windows.Forms.RichTextBox to Windows.Controls.RichTextBox for the main editor.
Spellchecker support
May have fixed a slight performance issue where the textbox would be set/unset multiple times when switching categories.

Note: As the switch to Windows.Controls.RichTextBox was a little more involved than i would have liked, it is possible that i may have missed something or created a bug. I haven't found one when playing about with the test files though. Old versions are always available if you prefer them.

Download:
http://dl.dropbox.com/u/64805489/LangEditor/LangEditorV1.1.zip


RE: Lang Editor Tool (V1.1 - Spell Checker Added) - plutomaniac - 05-30-2012

I'd really like to test this in a week when I continue my mod. It might be a lot easier...


RE: Lang Editor Tool (V1.1 - Spell Checker Added) - Statyk - 05-30-2012

(05-30-2012, 09:38 PM)plutomaniac Wrote: I'd really like to test this in a weak when I continue my mod. It might be a lot easier...
I find this ironic to the addition of spellcheck support... =3


RE: Lang Editor Tool (V1.1 - Spell Checker Added) - plutomaniac - 05-30-2012

obviously I meant week and not weak


RE: Lang Editor Tool (V1.1 - Spell Checker Added) - Statyk - 05-31-2012

(05-30-2012, 11:00 PM)plutomaniac Wrote: obviously I meant week and not weak
I know you did. I just find it ironic.


RE: Lang Editor Tool (V1.1 - Spell Checker Added) - MaZiCUT - 07-05-2012

I really hope this doesen't fuck up a lang file like the original one does, it basicly just deletes all of your hard work that you have to re-assembly. Don't know if i dare to test this though.