Not signed in (Sign In)

Categories

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

    • CommentAuthormartincohen
    • CommentTimeJan 6th 2007 edited
     permalink

    Download Intype 0.2.0.211

    Screenshot of this release

    Features

    Editing

    • Clipboard operations
    • Smart home (before/after indentation)
    • Auto-indentation by previous (current) line indent on Return key
    • Auto-indentation by current caret pos for clipboard and snippets
    • Indent/Unindent Lines
    • Case conversion
    • Caret electricity
    • Selections
      • Current line
      • Current word
      • Select to begin/end of word
    • In further releases:
      • Undo support
      • Advanced editing support (multiline editing)
      • Select scope command
      • Block selection

    Snippets

    • TextMate snippet syntax support
    • TextMate format string syntax support
    • Transformation modificators /g (global) /m (multiline)
    • Back-tab (with constraining to not move before first tab stop)
    • ESC key to leave snippet mode
    • Show Scope (Ctrl+Alt+P)
    • First level of debugging snippets (errors in log window)
    • In further releases:
      • Default value options popup
      • Named captures in format string

    Bundle Items Activation Methods

    • Scoped items
    • Tab-triggers with popup menu
    • Key equivalent with popup menu

    Bundles

    • ANTLR
    • C, C++
    • CSS, HTML, JavaScript
    • Java
    • PHP
    • PropertyList
    • Ruby, Ruby on Rails
    • Textile
    • Experimental: XML, XHTML, YAML, DOM, Jasmine

    Themes

    • Transcluency for current line
    • Caret and selection color not supported on purpose
    • Font styling (italic/bold/underline)
    • In further releases:
      • Invisibles visualization
      • More themes and theme switching

    File

    • Basic operations: New/Open/Save/Save As
    • Encoding detection and export (ANSI, UTF-8 Plain, UTF-8, UTF-16 LE, UTF-16 BE)
    • Line ending detection and export (CR+LF, CR, LF)
    • Command line file open by: intype.exe file_name
    • In further releases:
      • Multi document editing (tabs)
    • CommentAuthorchangelog
    • CommentTimeJan 6th 2007
     permalink
    Works great for a first release!

    Can't wait to see them comming along.

    Great work!
    •  
      CommentAuthorfabricio
    • CommentTimeJan 6th 2007
     permalink
    Beautiful work!

    where is snippet <p>?
  1.  permalink

    fabricio: Use Ctrl+, (Ctrl+comma, US keyboard layout) to insert Empty paired tag and type “p”.

    • CommentAuthorIAIHMB
    • CommentTimeJan 6th 2007
     permalink
    Congratulations and thank you! :)
  2.  permalink
    Works quite nice, didn't expect that from a alpha release.
  3.  permalink
    btw, you might want to change the key for <%= %> as I think that ctrl-z will be used for undo by most of us...
  4.  permalink

    abdurrahman: Yes, all snippets was imported from TextMate Bundles and needs some tuning for Windows. Maybe one day we’ll found some people to take care of the bundles. I’ll change that after we implement the undo.

    •  
      CommentAuthorfabricio
    • CommentTimeJan 6th 2007
     permalink
    Tnx martin!
    using Portuguese Brazilian ABNT2 keyboard not funcion

    I'm create file in "C:\Program Files\Intype\bundles\XHTML.itBundle\snippets" with name p_p.itSnippet

    {
    content: '<p>${1:`echo $SELECTED_TEXT`}$0</p>'
    title: '<p>'
    scope: 'text.html.strict'
    tab_trigger: 'p'
    }
    • CommentAuthorIAIHMB
    • CommentTimeJan 6th 2007 edited
     permalink
    • CommentAuthordaniel
    • CommentTimeJan 6th 2007
     permalink
    Awesome work so Intype team. It looks amazing! You guys are going to be phenomenally successful with this product.
    • CommentAuthormartincohen
    • CommentTimeJan 6th 2007 edited
     permalink

    fabricio: scripting is not included in this release :) So `${1:`echo $SELECTED_TEXT`}` will not work, use ${1:$SELECTED_TEXT} instead.

    The key Ctrl+, must be working, just press the key where is comma on US keyboard (usually next to “M” key). Intype’s shortcuts are defined by position of keys on US keyboard layout to be independent of various keyboard layouts.

    • CommentAuthorVlad
    • CommentTimeJan 6th 2007
     permalink
    Congrats guys!
    •  
      CommentAuthorKitto
    • CommentTimeJan 6th 2007
     permalink
    Congratulations, looks really promising!
    •  
      CommentAuthoryarden
    • CommentTimeJan 6th 2007
     permalink
    great. how to operate the snippets? (more then ctrl+,)

    it will be great if you could have a find dialog like in Firefox. thanks :)
    •  
      CommentAuthoryarden
    • CommentTimeJan 6th 2007
     permalink
    and draging files in to intype
    • CommentAuthormartincohen
    • CommentTimeJan 6th 2007 edited
     permalink

    yarden: Yes, those will be implemented. Time frame is not set for those features, but we are counting on them for 1.0. But feel free to add your requests to Feature requests category.

    •  
      CommentAuthorEric
    • CommentTimeJan 6th 2007
     permalink
    OK here is the first edition of my theme based on Vibrant Ink (not final):
    http://www.megaupload.com/?d=G6CTOBPC
    • CommentAuthorVlad
    • CommentTimeJan 6th 2007 edited
     permalink
    Eric!!! You bastard! ;) I've done almost the same!
    All slots at Megaupload assigned to my country is full, would you mind upliading it i.e. to rapidshare.de or sending it to graf.otodrakula<woof-woof>gmail.com
    Thanks!
  5.  permalink

    LOL

    • CommentAuthorVlad
    • CommentTimeJan 6th 2007 edited
     permalink
    Martin, it's not fair, yeah?
    Ok, in that case I'm going to port Prototype bundle, or someone wants to do this too? ;)
  6.  permalink

    :DDD OMG ROFLMAO .. sorry Vlad :D

    •  
      CommentAuthorEric
    • CommentTimeJan 6th 2007
     permalink
    Vlad: maybe you can try and do it better, im still having problems with importing some colors...btw. i cant upload it to rapidshare: Uploads will be possible again for our customers on 6.1.2007 approximately. Sending to mail...
    btw.im not going to do prototype bundle, you can do it :D

    btw(again).martin could we get the theme from this screencast http://intype.info/screencasts/parser_in_editor/ ?
    •  
      CommentAuthoryarden
    • CommentTimeJan 6th 2007
     permalink
    Eric: how about uploading to a different server?
  7.  permalink

    Eric: http://intype.info/public/Blackboard.itTheme

    •  
      CommentAuthorEric
    • CommentTimeJan 6th 2007
     permalink
    Thank you very much !
    •  
      CommentAuthorEric
    • CommentTimeJan 6th 2007
     permalink
    OK now i have something to compare with and now i see my theme is far from finish ;) Maybe Vlad did it better...
    •  
      CommentAuthorEric
    • CommentTimeJan 6th 2007
     permalink
    Is there a way to define the font familly and font size in the theme ?
  8.  permalink

    http://intype.info/forums/comments.php?DiscussionID=5&page=1#Item_6

    • CommentAuthordaryl
    • CommentTimeJan 6th 2007
     permalink
    By default copy is Ctrl+Ins and paste is Shift+Ins, what happened to the good old Ctrl+c Ctrl+p?

    Apart from this oddity, it's great. Good work!
    • CommentAuthorMaurice
    • CommentTimeJan 7th 2007 edited
     permalink

    The one snippet a web developer can’t live without:

    lipsum_lipsum.itSnippet
    { content: 'Lorem ipsum dolor sit amet, ...' title: 'lipsum' tab_trigger: 'lipsum' }

    Because the code area doesn’t wrap text, please replace ‘Lorem ipsum dolor sit amet, ...’ with ‘Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.$0’.

    Hehe ;-)

    •  
      CommentAuthorEric
    • CommentTimeJan 7th 2007
     permalink
    OK i finished my theme based on All Hallow's Eve theme from textmate and tommorow ill finish Vibrant Ink theme and upload them !
    • CommentAuthorstijnster
    • CommentTimeJan 7th 2007
     permalink
    Hey guys,

    great job!! I'm testdriving Intype for the first time now, already feels like home :-)
    • CommentAuthorVlad
    • CommentTimeJan 7th 2007 edited
     permalink

    I don’t want to quote ‘Web20 bullshit’, but it’s all about community ;)

    •  
      CommentAuthoryarden
    • CommentTimeJan 7th 2007
     permalink
    what is- Line ending detection and export (CR+LF, CR, LF)
    how to use it?
    •  
      CommentAuthorJack Sleight
    • CommentTimeJan 7th 2007 edited
     permalink
    •  
      CommentAuthorshaymaa
    • CommentTimeJan 7th 2007
     permalink
    Amazing work! Great job everyone!! :-)
    can't wait for the "Multi document editing (tabs)".. Keep up the good work
    • CommentAuthorchemic
    • CommentTimeJan 7th 2007 edited
     permalink
    very nice... thanks alot.. I'm so glad that I can use my TextMate snippets and shiet!
    Waiting for next release wheres undo, tabs and find/replace ;)


    keep up the good work!
    • CommentAuthormirek
    • CommentTimeJan 7th 2007
     permalink
    Great, looks like you're creating my new programming editor!

    Add functionality to launch scripts from the editor (ie. python -> c:\Python24\python.exe %1)
    with output window (ie. at the bottom, like SciTe?) and I'm starting using it.

    ps. I'm happy to pay if you've got some kind of pre-release sales to keep you motivated?

    ps. 2. I'd suggest to launch some kind of contribution channel? To post suggestions/bugs etc.

    Have a nice 2007!
    • CommentAuthorcenti
    • CommentTimeJan 7th 2007
     permalink

    mirek:
    ps. 2. I’d suggest to launch some kind of contribution channel? To post suggestions/bugs etc.

    You can use categories in this forum:

    • CommentAuthorEJ12N
    • CommentTimeJan 8th 2007 edited
     permalink
    I know you guys will be succesful big time with this editor just look what textmate has done with the snippets feature, is a feature everybody likes. I'm happy finally some developers realized this :)

    I wouldn't be surprised if many other editors start getting all intype features after its BIG success that it WILL have. Just the snippets feature beats any other editor out there already and this is alpha. if it had undo I would use it for work lol, but it doesn't so I'll wait.

    Keep it up guys and thank you for all your hard work! :D
  9.  permalink

    Thank you EJ12N. Actually Undo is a feature that we are currently focusing on and will be probably the first one published.

    • CommentAuthordaconco
    • CommentTimeJan 9th 2007
     permalink
    Great Job! I think that Intype will be a great application in the future ;) One question: In 'Bundles' PHP exists but below I can't use it with the text.

    Thanks!
  10.  permalink

    daconco,

    For now, use XHTML or HTML as the choice and PHP will work. The next release will have strictly PHP as an option, but since PHP and (x)HTML are so often used together, it was thought to keep them together for the first release. You can change this behavior now if you’d like by editing the PHP.itGrammar file under the PHP directory and changing line 6 to false.

    • CommentAuthormpena
    • CommentTimeJan 10th 2007
     permalink
    When is the next release scheduled?
    • CommentAuthorVlad
    • CommentTimeJan 10th 2007
     permalink

    Look:
    http://intype.info/forums/discussion/80/release-timing/#Item_16

  11.  permalink
    I want to say THANK YOU for this great piece of software. I am a german developer an i'm looking forward to a located version. Whats about pricing? I want to tell my blog's readers about this software.
    • CommentAuthorcenti
    • CommentTimeJan 12th 2007
     permalink

    Martin Labuschin: How much will Intype cost?

  12.  permalink

    I’ve published a german article about intype » Intype – Textmate für Windows « just to say thank you again. i love this software. btw, i was zde user

    • CommentAuthorjeferson
    • CommentTimeJan 14th 2007 edited
     permalink
    Some features/changes I would like to see:

    - auto close brackets and quotes;
    - search/replace in file/files/directory;
    - tabs;
    - undo/redo;
    - tab/indent size configurable according to the language;
    - option to tab/indent using spaces instead of tab;
    - highlight matching brackets when the cursor is before OR after a bracket;
    - snippets support for all HTML tags;

    Keep the great work. :D

    Edit: sorry about that. Found a section for feature requests.