|
|
02398ed366
|
properly update Accessor.Position for MemoryAccessor
|
2019-11-22 19:11:57 -05:00 |
|
|
|
d22f198d34
|
AddFileNameFilterFromAssociations for a single Association
|
2019-11-20 00:15:51 -05:00 |
|
|
|
8c0a110000
|
Display default value of field in treeview
|
2019-11-20 00:15:28 -05:00 |
|
|
|
155c72e7c9
|
improvements to File System Editor w/r/t adding items to folders
|
2019-11-18 23:55:55 -05:00 |
|
|
|
60a19673cb
|
improvements to File System Editor w/r/t adding items to folders
|
2019-11-18 23:54:38 -05:00 |
|
|
|
0c3a7af6b9
|
provide different menus for Folder and File selected items
|
2019-11-18 23:53:39 -05:00 |
|
|
|
13816f2e07
|
associate the buttons with their respective response values
|
2019-11-17 14:46:23 -05:00 |
|
|
|
2398a9e087
|
don't crash if we get passed in a null string
|
2019-11-17 14:46:02 -05:00 |
|
|
|
b5bc8c0ec1
|
allow to specify the DataType of a particular Field
|
2019-11-17 02:43:35 -05:00 |
|
|
|
9064e144f0
|
function to get the zero-based offset of a particular String in a list of strings with optional padding after each item (e.g. 1 for null terminator)
|
2019-11-17 02:42:56 -05:00 |
|
|
|
b6f6865e7a
|
Set the object model, data format, and accessor to last used values when saving
|
2019-11-16 23:57:45 -05:00 |
|
|
|
47b1e2ffc8
|
Preliminary implementation of Database Editor
|
2019-11-16 22:47:42 -05:00 |
|
|
|
f508567395
|
add MakeReferenceInternal for DatabaseObjectModel
|
2019-11-16 22:47:06 -05:00 |
|
|
|
45a842832c
|
add constructors for DatabaseField and DatabaseRecord
|
2019-11-16 22:46:23 -05:00 |
|
|
|
f1b9f2a6b9
|
move common Align() functionality into ReaderWriterBase
|
2019-11-15 22:13:10 -05:00 |
|
|
|
db78228129
|
properly display ModificationTimestamp in listview
|
2019-11-15 12:09:49 -05:00 |
|
|
|
033ab67b5b
|
don't crash if we get passed a NULL filename
|
2019-11-15 12:13:16 -05:00 |
|
|
|
cdd181bf70
|
hastily implemented indexer and ToString for DatabaseField
|
2019-11-15 12:12:49 -05:00 |
|
|
|
52c8c050f3
|
this function was used in only one DataFormat. ever. and it never worked...
|
2019-11-14 23:08:16 -05:00 |
|
|
|
de65fecdd7
|
implement Delete on SolutionExplorerPanel - very inefficient; needs UWT treemodelrow delete support
|
2019-11-13 10:44:55 -05:00 |
|
|
|
97eb6dadd7
|
support UWT ActiveControl property on Window
|
2019-11-13 10:44:01 -05:00 |
|
|
|
c66dc34ef4
|
enhancements to ProjectFolder and ProjectFile parenting
|
2019-11-13 10:42:58 -05:00 |
|
|
|
9142f696a4
|
add optional outputLength parameter when decompressing
|
2019-11-12 19:28:33 -05:00 |
|
|
|
2bad02b45b
|
Import DatabaseObjectModel from old Universal Data Storage codebase
|
2019-11-12 19:21:18 -05:00 |
|
|
|
f7fdb51610
|
don't crash if Title attribute is not specified on ProjectTask
|
2019-11-12 19:20:41 -05:00 |
|
|
|
d352c3e778
|
tried several different sources for LZX decompression; none of them work for BFF
|
2019-11-12 19:12:48 -05:00 |
|
|
|
c04c8ac747
|
improve text file determination for shorter files and UTF-8 with BOM
|
2019-11-11 06:11:14 -05:00 |
|
|
|
09e4a15671
|
implement context menu in UEXML instead of code
|
2019-11-11 05:56:01 -05:00 |
|
|
|
9e513cd182
|
ability to switch between 1000 or 1024 powers - nautilus uses 1000 apparently
|
2019-11-10 13:19:46 -05:00 |
|
|
|
68afe04e1e
|
must have missed this when porting to UEXML
|
2019-11-10 09:28:42 -05:00 |
|
|
|
9c500dba58
|
Keep DataRequest and Source when cloning File
|
2019-11-09 23:34:12 -05:00 |
|
|
|
bf06766d49
|
FSOM path separators should not be OS-dependent
|
2019-11-09 23:06:37 -05:00 |
|
|
|
180553165d
|
attach context menu event handlers in a per-Context manner to prevent collisions between two similar (type-identical) editors
|
2019-11-09 23:06:14 -05:00 |
|
|
|
347b6c79dc
|
update SDBB when MainWindow is created
|
2019-11-09 15:18:01 -05:00 |
|
|
|
4d6d1c136b
|
not sure we need to test case sensitivity unless EXPLICITLY TOLD TO
|
2019-11-09 15:16:52 -05:00 |
|
|
|
169047699c
|
implement Editor-agnostic super duper commander-style button bar
|
2019-11-08 23:46:13 -05:00 |
|
|
|
e6c64a4886
|
provide default keybindings for Commander-style FileSystemEditor (this should be done in XML)
|
2019-11-08 23:45:18 -05:00 |
|
|
|
d6c5ed5b52
|
Application Contexts support keybindings now
|
2019-11-08 23:44:46 -05:00 |
|
|
|
472f2d8366
|
implement context menu in UEXML instead of code
|
2019-11-07 11:04:21 -05:00 |
|
|
|
ae76749954
|
dynamic menu items are built-in to UWT now, yay!
|
2019-11-05 16:25:12 -05:00 |
|
|
|
e055b0e39f
|
add capability to detect byte-order marks in plain text files
|
2019-11-05 16:23:23 -05:00 |
|
|
|
8d0edb13bb
|
implement start/end/length seeking and endianness
|
2019-11-01 07:04:19 -04:00 |
|
|
|
826fa7e19e
|
this works better, but probably isn't foolproof or efficient
|
2019-11-01 05:56:38 -04:00 |
|
|
|
f36b339014
|
implement extension method to FileDialog in order to add file name filter(s) from Universal Editor associations
|
2019-11-01 00:02:17 -04:00 |
|
|
|
628552883e
|
implement converter for fixed-length string
|
2019-10-31 21:25:59 -04:00 |
|
|
|
a147506dc5
|
update field definition when data changes
|
2019-10-31 15:08:37 -04:00 |
|
|
|
34914358e0
|
Enhance BinaryEditor grammar definition support (still incomplete)
|
2019-10-31 02:52:09 -04:00 |
|
|
|
1a6d44d792
|
Implement (most likely horribly inefficient) GetElementsByTagName function
|
2019-10-31 02:50:07 -04:00 |
|
|
|
4da2520563
|
I wonder if adding items by name to dictionary actually speeds up anything...
|
2019-10-31 02:49:28 -04:00 |
|
|
|
98a308fa85
|
if we don't have any accessor, default to a file
|
2019-10-29 13:59:29 -04:00 |
|