Not signed in (Sign In)

Categories

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

    •  
      CommentAuthorTerranC
    • CommentTimeAug 12th 2007 edited
     permalink
    The best can double-click close tab
    strong!!!!
  1.  permalink

    In next release, the middle click is used to close the tab.

    •  
      CommentAuthorTerranC
    • CommentTimeAug 13th 2007
     permalink
    Ctrl + W close tab is prerequisite
  2.  permalink

    Ctrl+W is currently mapped to Select Current Word, however, with keyboard customizations, you will be able to set this as you prefer.

    •  
      CommentAuthorTerranC
    • CommentTimeAug 13th 2007
     permalink
    keyboard customizations is best !
    • CommentAuthordrastick
    • CommentTimeAug 21st 2007
     permalink
    Is it just me or is there no actual button to close a tab?
    • CommentAuthorsilentrob
    • CommentTimeAug 21st 2007
     permalink
    Nope, not yet, just File -> Close
    • CommentAuthordaryl
    • CommentTimeAug 21st 2007
     permalink

    You can currently use the key mapping Ctrl+F4 to close a tab.

    • CommentAuthorsilentrob
    • CommentTimeAug 22nd 2007
     permalink
    I forgot about that one :)

    I know this isn't the forum for it, but it sure would be nice to have the tabs restored from the previous session. There have been many times where I've closed everything accidently and went to open intype back up and have to re-open 7 files...
    Then again, maybe that is the place for a project manager... If thats the case, I wont say another work.

    Rob
    • CommentAuthorhusain
    • CommentTimeAug 31st 2007
     permalink

    right click to show pop up.
    one of them is to close the tab.

    But still prefer a button to close a tab.

  3.  permalink

    There’s also middle-click for closing a tab… I don’t want to add extra controls to the tabs UI just yet…

    • CommentAuthoryita
    • CommentTimeDec 7th 2007
     permalink

    ctrl+w and double-click close

    • CommentAuthornoobsaibot
    • CommentTimeDec 14th 2007
     permalink
    +1 for ctrl+w to close a tab
    • CommentAuthordaryl
    • CommentTimeDec 14th 2007
     permalink

    noobsaibot: +1 for ctrl+w to close a tab

    Ctrl+W is already close tab.

    • CommentAuthorheyrevolver
    • CommentTimeDec 20th 2007 edited
     permalink

    @daryl In what release?

    It’s definitely not in 0.3.1.547. I think that’s why so many people have been asking for it.

    • CommentAuthorjhillman
    • CommentTimeDec 20th 2007
     permalink

    @heyrevolver,

    According to the Unstable Releases RSS, support for closing the current tab with Ctrl+W and Ctrl+F4 was added between 0.3.1.548 and 0.3.1.572. There hasn’t been a stable release in that time, so you won’t see it unless you install an unstable release.

    Jeff

  4.  permalink

    I figured. Most people are just installing from the link on the Intype homepage. Hence, everyone’s asking for said shortcut.

    • CommentAuthorthiagoaos
    • CommentTimeJul 14th 2008
     permalink
    There's a bug with ctrl + w for close tabs.
    When you open a tab and press ctrl + w, close the tab, but when you open two or more tabs and try close the first, second (less the last) with ctrl + w the intype don't close and paste the follow code in your document.


    begin

    rescue Exception => e

    end
    • CommentAuthorthiagoaos
    • CommentTimeJul 14th 2008
     permalink
    I'm using 0.3.1.734 unstable release
    • CommentAuthordaryl
    • CommentTimeJul 14th 2008
     permalink

    thaigoaos: This is because Ruby has a snippet bound to ctrl+w. You can alter the snippet’s shortcut in the bundle editor (it’s under ruby > begin … rescue … end).

    • CommentAuthorcenti
    • CommentTimeJul 15th 2008
     permalink

    thiagoaos: Or close the Ruby file with Ctrl+F4.

    • CommentAuthormartincohen
    • CommentTimeJul 16th 2008 edited
     permalink

    Oh, this one bothers me a lot. This problem should be solved just by changing the shortcut or completely removing this file:

    bundles\Ruby.itBundle\snippets\wrap_in_begin_rescue_end.itSnippet

    However, this could happen to everyone creating the bundles, so we will apply some kind of conflict policy, that will not allow users creating any bundle item conflicting with base set of commands (caret movement, working with files, etc.).