Michaël Fortin
Michaël Fortin
Something that would allow quick re-wrapping of comments with a user-specified width could be an awesome timesaver.
For example, if the clipboard contains 5 lines, replace the next 5 lines from the start of the current selection.
It seems there is no way to enumerate temporary attributes?
In the same way that Xcode can re-order lines ("Move Line Up", "Move Line Down"), it would be a great refactoring / organization time-saver to be able to re-order methods...
This would be super-useful in combination with "Copy Method Declarations" when one wants no empty lines between method declarations, or simply to eliminate superfluous whitespace quickly in code.
What I have in mind is something close to what ReSharper does: expand the selection outward based on scope. For example: (where "^" is the caret) ``` objc if (something)...
Allows embedding impetus-enabled elements into other impetus-enabled elements, such as a small scrollable div inside a larger one, etc. Without this, the parent and child both react to touch events...
This is the same fix as #33, but this new pull request contains only the relevant changes (I forgot to create a branch before creating my original pull request). ---...