Text tool default text
-
Is it possible to change default "Enter text" text for Text tool?
-
It is not an option in SketchUp, that I know. Why does it matter?
-
It's likely that "Enter Text" is a localized string, defined within the Sketchup executable's resources (ie, a string table.) It will change depending on which language edition the user is running.
You could write a custom Text tool, and use either UI.inputbox() or a UI::Webdialog instead.. then you can control what the default text is.
Advertisement