POV-Ray / povray

The Persistence of Vision Raytracer: http://www.povray.org/
GNU Affero General Public License v3.0
1.35k stars 282 forks source link

Abbreviations in IDE can be good improvement. #386

Open RedGuff opened 4 years ago

RedGuff commented 4 years ago

Summary

I want configurable abbreviation, like in Code::Blocks.

Environment

I use the standard IDE with Wine or Windows..

Steps to Reproduce

I want that after I wrote "cylinder" and CTRL-J (for example)...

Expected Behavior

... "cylinder" can be replaced by, for example (and configurable):

           cylinder { <0,0,0>,<0,2.00,0>, 0.30 
       texture { pigment { color rgb<1,1,1> }
               //normal  { bumps 0.5 scale <0.005,0.25,0.005>}
                 finish  { phong 0.5 reflection{ 0.00 metallic 0.00} } 
               } // end of texture
       scale <1,1,1> rotate<0,0,0> translate<0,0,0>
     } // end of cylinder

Actual Behavior

Nothing.

Thanks.