by thomthom » Tue Feb 19, 2013 9:04 pm
OverviewThis plugin started out as part of BaseCamp 2012 coding challenge when I was given the keyword "Text Editor" to write a plugin around. After BaseCamp I developed it further, improving it. AccessDraw > Editable 3d Text3D Text > Context Menu > Edit TextRequirements- SketchUp 7 or newer - ( Other versions untested )
- Internet Explorer 9 or newer - ( Other versions untested )
- TT_Lib2 (v>=2.7.0)
Guide: How to install RBZ FilesGet the latest version from the SCF PluginStore http://sketchucation.com/resources/plug ... texteditor Download Footprint <Sketchup>/Plugins/ +- 
tt_texteditor.rb 
Last edited by thomthom on Thu Nov 28, 2013 11:22 pm, edited 1 time in total.
-

thomthom
- PluginStore Author

-
- Posts: 19478
- Joined: Tue Nov 13, 2007 12:47 pm
- Location: Trondheim, Norway
- Name: Thomas Thomassen
- Operating system: Windows
- SketchUp version: 2019
- License type: Pro
- SketchUp use: other
- Level of SketchUp: Advanced
-
by nickchun » Tue Feb 19, 2013 9:11 pm
This looks like a much awaited improvement to 3D text. I will try it out ,thanks a lot.
-
nickchun
-
- Posts: 268
- Joined: Sat Apr 03, 2010 5:05 pm
- Location: West Wales, UK
- Name: nickchun
- Operating system: Windows
- SketchUp version: 2018
- License type: Pro
- SketchUp use: interior design
- Level of SketchUp: Intermediate
-
by d12dozr » Tue Feb 19, 2013 9:27 pm
Does it work with Text that has been created with the native 3D Text tool?
-
d12dozr
- Top SketchUcator
-
- Posts: 2247
- Joined: Mon Feb 09, 2009 8:43 am
- Location: Minnesota
- Name: Marcus
- Operating system: Windows
- SketchUp version: 2015
- License type: Pro
- SketchUp use: product design
- Level of SketchUp: Advanced
-
by gilles » Tue Feb 19, 2013 9:32 pm
Well I have play a little with it on Mac and it is ok, just remove material if you have one applied. Note: There was nothing else in the model.
" c'est curieux chez les marins ce besoin de faire des phrases "
-

gilles
- Top SketchUcator
-
- Posts: 1300
- Joined: Mon Apr 07, 2008 10:29 am
- Location: france
- Operating system: Mac
- SketchUp version: 2015
- License type: Free/Make
- SketchUp use: other
- Level of SketchUp: Intermediate
by gilles » Tue Feb 19, 2013 9:34 pm
d12dozr wrote:Does it work with Text that has been created with the native 3D Text tool?
Not for me.
" c'est curieux chez les marins ce besoin de faire des phrases "
-

gilles
- Top SketchUcator
-
- Posts: 1300
- Joined: Mon Apr 07, 2008 10:29 am
- Location: france
- Operating system: Mac
- SketchUp version: 2015
- License type: Free/Make
- SketchUp use: other
- Level of SketchUp: Intermediate
by thomthom » Tue Feb 19, 2013 11:12 pm
d12dozr wrote:Does it work with Text that has been created with the native 3D Text tool?
No. And there is no way I can make it do so either because the native tool just creates a group with some mesh and there is nothing to extract the original text from. gilles wrote:Well I have play a little with it on Mac and it is ok, just remove material if you have one applied. Note: There was nothing else in the model.
No crash? ...if the crash turn out to be only on my machine I'll cry - as I would have spent hours trying to fix it. :s Did you apply the material on the outside or inside the text group?
-

thomthom
- PluginStore Author

-
- Posts: 19478
- Joined: Tue Nov 13, 2007 12:47 pm
- Location: Trondheim, Norway
- Name: Thomas Thomassen
- Operating system: Windows
- SketchUp version: 2019
- License type: Pro
- SketchUp use: other
- Level of SketchUp: Advanced
-
by gilles » Wed Feb 20, 2013 1:37 am
Inside, then editing material just disappear. Seems to work fine.
" c'est curieux chez les marins ce besoin de faire des phrases "
-

gilles
- Top SketchUcator
-
- Posts: 1300
- Joined: Mon Apr 07, 2008 10:29 am
- Location: france
- Operating system: Mac
- SketchUp version: 2015
- License type: Free/Make
- SketchUp use: other
- Level of SketchUp: Intermediate
by thomthom » Wed Feb 20, 2013 9:35 am
Apply it to the outside and you should be fine. The geometry is constantly recreated.
-

thomthom
- PluginStore Author

-
- Posts: 19478
- Joined: Tue Nov 13, 2007 12:47 pm
- Location: Trondheim, Norway
- Name: Thomas Thomassen
- Operating system: Windows
- SketchUp version: 2019
- License type: Pro
- SketchUp use: other
- Level of SketchUp: Advanced
-
by TIG » Wed Feb 20, 2013 10:38 am
You can make a MAC crash by specifying a 3dtext font-name that doesn't exists - on a PC it simply reverts to using the last used font-name. So is your MAC crashing issue caused by assembling your list of fonts that is somehow including some that are inaccessible to Sketchup? The MAC seems to keep its fonts in various places and perhaps Sketchup doesn't look for fonts from every location? Or perhaps it's using 'Xxxx' when it's really named 'Xxxx Bold'? It's easy enough to test on a MAC, by running a line of code on the Ruby Console that contains: a real-font name ['Helvetica'] >>> 3dtext a certainly non-existent font-name ['TT_foobar'] >>> crash a suspect font-name [perhaps tested in turn from each finder-found 'font' directory, or with alternative 'naming' like 'Xxxx'/'Xxxx Bold' etc] >>> 3dtext or crash ? If you find it's a folder of fonts that's getting listed but actually not being searched by Sketchup, then somehow exclude that folder from the listing process; or if it's 'Xxxx'/'Xxxx Bold' somehow recode to ensure full name is got, not it's 'Generic' name ??
TIG
-

TIG
- Global Moderator
-
- Posts: 20272
- Joined: Mon Nov 12, 2007 7:24 pm
- Location: Northumbria UK
- Name: TIG
- Operating system: Windows
- SketchUp version: 2021
- License type: Pro
- SketchUp use: architecture
- Level of SketchUp: Advanced
by thomthom » Wed Feb 20, 2013 10:44 am
I got crashes when using a font that existed on the Mac.
-

thomthom
- PluginStore Author

-
- Posts: 19478
- Joined: Tue Nov 13, 2007 12:47 pm
- Location: Trondheim, Norway
- Name: Thomas Thomassen
- Operating system: Windows
- SketchUp version: 2019
- License type: Pro
- SketchUp use: other
- Level of SketchUp: Advanced
-
by pilou » Wed Feb 20, 2013 11:36 am
Some problems of visibility on V7 XP  (Old Explorer ? ) 3dtext.jpg
-

pilou
- Top SketchUcator
-
- Posts: 21109
- Joined: Wed Jan 23, 2008 10:33 pm
- Name: Pilou
- Operating system: Windows
- SketchUp version: 2017
- License type: Free/Make
- SketchUp use: hobby
- Level of SketchUp: Advanced
-
by thomthom » Wed Feb 20, 2013 12:20 pm
Yes. Your Explorer is way too old. I doubt I'll make anything that's compatible with anything older than IE9 from now on. It's just too much work.
-

thomthom
- PluginStore Author

-
- Posts: 19478
- Joined: Tue Nov 13, 2007 12:47 pm
- Location: Trondheim, Norway
- Name: Thomas Thomassen
- Operating system: Windows
- SketchUp version: 2019
- License type: Pro
- SketchUp use: other
- Level of SketchUp: Advanced
-
by pilou » Wed Feb 20, 2013 12:24 pm
As I have not more modern than IE6 This if needing will work on another computer 
-

pilou
- Top SketchUcator
-
- Posts: 21109
- Joined: Wed Jan 23, 2008 10:33 pm
- Name: Pilou
- Operating system: Windows
- SketchUp version: 2017
- License type: Free/Make
- SketchUp use: hobby
- Level of SketchUp: Advanced
-
by thomthom » Wed Feb 20, 2013 12:25 pm
Pilou wrote:As I have not more modern than IE6
How are you even able to navigate websites with such an old browser?
-

thomthom
- PluginStore Author

-
- Posts: 19478
- Joined: Tue Nov 13, 2007 12:47 pm
- Location: Trondheim, Norway
- Name: Thomas Thomassen
- Operating system: Windows
- SketchUp version: 2019
- License type: Pro
- SketchUp use: other
- Level of SketchUp: Advanced
-
by jolran » Wed Feb 20, 2013 12:39 pm
Yes. Your Explorer is way too old. I doubt I'll make anything that's compatible with anything older than IE9 from now on. It's just too much work
+1 lot of work(forIE7). CSS sheet grows large! OT: I'm trying to make IE8 compatible dialog, but when reading this I might jump up one step. You are still sticking to CSS2? I havent dared touching any CSS3 stuff yet, but some are available to IE9 by the looks of it. Plugin looks handy BTW 
-

jolran
- PluginStore Author

-
- Posts: 1037
- Joined: Sun Oct 26, 2008 9:23 pm
- Location: Sweden
- Name: jolran
- Operating system: Windows
- SketchUp version: 8
- License type: Pro
- SketchUp use: other
- Level of SketchUp: Intermediate
by pilou » Wed Feb 20, 2013 12:42 pm
How are you even able to navigate websites with such an old browser?
I don't use it for navigate!  It's just a spleeping one 
-

pilou
- Top SketchUcator
-
- Posts: 21109
- Joined: Wed Jan 23, 2008 10:33 pm
- Name: Pilou
- Operating system: Windows
- SketchUp version: 2017
- License type: Free/Make
- SketchUp use: hobby
- Level of SketchUp: Advanced
-
by thomthom » Wed Feb 20, 2013 12:46 pm
I'm using some CSS3 features. Gradients, rounded corners and other things. But generally the more stable CSS3 features. I have a plugin in the works, which will require IE10 - it allows you to install plugins by dragging files into a webdialog window.
IE has lost a lot of users - and Microsofts automatic updates are starting to make it's effect as well as they try hard to push users to keep IE up to date. I would only concern myself about anything older than IE9 if I really had a good reason - like if I made a commercial plugin where a significant amount of users has older systems.
-

thomthom
- PluginStore Author

-
- Posts: 19478
- Joined: Tue Nov 13, 2007 12:47 pm
- Location: Trondheim, Norway
- Name: Thomas Thomassen
- Operating system: Windows
- SketchUp version: 2019
- License type: Pro
- SketchUp use: other
- Level of SketchUp: Advanced
-
by thomthom » Wed Feb 20, 2013 12:51 pm
Pilou wrote:I don't use it for navigate!  It's just a spleeping one 
Gotcha. Well, I hope you one day can upgrade. Because there really isn't much I can do with IE6. But XP supports older IE versions than IE6, why not just let it update? It's 11 years old - time to let it die. Even Microsofts wants it gone: http://www.ie6countdown.com/
-

thomthom
- PluginStore Author

-
- Posts: 19478
- Joined: Tue Nov 13, 2007 12:47 pm
- Location: Trondheim, Norway
- Name: Thomas Thomassen
- Operating system: Windows
- SketchUp version: 2019
- License type: Pro
- SketchUp use: other
- Level of SketchUp: Advanced
-
by jolran » Wed Feb 20, 2013 1:05 pm
Thanks for the info. I will have to rethink about my css support then. I think your philosophy is sound. And yeah! I had IE8 on my computer. And overnight "Badabing!" it became IE9. Just like that Sorry sorry, back to the plugin discussion.
-

jolran
- PluginStore Author

-
- Posts: 1037
- Joined: Sun Oct 26, 2008 9:23 pm
- Location: Sweden
- Name: jolran
- Operating system: Windows
- SketchUp version: 8
- License type: Pro
- SketchUp use: other
- Level of SketchUp: Intermediate
by TIG » Wed Feb 20, 2013 3:34 pm
thomthom wrote:I got crashes when using a font that existed on the Mac.
BUT is the 'font-name' you pass from your tool the exact same name as the MAC reports? Or is that font perhaps in a fold-folder that Sketchup doesn't look-in, but your script does ? E.g. some user or xfonts thing ?
TIG
-

TIG
- Global Moderator
-
- Posts: 20272
- Joined: Mon Nov 12, 2007 7:24 pm
- Location: Northumbria UK
- Name: TIG
- Operating system: Windows
- SketchUp version: 2021
- License type: Pro
- SketchUp use: architecture
- Level of SketchUp: Advanced
by pilou » Wed Feb 20, 2013 3:48 pm
why not just let it update?
I am romantic, attached to the old things! For 99 % my old one is sufficient!  I don't see any major advantage to install new things ... except for launch your very elabrated plugins For this if needing i can use other modern computers! 
-

pilou
- Top SketchUcator
-
- Posts: 21109
- Joined: Wed Jan 23, 2008 10:33 pm
- Name: Pilou
- Operating system: Windows
- SketchUp version: 2017
- License type: Free/Make
- SketchUp use: hobby
- Level of SketchUp: Advanced
-
by Dave R » Wed Feb 20, 2013 3:51 pm
Thomas, this is very cool. I'm using it on my MacBook Pro with 10.6.8 with no problems.
Etaoin Shrdlu
%
(THERE'S NO PLACE LIKE)
G28 X0.0 Y0.0 Z0.0
M30
%
-

Dave R
- Global Moderator
-
- Posts: 18145
- Joined: Tue Nov 13, 2007 11:52 pm
- Location: SE Minnesota
- Name: Dave R
- Operating system: Windows
- SketchUp version: 2021
- License type: Pro
- SketchUp use: woodworking
- Level of SketchUp: Advanced
by thomthom » Wed Feb 20, 2013 3:55 pm
Dave R wrote:Thomas, this is very cool. I'm using it on my MacBook Pro with 10.6.8 with no problems.
So my message box warning is just an annoyance then... 
-

thomthom
- PluginStore Author

-
- Posts: 19478
- Joined: Tue Nov 13, 2007 12:47 pm
- Location: Trondheim, Norway
- Name: Thomas Thomassen
- Operating system: Windows
- SketchUp version: 2019
- License type: Pro
- SketchUp use: other
- Level of SketchUp: Advanced
-
by Dave R » Wed Feb 20, 2013 3:59 pm
It doesn't bother me that much.  It may cause crashes later. I haven't used it that much.
Etaoin Shrdlu
%
(THERE'S NO PLACE LIKE)
G28 X0.0 Y0.0 Z0.0
M30
%
-

Dave R
- Global Moderator
-
- Posts: 18145
- Joined: Tue Nov 13, 2007 11:52 pm
- Location: SE Minnesota
- Name: Dave R
- Operating system: Windows
- SketchUp version: 2021
- License type: Pro
- SketchUp use: woodworking
- Level of SketchUp: Advanced
by thomthom » Wed Feb 20, 2013 4:10 pm
I'll let it be like this for a while and wait for the mayhem.
-

thomthom
- PluginStore Author

-
- Posts: 19478
- Joined: Tue Nov 13, 2007 12:47 pm
- Location: Trondheim, Norway
- Name: Thomas Thomassen
- Operating system: Windows
- SketchUp version: 2019
- License type: Pro
- SketchUp use: other
- Level of SketchUp: Advanced
-
by Dave R » Wed Feb 20, 2013 4:41 pm
Be sure, I'll let you know.
Etaoin Shrdlu
%
(THERE'S NO PLACE LIKE)
G28 X0.0 Y0.0 Z0.0
M30
%
-

Dave R
- Global Moderator
-
- Posts: 18145
- Joined: Tue Nov 13, 2007 11:52 pm
- Location: SE Minnesota
- Name: Dave R
- Operating system: Windows
- SketchUp version: 2021
- License type: Pro
- SketchUp use: woodworking
- Level of SketchUp: Advanced
by Ben Ritter » Wed Feb 20, 2013 8:32 pm
Thomthom, a very appreciative thank you.
-
Ben Ritter
-
- Posts: 468
- Joined: Wed Nov 14, 2007 4:55 pm
- Name: Ben Ritter
- Operating system: Windows
- SketchUp version: 8
- License type: Pro
- SketchUp use: architecture
- Level of SketchUp: Intermediate
by Dave R » Wed Feb 20, 2013 10:04 pm
Thomas, I played with it a little more on my Mac and the only thing I can find is the close button doesn't do anything. No biggie for me. I'm flexible and can close it with the X button at the top left.
Etaoin Shrdlu
%
(THERE'S NO PLACE LIKE)
G28 X0.0 Y0.0 Z0.0
M30
%
-

Dave R
- Global Moderator
-
- Posts: 18145
- Joined: Tue Nov 13, 2007 11:52 pm
- Location: SE Minnesota
- Name: Dave R
- Operating system: Windows
- SketchUp version: 2021
- License type: Pro
- SketchUp use: woodworking
- Level of SketchUp: Advanced
by pilou » Thu Feb 21, 2013 9:13 am
like if I made a commercial plugin where a significant amount of users has older systems.
Seems another friendly systems than IE exist for old computers or it's the same? here by Kiril2008 2paths.jpg
Last edited by pilou on Thu Feb 21, 2013 9:17 am, edited 3 times in total.
-

pilou
- Top SketchUcator
-
- Posts: 21109
- Joined: Wed Jan 23, 2008 10:33 pm
- Name: Pilou
- Operating system: Windows
- SketchUp version: 2017
- License type: Free/Make
- SketchUp use: hobby
- Level of SketchUp: Advanced
-
by thomthom » Thu Feb 21, 2013 9:14 am
Dave R wrote:Thomas, I played with it a little more on my Mac and the only thing I can find is the close button doesn't do anything. No biggie for me. I'm flexible and can close it with the X button at the top left.
hm... that's odd. Anything in the Ruby Console?
-

thomthom
- PluginStore Author

-
- Posts: 19478
- Joined: Tue Nov 13, 2007 12:47 pm
- Location: Trondheim, Norway
- Name: Thomas Thomassen
- Operating system: Windows
- SketchUp version: 2019
- License type: Pro
- SketchUp use: other
- Level of SketchUp: Advanced
-
by Ad Machine » 5 minutes ago
-
Ad Machine
- Robot
-
- Posts: 2012
-
Return to Plugins
|