Commit graph

110 commits

Author SHA1 Message Date
Justin Aquadro
6412629678 Make logging actually succeed 2014-04-01 21:41:45 -04:00
Justin Aquadro
f3304f51a1 Fix crash when refreshing an unexpanded node. Improve error logging. 2014-03-31 20:53:41 -04:00
Justin Aquadro
3e6240d895 Fix array editor disabled 2014-03-31 00:10:39 -04:00
Justin Aquadro
e1096e29ca fix absolute path crash 2014-02-20 02:23:38 -05:00
Justin Aquadro
b303551fa0 Update installer version 2014-02-20 02:03:45 -05:00
Justin Aquadro
16ec47a411 File organization; added wildcard and glob matching to NBTUtil paths 2014-02-20 01:58:40 -05:00
Justin Aquadro
c5debf12d4 Fix bugs in search rule matching 2014-02-19 20:29:22 -05:00
Justin Aquadro
d4ad1bd99a Restructuring project to support separate command-line utility 2014-02-16 02:56:27 -05:00
Justin Aquadro
a03537bb99 Add Open in Explorer to context menu 2013-12-18 23:12:42 -05:00
Justin Aquadro
2d70d2af10 Merge branch 'master' of https://github.com/flarn2006/NBTExplorer 2013-12-18 22:47:27 -05:00
Justin Aquadro
5d51967501 Try to improve control flicker 2013-12-18 22:45:05 -05:00
flarn2006
ab4e789114 Added a menu item to open a directory in Explorer 2013-12-17 19:39:21 -05:00
flarn2006
b642b3aee4 Don't want to mess with the keyboard shortcut
See previous commit/added comments
2013-12-17 19:24:15 -05:00
flarn2006
400eb1f80a Hold down Ctrl to avoid using folder browse dlg
That dialog just plain sucks...you can't type in a path, for instance.
2013-12-17 19:17:15 -05:00
Justin Aquadro
366ec3fe9e More rigorous startup failure checking and reporting 2013-11-17 13:26:19 -05:00
Justin Aquadro
b2d54f39a6 Reorganize project structure; Add installer project 2013-11-09 22:57:24 -05:00
Justin Aquadro
ed6b69978e Add Chunk Finder tool to search menu 2013-11-09 20:09:22 -05:00
Justin Aquadro
9f44174887 Version bump 2013-11-01 22:19:50 -04:00
Justin Aquadro
85ca29cb79 Fixed regression in node controller preventing creation of new nodes. 2013-11-01 22:18:20 -04:00
Justin Aquadro
ae03136b5b Missing source file 2013-11-01 00:49:44 -04:00
Justin Aquadro
346adf297a Polish up find/replace, other bits of polish 2013-11-01 00:48:44 -04:00
Justin Aquadro
14444dd1b5 Replace-All seems to be working 2013-10-30 01:43:20 -04:00
Justin Aquadro
a8cf67b8f4 ExplorerBar on find/replace 2013-10-29 22:17:07 -04:00
Justin Aquadro
26a727e41e Merge remote-tracking branch 'origin/feature-replace' into feature-replace
Conflicts:
	Windows/EditHex.Designer.cs
	Windows/EditHex.cs
	Windows/FindReplace.Designer.cs
	Windows/FindReplace.resx
2013-10-29 22:16:22 -04:00
Justin Aquadro
168557c8e9 Intermediate state 2013-10-28 23:30:39 -04:00
Justin Aquadro
276a5c6747 Update find menu/button appropriately at end of search 2013-10-06 21:50:11 -04:00
Justin Aquadro
a700d4c128 Add text-based array editing; open editing for Mono-based runtimes 2013-10-06 21:43:12 -04:00
Justin Aquadro
db1662dc9b Ready for search and replace beta release (no replace-all yet) 2013-08-10 02:11:04 -04:00
Justin Aquadro
152213e2cf Implementing progress callback 2013-08-09 02:02:22 -04:00
Justin Aquadro
1c654c66d3 Create rule forms 2013-08-08 22:48:05 -04:00
Justin Aquadro
48fc7e4d0e Find/Replace progress 2013-08-08 01:21:51 -04:00
Justin Aquadro
feac98b064 Rule tree code 2013-08-07 01:19:04 -04:00
Justin Aquadro
1ccf299f9c Merge branch 'master' into feature-replace
Conflicts:
	Vendor/MultiSelectTreeView/MultiSelectTreeview.cs
	Windows/MainForm.cs
2013-08-06 21:35:31 -04:00
Justin Aquadro
22a14a9554 Sorting on NBT File Node contents 2013-05-25 17:31:41 -04:00
Justin Aquadro
563ca5b0a5 Text list representation import/export for array types 2013-05-25 17:12:37 -04:00
Justin Aquadro
e319c519dc Raw byte array import/export 2013-05-25 03:30:52 -04:00
Justin Aquadro
119ba72091 Update Substrate; Version 2013-05-25 01:15:38 -04:00
Justin Aquadro
09806d5f14 Somewhat reduce flickering on select changes 2013-05-25 01:11:05 -04:00
Justin Aquadro
00cc08bb05 Expand Children / Expand Tree context menu items 2013-05-25 00:11:21 -04:00
Justin Aquadro
2c0ce45b37 NBT fix in Substrate; Error reporting on file load failure; Open file dialog type filtering 2013-05-24 23:30:58 -04:00
Justin Aquadro
f956912dfb Updating Substrate reference to fix file padding bug 2013-03-09 14:06:40 -05:00
Justin Aquadro
19e304ab04 Check %APPDATA% for Minecraft dir first 2013-02-18 01:38:33 -05:00
Justin Aquadro
15d27c1ff9 Update version number, add Substrate as project support file 2013-02-05 23:38:52 -05:00
Justin Aquadro
8f092842e9 Byte and Int arrays can be modified to different lengths 2013-02-05 23:35:01 -05:00
Justin Aquadro
d27234e2cd Added root node renaming and container manipulation capability 2013-02-05 02:14:52 -05:00
Justin Aquadro
24c349ce50 Tighter protection around unpredictable ApplicationSettings properties 2013-01-27 19:42:48 -05:00
Justin Aquadro
d0f125632f Replace form progress 2012-11-20 01:02:35 -05:00
Justin Aquadro
1aea80c7fd Merging master 2012-11-17 20:48:47 -05:00
Justin Aquadro
1596d3365d Multi-select support (for delete) 2012-11-15 00:27:35 -05:00
Justin Aquadro
b927f06b95 Fixed node cutting/deleting not triggering isModified state 2012-11-14 20:48:25 -05:00