Not signed in (Sign In)

Categories

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

    • CommentAuthortstrokes
    • CommentTimeAug 10th 2007 edited
     permalink

    Current Bugs

    Bug Version ( Status )

    Edit menu bug | 0.3.1.547 | ( Fix Pending )
    0 Tab-Index | 0.3.1.547 | ( Fixed )
    Language Drop Down | 0.3.1.547 | ( Confirmed )
    Word Wrap | 0.3.1.547 | ( Fixed )
    Word Warp Cosmetics | 0.3.1.547 | ( Being Tuned )
    Intype memory consumption | 0.3.1.547 | ( Fixed )
    Rendering problem with line number margin | 0.3.1.547 | ( Fixed )
    Modify Time no update | 0.3.1.547 | ( More Info Needed )
    Close and Close All Same Hotkey | 0.3.1.547 | ( Fixed )
    Intype crashes after several Ctrl+W | 0.3.1.547 | ( Fix Pending )
    Finding Last Occurence | 0.3.1.547 | ( Fixed )
    Scroll Bar Bug | 0.3.1.547 | ( Being Tunned )
    Snippet Number Token | 0.3.1.547 | ( Fixed )

    Cosmetics

    Status Bar Hilight | 0.3.1.547 | ( Fixed )
    Status Bar Check Marks 1 2 | 0.3.1.547 | ( Fixed NV )
    Sytanx Hilight Vanishes | 0.3.1.547 | ( Fixed )
    Black Menu | 0.3.1.547 | ( Fixed )

    [ Last Updated: August 15th, 2007 8:45am ]

    • CommentAuthordvhthomas
    • CommentTimeAug 10th 2007
     permalink
    The Ctrl-Shift-Up/Down arrow appears to be broken or missing in the new release. I use this extensively and am missing it already. Perhaps I'm just missing a new key combination for it?

    Also, the Ctrl-Shift-L still works, but in the previous release you could hit the L multiple times to select successive lines. Is this now gone in favor of Ctrl-Shift-L, and then Shift-Down arrow?

    This is absolutely fantastic software--I'm using it for all of the HTML and CSS editing--and would like to see those couple of issues addressed.

    Regards
    • CommentAuthordvhthomas
    • CommentTimeAug 10th 2007
     permalink
    Of course, if I'd just read the Plug Back list I'd have seen the "move lines" stuff already :-\

    Still Ctrl-L would be nice...thanks again.
    • CommentAuthorjbeduya
    • CommentTimeAug 10th 2007
     permalink

    Intype does not remember settings for Tabs or Spaces. I find it annoying to change every time I open a new file.

    •  
      CommentAuthorScailay
    • CommentTimeAug 11th 2007
     permalink
    jbeduya, it's on the ToDo list as "Configuration Level 2 of 2".
    • CommentAuthorYendor
    • CommentTimeAug 15th 2007
     permalink
    If you create a new file and then type some text and press enter, the scroll bar seems to think there is more content and changes from being scrolled out to being scrollable. Another time the scroll bars don't seem to behave correctly is when you paste some text that is wide enough to cause the horizontal to become scrollable and then delete everything, the horizontal scrollbar is still scrollable however the vertical scrollbar changes back to being grayed out as expected.
  1.  permalink

    Yendor: This is normal behavior (if I get it correctly). Horizontal scroll bar is not decreasing it’s width due to perfomance optimizations. We have some updates planed, but for now it only increases it’s size. Vertical scrollbar is set to scroll to one more page, so a single enter would add 1 line to the scrollbar. There are some little tuning bugs and I will look at it.

    • CommentAuthorYendor
    • CommentTimeAug 15th 2007
     permalink

    martincohen: It’s not a big deal. It just seems strange to have the scroll bar active if there is nothing off screen but I’m sure there are more important things that you are working on than this :)

    • CommentAuthordaryl
    • CommentTimeAug 15th 2007
     permalink

    Yendor: The reason for this, I believe, is so that when you’re working at the end of a file you can be editing it at the top of the window, rather than being constantly stuck at the bottom of the window.

  2.  permalink

    daryl: yep, you’re right. This feature has been reasonably requested for 0.2 and we made it now.

    As for the horizontal scroll — as I’ve wrote above — it’s just performance optimization.

    • CommentAuthorsome1else
    • CommentTimeAug 16th 2007
     permalink

    Square bracket, [, which is located on AltrGr+F on Slovenian keyboards,
    invokes a “Find from clipboard” dialogue, because Ctrl+Alt happens to
    map to AltGr in Windows as well.

    The convenience of tabs is great, but I have no way of using hashes,
    other than making a special bundle, or invoking [ from the clipboard at
    all times. I’d appretiate if you either let us config the shortcuts, unmap
    Find from clipboard, or change it to Ctrl+Shift+F.

    Letting us configure the shortcuts would also solve the Ctrl+F4 longcut
    for closing files. I’ve got long fingers, but that’s a far stretch even for me.

    • CommentAuthorprotoolz
    • CommentTimeAug 16th 2007
     permalink
    would it be possible to make the shortcut ctrl+w close the current file as well as ctrl+F4?
    Thanks.
    • CommentAuthorIngwar
    • CommentTimeAug 16th 2007
     permalink

    Would it be possible to drop right alt (alt+ctrl) in combination with a letter from Intype’s default shortcut map? Many languages use alt+ctrl as a trigger key for special characters. Now I’m aware that Intype will let us customize shortcuts but then most Windows based editing software avoids using alt+ctrl in their default set of shortcuts and I think this should be also Intype’s default behaviour.

    • CommentAuthortomas.lang
    • CommentTimeOct 13th 2007
     permalink
    In start, I'm sorry for my bad english... I have Intype v.0.3.1.547, and i found this bug - if you edit the *.itSnippet file and save that file, than you losted the colors of syntax... Colors are showed after refres the tab (click to another and back). This bug is functional with all syntaxes (i tested Jasmine, HTML and PHP).
    • CommentAuthortstrokes
    • CommentTimeOct 13th 2007
     permalink

    This is fixed in .598.

    • CommentAuthorbaex
    • CommentTimeDec 23rd 2007
     permalink
    While writing (X)HTML, a bug occurs when I try to write the following by using snippets:

    <li><a></a></li>

    li[tab]a[tab]

    When I hit the tab button the second time (after the a), there does not appear the expected <a></a>, but the cursor jumps behind the </li>.
    • CommentAuthoridyllrain
    • CommentTimeDec 29th 2007
     permalink

    Hello, I’m the one who made the (X)HTML bundle snippets.

    It is not a bug. You’re still in Snippet Mode (verifiable by the colored bar on the left of the window).

    To get what you want, you’ll have to:
    1. Change the snippet definition for the “li” snippet.
    or
    2. Press: li[tab][esc]a[tab]. Pressing [esc] will get you out of Snippet Mode.

  3.  permalink

    Waqas: Try to install latest unstable release — it’s not really unstable, it’s just more current branch. About your points:

    1. Is in the unstable, except for saving cursor position (that is being currently implemented)
    2. The soft tabs are being set automatically when you open a file by auto-analysis. You can only set the settings for a new file, and that setting is currently available in <Intype>/config/preferences.itConfig or <Intype>/user/config/preferences.itConfig.
    3. Right click menu is available in the unstable release.
    4. Intype has always scrolling to set to plus one page — just to let you type at end of a long file without disturbing auto-scroll.
    5. This is going to be available in next releases.