Re: WEE auto-complete

new topic     » goto parent     » topic index » view thread      » older message » newer message

I've pushed version 0.13 to the repo, or you can use the updater to get the latest files.

The calltip popup will now appear when typing '(' after a function name, and highlight the argument you are typing in. The parser is used to count the arguments, so it can correctly handle commas in strings, sequence literals, and nested function calls. It might mess up if you have syntax errors though.

The include file is also inserted near the top of the file after selecting an autocomplete with an include. It will try to insert after comments, or after another group of include statements.

I also made it autocomplete closing [ ( { ' " characters, and you can type over the added character as long as you haven't used arrow keys to move the cursor. I got this idea from Xcode.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu