Posts Tagged ‘flashdevelop’

Customising the FlashDevelop Class templates

Here’s how to update the new Class template text in FlashDevelop. Out of the box, if you hit Ctrl+1 you’ll get this: /** * … * @author Default */ class { } So that you don’t have to add in your name every time, you can edit the template here: Tools -> Application Files… Templates/ [...]