Not signed in (Sign In)

Categories

Vanilla 1.1.1 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorjuani81
    • CommentTimeMay 5th 2008
     permalink
    I searched the forums and I think no one suggested this yet:

    - A shortcut or snippet (in HTML) when triggered, browse and find an img and then insert the <img> tag with the correct sizes and path attributes, like EditPlus. I find myself inserting many images on a daily basis and the img snippet is nice but it could be more powerful!
    - An autocomplete on the fly, similar to the actual Ctrl-Space but always on, with the possibility to turn it off in options if someone doesn't want it. It could also autocomplete classes or id's (if in CSS) or function names, etc.

    I really like Intype, and I can't wait for the next unstable release. Congrats to all the development team!
    •  
      CommentAuthordflock
    • CommentTimeMay 7th 2008
     permalink

    The image thing sounds like something that people could create as a plug-in using the upcoming javascript support, provided that you can generate/request UI dialogs etc…?

  1.  permalink

    Out plan is to implement autocompleter, which together with suggesting word completition, will also allow displaying scope-relative commands in a list box under the caret. With an autocompleter JS APIs you will be able to react on scope changes and suggest a command to user that will actually do the trick. It could also match a src attribute in the img tag (with some update to the (X)HTML grammar) and let user change the src of the image. The same can be done with a color picker feature requested.

    • CommentAuthorjuani81
    • CommentTimeMay 12th 2008
     permalink
    Great! That would be ace! Any dates when we could expect a new release? Thanks a lot for doing this, seriously!