Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

1 decade ago by JustDev

In the video http://vimeo.com/17161851 at 02:15 you type "igm" and then magically the module template is inserted.

How can you make this in Komodo?

Thanks!

1 decade ago by bbq300

+ does anyone know how to do it in Aptana?

1 decade ago by Hareesun

http://impactjs.com/forums/everything-else/komodo-edit-auto-complete-plugin-for-impact-exist

1 decade ago by dominic

In Komodo Edit, open the Toolbox (View » Tabs & Sidebars » Toolbox), go to Abbreviations » JavaScript, right click and Add » New Snippet…. Call it igm and paste this in:
ig.module(
	'[[%tabstop:name]]'
)
.requires(
	'[[%tabstop:requires]]'
)
.defines(function(){

[[%tabstop:]]

});

You can now write igm and press Ctrl+T to insert the snippet.
Page 1 of 1
« first « previous next › last »