Skip to content

iceblu3710/OpenSCAD_Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSCAD Editor

A sample OpenSCAD editor with the basic features of a code editor, like syntax highlighting and autocompletion.

Features

  • Available on Linux, Mac OSX and Windows
  • Autoformatting, Block Comment/Uncomment
  • Code folding
  • Syntax highlighting (In progress)
  • Find & Replace (In progress)
  • Autocomplete (Implementation only)

This editor requires node-webkit >= v0.3.0

Screen shot

screenshot screenshot

Quick Start

  • Download one of the node-webkit prebuilt binaries (v0.4.0 — Jan 18, 2013):

  • Linux: 32bit / 64bit

  • Windows: win32

  • Mac: 32bit, 10.7+

  • Open/Install OpenSCAD and in the menu select View -> Hide Editor and Design -> Automatic Reload and Compile

  • unzip the node-webkit binary and cut/copy the nw.exe and nw.pak files into the OpenSCAD editor folder

  • Run nw.exe and open a .scad file in both the editor AND in OpenSCAD itself

  • Whenever you make changes in the editor press F5 or Ctrl-S and OpenSCAD will render the changes

License

node-webkit's code uses the MIT license, see their LICENSE file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published