Skip to content

removed indent width for custom list level settings#70

Merged
lukasbash merged 1 commit into
mainfrom
gg/fix/widthNotNeededInCustomLevel
Jul 6, 2026
Merged

removed indent width for custom list level settings#70
lukasbash merged 1 commit into
mainfrom
gg/fix/widthNotNeededInCustomLevel

Conversation

@gerhardgruber

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes the indentionWidth field from ProtoCustomListLevelSetting across the source proto and generated artifacts, and bumps the npm package version.

Changes:

  • Dropped indentionWidth from ProtoCustomListLevelSetting.
  • Renumbered doctypeCode from field 5 to 4 and updated generated outputs (Go/JS/TS/C#) accordingly.
  • Bumped package.json version from 0.8.5 to 0.8.6.

Reviewed changes

Copilot reviewed 4 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/DocumentElements/documentelements.list_level_setting.proto Removes indentionWidth and renumbers doctypeCode in ProtoCustomListLevelSetting.
build/docframe.proto Mirrors the same field removal/renumbering in the bundled proto.
docframepb/docframe.pb.go Updates generated Go struct/accessors and descriptor encoding for the changed proto field numbers.
build/Docframe.js Updates generated JS encode/decode/verify logic for the changed fields.
build/Docframe.d.ts Removes indentionWidth from generated TS typings.
build/Docframe.cs Updates generated C# message metadata/serialization for the changed field numbers.
package.json Version bump to 0.8.6.
Files not reviewed (1)
  • docframepb/docframe.pb.go: Generated file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 129 to +133
string listSettingName = 1;
ProtoListLevelSettingType type = 2;
int32 level = 3;
int32 indentionWidth = 4;

string doctypeCode = 5;
string doctypeCode = 4;
Comment thread build/docframe.proto
Comment on lines 500 to +504
string listSettingName = 1;
ProtoListLevelSettingType type = 2;
int32 level = 3;
int32 indentionWidth = 4;

string doctypeCode = 5;
string doctypeCode = 4;
@lukasbash
lukasbash merged commit c00430f into main Jul 6, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants