Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermooo committed Mar 23, 2019
1 parent f323b10 commit dc0b592
Show file tree
Hide file tree
Showing 117 changed files with 188 additions and 3 deletions.
Binary file added Debug.pyc
Binary file not shown.
117 changes: 115 additions & 2 deletions Default.sublime-keymap

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Six.sublime-commands
@@ -1,4 +1,5 @@
[
{ "caption": "Six: Enter License", "command": "vim_priv" },
{ "caption": "Six: Toggle Debug", "command": "six_vm_toggle_debug" },
{ "caption": "Preferences: Six Settings", "command": "edit_settings", "args": {"base_file": "${packages}/Six/Settings/Six.sublime-settings", "default": "// Settings in here override those in \"Six/Settings/Six.sublime-settings\".\n{\n\t$0\n}\n" } }
]
Binary file modified __init__.pyc
Binary file not shown.
Binary file modified _init_.pyc
Binary file not shown.
Binary file modified commands/__init__.pyc
Binary file not shown.
Binary file modified commands/clear_view.pyc
Binary file not shown.
Binary file modified commands/clip_white_space_for_c.pyc
Binary file not shown.
Binary file modified commands/command_line.pyc
Binary file not shown.
Binary file modified commands/events/__init__.pyc
Binary file not shown.
Binary file modified commands/events/completion.pyc
Binary file not shown.
Binary file modified commands/events/context_tracker.pyc
Binary file not shown.
Binary file modified commands/events/event_mouse.pyc
Binary file not shown.
Binary file modified commands/events/event_sync_mode.pyc
Binary file not shown.
Binary file modified commands/go_to_location.pyc
Binary file not shown.
Binary file modified commands/join.pyc
Binary file not shown.
Binary file modified commands/mode.pyc
Binary file not shown.
Binary file modified commands/paste.pyc
Binary file not shown.
Binary file modified commands/press_key.pyc
Binary file not shown.
Binary file modified commands/replace.pyc
Binary file not shown.
Binary file modified commands/right_delete.pyc
Binary file not shown.
Binary file modified commands/sel.pyc
Binary file not shown.
Binary file modified commands/sequence.pyc
Binary file not shown.
Binary file modified commands/set_caret.pyc
Binary file not shown.
Binary file modified commands/slash.pyc
Binary file not shown.
Binary file modified commands/substitute.pyc
Binary file not shown.
Binary file modified commands/testing.pyc
Binary file not shown.
Binary file modified commands/tilde.pyc
Binary file not shown.
Binary file modified commands/toggle_mode.pyc
Binary file not shown.
Binary file added commands/vm_commands.pyc
Binary file not shown.
Binary file modified lib/__init__.pyc
Binary file not shown.
Binary file modified lib/actions.pyc
Binary file not shown.
Binary file modified lib/command_state.pyc
Binary file not shown.
Binary file modified lib/command_state_internal.pyc
Binary file not shown.
Binary file modified lib/completions.pyc
Binary file not shown.
Binary file modified lib/constants.pyc
Binary file not shown.
Binary file modified lib/data_structures/__init__.pyc
Binary file not shown.
Binary file modified lib/data_structures/linked_list.pyc
Binary file not shown.
Binary file modified lib/data_structures/trie.pyc
Binary file not shown.
Binary file modified lib/editor_internal.pyc
Binary file not shown.
Binary file modified lib/errors.pyc
Binary file not shown.
Binary file modified lib/ex_actions.pyc
Binary file not shown.
Binary file modified lib/ex_commands.pyc
Binary file not shown.
Binary file modified lib/key_tokenizer.pyc
Binary file not shown.
Binary file modified lib/logging.pyc
Binary file not shown.
Binary file modified lib/macros.pyc
Binary file not shown.
Binary file modified lib/mappings.pyc
Binary file not shown.
Binary file modified lib/marks.pyc
Binary file not shown.
Binary file modified lib/motions.pyc
Binary file not shown.
Binary file modified lib/motions_internal.pyc
Binary file not shown.
Binary file modified lib/operators.pyc
Binary file not shown.
Binary file modified lib/operators_internal.pyc
Binary file not shown.
Binary file modified lib/operators_without_motion.pyc
Binary file not shown.
Binary file modified lib/parser/__init__.pyc
Binary file not shown.
Binary file modified lib/parser/nodes.pyc
Binary file not shown.
Binary file modified lib/parser/parser.pyc
Binary file not shown.
Binary file modified lib/parser/scan_command_search.pyc
Binary file not shown.
Binary file modified lib/parser/scanner.pyc
Binary file not shown.
Binary file modified lib/parser/scanner_command_clearjumps.pyc
Binary file not shown.
Binary file modified lib/parser/scanner_command_help_command.pyc
Binary file not shown.
Binary file modified lib/parser/scanner_command_jumps.pyc
Binary file not shown.
Binary file modified lib/parser/scanner_command_marks.pyc
Binary file not shown.
Binary file modified lib/parser/scanner_command_nmap.pyc
Binary file not shown.
Binary file modified lib/parser/scanner_command_nmapclear.pyc
Binary file not shown.
Binary file modified lib/parser/scanner_command_nunmap.pyc
Binary file not shown.
Binary file modified lib/parser/scanner_command_quit_command.pyc
Binary file not shown.
Binary file modified lib/parser/scanner_command_register.pyc
Binary file not shown.
Binary file modified lib/parser/scanner_command_search.pyc
Binary file not shown.
Binary file modified lib/parser/scanner_command_substitute.pyc
Binary file not shown.
Binary file modified lib/parser/scanner_command_write.pyc
Binary file not shown.
Binary file modified lib/parser/scanner_command_write_and_quit_command.pyc
Binary file not shown.
Binary file modified lib/parser/state.pyc
Binary file not shown.
Binary file modified lib/parser/subscanners.pyc
Binary file not shown.
Binary file modified lib/parser/tokens.pyc
Binary file not shown.
Binary file modified lib/parser/tokens_base.pyc
Binary file not shown.
Binary file modified lib/settings.pyc
Binary file not shown.
Binary file modified lib/settings_internal.pyc
Binary file not shown.
Binary file modified lib/status_bar_handler.pyc
Binary file not shown.
Binary file modified lib/view_manager.pyc
Binary file not shown.
Binary file modified lib/view_settings.pyc
Binary file not shown.
Binary file added lib/vm/__init__.pyc
Binary file not shown.
Binary file added lib/vm/commands.pyc
Binary file not shown.
Binary file added lib/vm/core.pyc
Binary file not shown.
Binary file added lib/vm/instructions.pyc
Binary file not shown.
Binary file added lib/vm/logging.pyc
Binary file not shown.
Binary file added lib/vm/motions.pyc
Binary file not shown.
Binary file added lib/vm/vm.pyc
Binary file not shown.
Binary file added lib/vm/vm_keys.pyc
Binary file not shown.
Binary file added lib/vm/vm_utils.pyc
Binary file not shown.
Binary file added lib/vm/yank.pyc
Binary file not shown.
Binary file modified lib/window_settings.pyc
Binary file not shown.
Binary file modified lib/yank_registers.pyc
Binary file not shown.
3 changes: 2 additions & 1 deletion messages.json
Expand Up @@ -250,5 +250,6 @@
"0.8.106-dev.20190122.1": "messages/0.8.106-dev.20190122.1.txt",
"0.8.106-dev.20190202.1": "messages/0.8.106-dev.20190202.1.txt",
"0.8.106": "messages/0.8.106.txt",
"0.8.107-dev.20190320.1": "messages/0.8.107-dev.20190320.1.txt"
"0.8.107-dev.20190320.1": "messages/0.8.107-dev.20190320.1.txt",
"0.8.107-dev.20190323.3": "messages/0.8.107-dev.20190323.3.txt"
}
70 changes: 70 additions & 0 deletions messages/0.8.107-dev.20190323.3.txt
@@ -0,0 +1,70 @@
CHANGELOG 0.8.107-dev.20190323.3

Sublime Text needs to be restarted for the changes to work.

////////////////////////////////////////////////////////////////////////////////
// WELCOME /////////////////////////////////////////////////////////////////////
/////////// TO /////////////////////////////////////////////////////////////////
/////////////// SIX.NEXT ///////////////////////////////////////////////////////

You are on the dev release channel of Six.

You are now using Six.Next, a partial reimplementation of Six.


SIX.NEXT IS INCOMPLETE

Six.Next is under active development. You may encounter bugs often and you may
temporarily miss features available today in Six.Current.

(Six.Next is already being used to develop Six.Next.)

If you want to use the most stable version of Six, make sure to use the stable
release channel.

More information: http://docs.sublimesix.com/


SIX.NEXT IS THE FUTURE

As soon as Six.Next reaches feature parity with Six.Current, it will become
Six 1.0.

Notable missing features:

* Many motions and operators in visual modes.
* Ex mode.


SIX.CURRENT AND SIX.NEXT SIDE BY SIDE

Six.Current and Six.Next are executing side by side in this release channel. If
you want to switch between the two, press

* Shift+Esc

(If that key binding is overriden in your User/Default.sublime-keymap or
(otherwise, it will not work. If Six.Next crashes at start-up, that key binding
won't be available either.)

Note that Six.Current from the stable release channel is still more stable than
the Six.Current version available in side-by-side execution.


DEBUGGING

If you want to report a bug for Six.Next, you may want to include the debug
output from the Sublime Text console after enabling Six.Next's debug mode using
the 'Six: Toggle Debug' command from the command palette.


Thank you for using Six!

Guillermo

////////////////////////////////////////////////////////////////////////////////


* Improve selection of current word for # motion in visual mode.

Follow https://twitter.com/sublimesix for important notifications.
Binary file modified plugin/__init__.pyc
Binary file not shown.
Binary file modified plugin/actions.pyc
Binary file not shown.
Binary file modified plugin/actions_internal.pyc
Binary file not shown.
Binary file modified plugin/aword.pyc
Binary file not shown.
Binary file modified plugin/contexts.pyc
Binary file not shown.
Binary file modified plugin/ex_actions.pyc
Binary file not shown.
Binary file modified plugin/jumplist.pyc
Binary file not shown.
Binary file modified plugin/paragraph.pyc
Binary file not shown.
Binary file modified plugin/paragraph_internal.pyc
Binary file not shown.
Binary file modified plugin/paragraph_object.pyc
Binary file not shown.
Binary file modified plugin/search.pyc
Binary file not shown.
Binary file modified plugin/sentence.pyc
Binary file not shown.
Binary file modified plugin/settings.pyc
Binary file not shown.
Binary file modified plugin/status_bar_handler.pyc
Binary file not shown.
Binary file modified plugin/view_manager.pyc
Binary file not shown.
Binary file modified plugin/view_settings.pyc
Binary file not shown.
Binary file modified plugin/widgets/__init__.pyc
Binary file not shown.
Binary file modified plugin/widgets/output_panel.pyc
Binary file not shown.
Binary file modified plugin/window_settings.pyc
Binary file not shown.
Binary file modified plugin/word.pyc
Binary file not shown.
Binary file modified plugin/word_end.pyc
Binary file not shown.
Binary file modified plugin/word_internal.pyc
Binary file not shown.
Binary file modified plugin/word_object.pyc
Binary file not shown.

0 comments on commit dc0b592

Please sign in to comment.