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

The problem with spaces in the file names of new command. #3

Open
Andrey-Bushman opened this issue Feb 20, 2017 · 0 comments
Open

The problem with spaces in the file names of new command. #3

Andrey-Bushman opened this issue Feb 20, 2017 · 0 comments

Comments

@Andrey-Bushman
Copy link
Owner

Andrey-Bushman commented Feb 20, 2017

If the file name of new command contains the spaces then the file with _Work.cs suffix will have wrong class name in generated code. I mean the new command which was created on the base Revit 2017 External Command Item Template. It happens because I use such code string:

sealed partial class $fileinputname$ {

I can't find more suitable variable instead of $fileinputname$.

So, don't use the spaces for new commands file names. :(((

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

1 participant