SublimeTableEditor | I moved to vim | Grid library
kandi X-RAY | SublimeTableEditor Summary
kandi X-RAY | SublimeTableEditor Summary
Table Editor is a package for the Sublime Text 2 and Sublime Text 3 editor for edit text tables. Table Editor is has almost the same keys as Emacs-org mode table editor.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Run one sel
- Pack the table
- Append a column to the table
- Inserts an empty row at index i
- Parses text into a Line
- Render the table
- Return the normalized norm
- Run a single sel
- Parses a csv string
- Insert new line at given position
- Inserts a horizontal line at the cursor position
- Run the widget
- Run one selection
- Finds the last table row in the view
- Get the text of a row
- Create a row
- Checks if a double row separator is a double row separator
- Returns True if col_cols is a single row separator
- Returns the first row of a table row
- Create a row from the given line
- Check if str_cols are multi markdown alignment
- Insert a single line in table
- Create a column from text
- Inserts a single line
- Inserts a double separator row
- Returns the field number of the visual field
SublimeTableEditor Key Features
SublimeTableEditor Examples and Code Snippets
Community Discussions
Trending Discussions on SublimeTableEditor
QUESTION
I have the following lines in a plugin's Default (Windows).sublime-keymap
file:
ANSWER
Answered 2017-Feb-25 at 00:27There is no way that I know of to bind a key to a large class of keys at once, so in order to do what you want, you would have to create an individual mapping for each of the keys one at a time, which is rather unwieldy and quite likely not a good idea.
[edit] There is actually a way to do this; I've added more information to the end of my answer [/edit]
From some simple testing it would appear that the keys that you're interested in (that input text) are directly handled by the Sublime core unless you provide a mapping for them. That is to say, they subvert the normal command mechanism, meaning that you can't just catch whenever text is being inserted and reformat.
One way to go about this is, as suggested by MattDMO, to use an on_modified
handler to track when the buffer is being modified and then trigger the realignment that way.
An example plugin that can do something like that is the following:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install SublimeTableEditor
Unzip the files and rename the folder to Table Editor.
Copy the folder to your Sublime Text 2 Packages directory.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page