Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you add an option for users to select unit name coding? #40

Open
Chromowolf opened this issue Mar 21, 2021 · 4 comments
Open

Could you add an option for users to select unit name coding? #40

Chromowolf opened this issue Mar 21, 2021 · 4 comments

Comments

@Chromowolf
Copy link
Contributor

Chromowolf commented Mar 21, 2021

Since euddraft0.9.0.9, a new option is added in order to use utf-8 to decode custom unit name, see:
armoha/euddraft#20 (comment)
I need to add 1 line to [main]:

[main]
input: input.scx
output: output.scx
decodeUnitName: utf-8

But I can't figure out how to add this line in EE3.

@armoha
Copy link
Contributor

armoha commented Mar 21, 2021

You can add any option in plugin menu.
You can add new plugin below main and write down anything you want.

@Chromowolf
Copy link
Contributor Author

Chromowolf commented Mar 21, 2021

You can add any option in plugin menu.
You can add new plugin below main and write down anything you want.

Thank you. Got it... I was misled by the "New plugin" literal. If it was "Insert eds lines", I would have understood. My fault xD
image

I shoulda read the EE3 tutorial on edac earlier

@Chromowolf
Copy link
Contributor Author

Another GUI problem:
In the plugin menu, when I right click any plugin, and then left click another plugin above, then the 2 plugins would exchange position. I find it weird. Is it an intended feature?

Right-click "ExtraDataEditor":
image

then left-click "DataDumper", then they exchange:
image

@Buizz
Copy link
Owner

Buizz commented Mar 22, 2021

image

Probably a problem caused by not distinguishing the right and left mouse buttons in implementing the drag function. We will fix it in the next version.

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

No branches or pull requests

3 participants