Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
2d9e4f: Fuzzy open action for yi (like ctrlp or command-t ...
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
GitHub  
View profile  
 More options Oct 7 2012, 11:52 pm
From: GitHub <nore...@github.com>
Date: Sun, 07 Oct 2012 20:52:55 -0700
Local: Sun, Oct 7 2012 11:52 pm
Subject: [yi-editor/yi] 2d9e4f: Fuzzy open action for yi (like ctrlp or command-t ...

  Branch: refs/heads/master
  Home:   https://github.com/yi-editor/yi
  Commit: 2d9e4f5f4c9d9b93d01562e7400be5e3e17d33c7
      https://github.com/yi-editor/yi/commit/2d9e4f5f4c9d9b93d01562e7400be5...
  Author: Dmitry Ivanov <etherc...@gmail.com>
  Date:   2012-09-29 (Sat, 29 Sep 2012)

  Changed paths:
    A yi-contrib/src/Yi/FuzzyOpen.hs
    M yi-contrib/yi-contrib.cabal
    M yi/src/library/Yi/Completion.hs

  Log Message:
  -----------
  Fuzzy open action for yi (like ctrlp or command-t for vim)

  Commit: eb44a59108eddc1d4aa02b51f5e0beed3a0d23ff
      https://github.com/yi-editor/yi/commit/eb44a59108eddc1d4aa02b51f5e0be...
  Author: Dmitry Ivanov <etherc...@gmail.com>
  Date:   2012-09-29 (Sat, 29 Sep 2012)

  Changed paths:
    M yi-contrib/src/Yi/FuzzyOpen.hs

  Log Message:
  -----------
  Some documentation for Yi.FuzzyOpen

  Commit: 1af8aa5dcc1acfe7c991f397009c5ec7466f6baf
      https://github.com/yi-editor/yi/commit/1af8aa5dcc1acfe7c991f397009c5e...
  Author: Dmitry Ivanov <etherc...@gmail.com>
  Date:   2012-09-29 (Sat, 29 Sep 2012)

  Changed paths:
    M yi-contrib/src/Yi/FuzzyOpen.hs
    M yi/src/library/Yi/Completion.hs

  Log Message:
  -----------
  Simplify Yi.Completion.subsequenceMatch to return Bool instead of unneeded Maybe String.

  Commit: 11621cbc4c4a17c89baab1c935ca4100798e7c05
      https://github.com/yi-editor/yi/commit/11621cbc4c4a17c89baab1c935ca41...
  Author: Dmitry Ivanov <etherc...@gmail.com>
  Date:   2012-09-29 (Sat, 29 Sep 2012)

  Changed paths:
    M yi-contrib/src/Yi/FuzzyOpen.hs

  Log Message:
  -----------
  Use readLnB instead of reimplementing it.

  Commit: cc6d0b392adfb5bd6675597b5f003901499ef7df
      https://github.com/yi-editor/yi/commit/cc6d0b392adfb5bd6675597b5f0039...
  Author: Dmitry Ivanov <etherc...@gmail.com>
  Date:   2012-09-29 (Sat, 29 Sep 2012)

  Changed paths:
    M yi-contrib/src/Yi/FuzzyOpen.hs
    M yi/src/library/Yi/Buffer/Misc.hs

  Log Message:
  -----------
  Move BufferM action for replacing character under cursor to Yi.Buffer.Misc

  Commit: 17df198f8bccaa0ed09e73573bf7f65f94057e52
      https://github.com/yi-editor/yi/commit/17df198f8bccaa0ed09e73573bf7f6...
  Author: Dmitry Ivanov <etherc...@gmail.com>
  Date:   2012-09-29 (Sat, 29 Sep 2012)

  Changed paths:
    M yi-contrib/src/Yi/FuzzyOpen.hs
    M yi/src/library/Yi/Keymap/Keys.hs
    M yi/src/library/Yi/Keymap/Vim.hs

  Log Message:
  -----------
  Move textChar from Yi.Keymap.Vim to Yi.Keymap.Keys for reuse.

  Commit: c9912067f2e24ded8ceb20240c6c4e8bdec95a67
      https://github.com/yi-editor/yi/commit/c9912067f2e24ded8ceb20240c6c4e...
  Author: Dmitry Ivanov <etherc...@gmail.com>
  Date:   2012-09-29 (Sat, 29 Sep 2012)

  Changed paths:
    M yi-contrib/src/Yi/FuzzyOpen.hs

  Log Message:
  -----------
  Fix FuzzyOpen choosing always the first match instead of selected.

  Commit: bcb9da2526392a03f27abfc1973dcaa18f79742d
      https://github.com/yi-editor/yi/commit/bcb9da2526392a03f27abfc1973dca...
  Author: Dmitry Ivanov <etherc...@gmail.com>
  Date:   2012-09-29 (Sat, 29 Sep 2012)

  Changed paths:
    M yi-contrib/src/Yi/FuzzyOpen.hs

  Log Message:
  -----------
  Some TODOs for FuzzyOpen.

  Commit: b45909b3e57bd4827b12d805029d2df0b59c24fb
      https://github.com/yi-editor/yi/commit/b45909b3e57bd4827b12d805029d2d...
  Author: Dmitry Ivanov <etherc...@gmail.com>
  Date:   2012-09-30 (Sun, 30 Sep 2012)

  Changed paths:
    M yi-contrib/src/Yi/FuzzyOpen.hs

  Log Message:
  -----------
  Fix missing import.

  Commit: 2567c866347c7ab319dff9a6552c56f6ec68fbd3
      https://github.com/yi-editor/yi/commit/2567c866347c7ab319dff9a6552c56...
  Author: mgajda <mjga...@gmail.com>
  Date:   2012-10-07 (Sun, 07 Oct 2012)

  Changed paths:
    A yi-contrib/src/Yi/FuzzyOpen.hs
    M yi-contrib/yi-contrib.cabal
    M yi/src/library/Yi/Buffer/Misc.hs
    M yi/src/library/Yi/Completion.hs
    M yi/src/library/Yi/Keymap/Keys.hs
    M yi/src/library/Yi/Keymap/Vim.hs

  Log Message:
  -----------
  Merge pull request #42 from ethercrow/ctrlp

Fuzzy open file in yi-contrib.

Compare: https://github.com/yi-editor/yi/compare/3c97531f4002...2567c866347c


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »