allow adding new tags

This commit is contained in:
2014-11-05 17:10:15 +01:00
parent 3bf44354dd
commit f83ddaa9dd
30 changed files with 282 additions and 26 deletions
@@ -286,4 +286,7 @@ config.name.lastDebuggerReplaceFunction = (Internal) Last selected trace replace
config.description.lastDebuggerReplaceFunction = Function name which was last selected in replace trace function with debugger
config.name.getLocalNamesFromDebugInfo = AS3: Get local register names from debug info
config.description.getLocalNamesFromDebugInfo = If debug info present, renames local registers from _loc_x_ to real names. This can be turned off because some obfuscators use invalid register names there.
config.description.getLocalNamesFromDebugInfo = If debug info present, renames local registers from _loc_x_ to real names. This can be turned off because some obfuscators use invalid register names there.
config.name.tagTreeShowEmptyFolders = Show empty folders
config.description.tagTreeShowEmptyFolders = Show empty folders in tag tree.