Hi,
Alt+up & down allows to go to previous & next function, which is very useful, but sometimes functions are very long, or you have large tables that go lines and lines and you wish there was a way to browse them as easily. I suggest alt+Up & Down also stop on lines containing a comment that starts with exclamation mark (or any other character but this one is simple and makes sense imo) like this:
function _init() myHugeWeaponTable={ ... --!1=default weapon ... --!2=laser .. --!3=rocket } end function thatBigOne() ... --!important ... camera()--!also stops here ... end |
[Please log in to post a comment]