Scripting:Introduction
From TSWiki
rocky racoon doggy style netgear fa411 xp driver canyon bail bonds justine juggs schools for troubled youth brittany murphy topless jade jewelery baroness scott weiland merak mail server download special needs ode to college drinking scandica furniture rios de francia cargo liner playstation console sales computer water cooling netgear fa411 xp driver wow faction translator records management society conference omraam mplayer for fedora download arizona holbrook land sale experiments wal mart censorship list of bestselling authors anita dark gallery reese hitches home page galaga interial kansas newspapers azure denby panty play human development high school chicks kenwood towne center blacktail medical schools alot keyboard shortcuts cameran diaz counter strike source skins auto blindado istar restaurant in covington ky underhanded compliment edmonton home renters guide corporate training air force military personnel flight chocolate desserts mail menopause symptom amirillo cornrow designs vampire queen block scheduling david krumholtz online mortgage lending autocunnilingus pic tramadol hcl dvd storage george washington toyata rav 4 drown saint rita medals eliminate odor refinance mortgage wisconsin african in mexico pare lorentz the river aids card holiday aachen tennis photo galleries female viagra tmpgenc 3.0.4.24 download sedona hotels los angeles hotels daily dirt revenge of the sith first american title company electric bicycles conversion kits classic automobiles rave ringtones south dakota travel information gay georgia military college acceleration speed formula the sims cheat codes darling denise roma downey mosaic art class tiada lagi lyric scott weiland plait hairstyles scrap buyer platinum ardingly antiques fairs volume licensing cd motorcycle windshield reviews steel roofing installation dramatic monologues elizabeth foundation for the arts studio center 14 year old russian models Welcome to the wonderful world of WebCoder scripting. By writing scripts for WebCoder, or using scripts written by others, you can greatly expand the functionality of WebCoder. Not only can you do almost anything that the .NET framework permits, you are also able to interact with WebCoder as well as the third party controls used by it.
WebCoder uses IronPython, a .NET implementation of the Python language, as it's internal scripting engine. Python is a very neat language, perfect for writing scripts, as you will soon see.
[edit] What you need to know
You may be able to teach your self WebCoder scripting without any previous knowledge of Python or .NET, but to get the most out of it, you will need a basic understanding of the Python language as well as the .NET class library. If you don't already have this experience, you can get a good start only using resources on the Internet. For instance, the Python website has a bunch of useful information in their documentation section, including a very nice tutorial and a good library reference.
[edit] Getting started
Here is some good links for getting started writing WebCoder scripts:
- The Editor object - the WebCoder Editor object, giving you access to the editor in WebCoder
- The Application Structure Explorer
- Clr: Common Language Runtime
- How to create a new tool window
- How to create a new toolbar
- Importing Assemblies
- Importing Classes
- MainForm
- How to write to your own xml settings file
- How to read your own xml settings file
- How to create plugins
