Mother2GbaTranslation/ScriptTool/ScriptToolGui
jeffman a30fb35d21 Made endcode appending feature smarter
Particular changes:
- looks for *any* endcode, not just [00 FF] (there are other ones, such
as [80 FF])
- updates the text box if an endcode is appended
- feature disabled when called from the timer event (don't want to
insert endcodes while you're in the middle of working block; should only
happen when you save or navigate away)
- multiple insertions will now stack in the status bar
2015-03-25 17:40:01 -04:00
..
Properties Add skeleton for GUI tool 2015-03-20 10:41:20 -04:00
App.config Add skeleton for GUI tool 2015-03-20 10:41:20 -04:00
IndexMapping.cs Finish item mapping; add item help collection 2015-03-25 11:55:09 -04:00
IndexPair.cs Finish item mapping; add item help collection 2015-03-25 11:55:09 -04:00
MainForm.Designer.cs Made endcode appending feature smarter 2015-03-25 17:40:01 -04:00
MainForm.cs Made endcode appending feature smarter 2015-03-25 17:40:01 -04:00
MainForm.resx Many GUI tool changes 2015-03-21 16:47:30 -04:00
MatchedGroup.cs Finish item mapping; add item help collection 2015-03-25 11:55:09 -04:00
MatchedGroupCollection.cs Add PSI help refs 2015-03-25 12:20:19 -04:00
NavigationEntry.cs Update GUI tool 2015-03-21 01:25:21 -04:00
Program.cs Add skeleton for GUI tool 2015-03-20 10:41:20 -04:00
ScriptToolGui.csproj Add string previewer 2015-03-25 13:35:12 -04:00
StringPreviewer.Designer.cs Add string previewer 2015-03-25 13:35:12 -04:00
StringPreviewer.cs More work on PSI help text 2015-03-25 15:08:21 -04:00
StringPreviewer.resx Add string previewer 2015-03-25 13:35:12 -04:00
packages.config Add skeleton for GUI tool 2015-03-20 10:41:20 -04:00