Releases: JoachimCoenen/Datapack-Editor
Releases · JoachimCoenen/Datapack-Editor
0.8.0-alpha
Features
- Added support for Minecraft versions 1.20.3 and 1.20.4.
- Added "Project Errors" tab. Missing dependencies and problems with project setup are listed here.
Improvements
- Added app icon (finally!)
- Latest Minecraft and datapack versions get selected by default when creating a new project or registering a new Minecraft version.
- Added syntax highlighting, validation, and code completion for description field in Create new Project dialog.
- When registering a new Minecraft version the correct minecraft.jar wil be selected automatically, whenever possible.
Fixes
- Unsilenced several potential silent crashes.
- Fixed bottombar tabs defined by plugins being ignored.
- Fixed namespaces with hyphens (
-
) not being recognized properly. - Fixed some error messages not being escaped properly.
- Fixed erroneous error when using a player name as the name for a number provider of type
score
.
0.7.0-alpha
0.7.0-alpha
Features
- Added validation, parsing, etc. for following JsonArgumentTypes:
minecraft:score_holder
,minecraft:objective
,minecraft:target_selector
,minecraft:block_pos
,minecraft:color
, andminecraft:uuid
. - Added syntax highlighting for filter argument target_selector_scores.
- Added filter argument target_selector_advancements.
- Added syntax validation and code suggestions for values of filter arguments
Improvements
- Added bounds checking and suggestions for numbers in commands.
- Added bounds checking and code suggestions for minecraft:time arguments in commands
- The schema context menu has been tidied up.
- Reduced number of false positives & false negatives when validating incomplete json objects with union schemas.
- Improved performance when selecting an error while many documents are open.
- Improved performance of syntax highlighting of large files.
Fixes
- Fixed command parser getting out of sync when failing to parse caret notation or tilde notation with non-caret or non-tilde elements.
- Fixed some commands not being styling correctly when nested within a JSON nested within another command.
- Fixed call tips not showing up in most circumstances.
- Fixed documentation for keywords in minecraft commands not showing up.
- Unsilenced a potential silent crash.
- Fixed
tick rate
command not being recognized. - Fixed wrong line numbers for errors in commands after a multi-line command.
- Fixed ranges without an explicit start or end value but with an implicit one being treated as unbounded ranges.
0.6.0-alpha
Features
- Added support for Minecraft version 1.20.2, dropped support for versions 1.17 & 1.18.
- Added support for multi-line commands in .mcFunction files.
- Errors from template commands (starting with
$
) are ignored.
- Added fuzzy matching for auto-completion in source code. If you type
mosCS
and then pressCtrl+Space
you will be suggestedmossy_cobblestone_stairs
. - Added file extension filter to Validate Files dialog.
Improvements
- Improved performance of JSON parser by > 30%.
- Slightly improved performance of MCFunction parser.
- Improved error messages for validation of Json objects with union schemas.
- Improved code suggestions for minecraft:float_range and minecraft:int_range.
- Added boundary checking (min/max value, etc.) for minecraft:float_range and minecraft:int_range.
- Results in the Validate Files dialog are now displayed in a proper treeview.
Fixes
- Fixed syntax highlighting issues with escape sequences.
- Fixed JSON validation not reporting missing or illegal properties when a union schema has multiple object schemas.
- Fixed the description property in pack.mcmeta to be a raw JSON Text instead of a plain string.
- Fixed Pressing F3 is ignored within a code edit, but works when the search bar is selected (issue #38).
- Fixed Minecraft command parser incorrectly parsing certain constructs with SwitchSchemas.
- Fixed incorrect call tips and code suggestions for Minecraft commands which use certain constructs with SwitchSchemas.
0.5.1-alpha
Improvements
- Added Minecraft version selector to project creation dialog.
- Improved appearance of project creation dialog.
Fixes
- Removed unnecessary button.
0.5.0-alpha
Features
- Plugin support
- Plugins can...:
- add sidebars & bottombars (GUI).
- define parser, stylers, & contextProviders for new languages.
- add new contexts for existing languages.
- add new schemas for existing & new languages.
- add schema mappings (which schema to used for what file).
- add custom document types (like
.json
,.mcfunction
, or even.png
). - add custom settings (aka. SettingsAspect).
- add custom functionality to Projects (aka. ProjectAspect, mostly useful for file content indexing for custom languages or filetypes).
- define custom indices for Roots (aka. IndexBundle).
- customize what happens when a new project gets created (via.ProjectCreators).
- Plugins can...:
- Projects:
- Multi-root Projects! Projects can have multiple subprojects (called Roots) now.
- Project configuration is now stored inside the project folder as
.dpeproj
. - Directories can be excluded on a per-project basis.
- Indentation & Whitespace:
- Added indentation settings for documents.
- Added whitespace visibility setting.
- Added
globalStyles.whiteSpaceStyle
setting to color schemes.
- Misc
- Multiple Minecraft versions can be configured simultaneously.
- JSON Schemas:
- Added schema for loot tables (minecraft:loot_table)
- Added schema for item modifiers (minecraft:item_modifier)
Improvements
- Improved layout of the Setup Dialog shown when the application is started for the first time.
- New and improved dialog for opening existing and creating new projects.
- Json schemas are now stored as Json files and can be viewed in the editor
Fixes
- Save As now selects correct file extension by default.
- Saving an untitled file now correctly opens the Save As dialog instead of just saving the file to
untitled n
. - Fixed potential crashes when loading or saving files, settings, etc.
- Fixed renamed files not being recognized correctly.
- Fixed parsing of numbers in JSON files
- Fixed crashes caused by the DocumentLexer.
- Fixed syntax highlighting desyncing from actual text.
- Fixed index mapping for escape sequences in JSON strings.
0.4.0-alpha
Features
- Added a dark theme, and support for custom themes.
- Added file specific validation & suggestions for:
- predicate files
- recipe files
pack.mcmeta
dependencies.json
- migrated to a project based structure:
- dependencies are now specified using
dependencies.json
in the root directory of your datapack. - a common search location for dependencies can be changed in settings (default location is
C:/Users/<your username>/.dpe/dependencies
).
- dependencies are now specified using
Improvements
- Drag & drop files into the editor to open them
0.3.0-apha
Features
- Added support for different data pack versions (separate from the MC version).
- Added call tips for mcFunction files.
- Added syntax checking for JSON files.
- Added basic code suggestions for JSON files.
- Added basic code insight (tooltips) for JSON files.
- Added validation support for JSON files. (issue #4)
- Added file specific validation & suggestions for tag files (files in 'data/{namespace}/tags/'). (issue #6)
- Added validation for raw json text (
minecraft:component
type) in mcFunction files. - Added custom Styler support, including multi-language support for a single file.
- Added color scheme support
Improvements
- Improved create-new-file dialog.
- Added
minecraft:predicate
type (for mcFunction validation). - Improved code suggestions for mcFunction files.
- Improved code insight (tooltips) for mcFunction files.
- JsonStringContext implementations are now part of the datapack version.
- Added
JsonArgType
to replace thecommands.ArgumentType
for JsonSchemas. - Added
gameEvents
field toMCVersion
.
Fixes
- Reverted changes to resource location parsing.
- Fixed validation of
minecraft:component
command argument returning wrong error type.
0.2.1-apha
0.2.0-apha
Features
- Added support for MC versions 1.17 & 1.18 (can be changed in settings)
- Exclude specific datapack(s) in "Check All Files" dialog
- Exclude specific datapack(s) in "Search All" dialog
- Added progress bar to "Search All" dialog
- Improved "new Data Pack" dialog
- Added "About Qt" dialog
- Added code suggestions for block states (mcFunction)
- Added code suggestions for target selector arguments (mcFunction)
Fixes
- Fixed infinite recursion when parsing incomplete block states.
- Wrong argument for
execute rotated
subcommand. - Added missing entities, blocks, etc...
- Added Parser for UUIDs.
- Fixed crash when querying suggestions for
minecraft:item_stack
Internal Changes
- replaced many instances of
SerializableContainer
withdataclass
Datapack Editor v0.1.0-alpha
Initial release.