Not signed in (Sign In)

Categories

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

    • CommentAuthorsergeh
    • CommentTimeJul 11th 2008
     permalink
    I don't know if this has been requested before but it would be really useful if we can reorganize tabs just by dragging them, like firefox, dreamweaver, etc.

    Also I don't know if this is because I'm using a theme other than the default one in XP but it would be great if tabs where highlighted to show which file we're working in.
    • CommentAuthorsergeh
    • CommentTimeJul 11th 2008
     permalink
    oh and another request that would be great, might need it's own thread but anyways, snippets aren't always triggered for instance if I'm typing $_ between "" and press tab it will actually add an indent and not trigger the snippet.

    Don't know if this is a bug or it just hasn't been implemented yet
    • CommentAuthorcenti
    • CommentTimeJul 13th 2008 edited
     permalink

    Hi.

    1. Tabs Drag&Drop is planned and already implemented. It will be out with one of the upcoming releases
    2. Yes, this could be caused by your custom theme, but maybe Martin or Juraj have some more details about this.
    3. Could you give some more details? With which snippet and which grammar do you have this problem? I tryied PHP grammar and its $_ snippet, and it did work right. Anyway, snippets work on scope basis, so maybe you try to launch a snippet in a different scope, that it’s written for.

  1.  permalink

    ad. Theme: Intype is using current theme’s colors to draw it’s UI. Many custom themes have these colors defined incorrectly which results in loosing some details (such as visibility of current tab). The new release is using standard way to draw whole UI so the bug is fixed there.

    • CommentAuthorsergeh
    • CommentTimeAug 7th 2008
     permalink
    sorry for the late reply, been extremely busy!

    centi, good to hear about the Drag&Drop! Can't wait to have it. As for the snippet issue, in PHP try typing input then tab and inside of the value attribute type $_ and press tab again, it will just tab out of the " "

    so something like this
    <input type="text" name="test" value="$_" />

    Martin, thanks for the explanation!

    keep up the good work guys
    • CommentAuthorsergeh
    • CommentTimeAug 7th 2008
     permalink
    actually I don't know why I gave you the $_ example, what I meant to say was press ph and then tab to have <?= ?>
  2.  permalink

    segeh: I see. The thing is that you cannot run a snippet in a snippet. You can see a green line at the line number indicating that you’re in snippet mode. We are going to fix this, but the only workaround now is to press ESC to leave the snippet mode, and then type another one.