-
Notifications
You must be signed in to change notification settings - Fork 112
Enable multiple-level fold section of R document like RStudio #566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
ca4a3e4
implement multiple-levels r document fold
10d44c6
unify plural
0852a38
repair type="subsection" not work in get_r_document_sections
bd5f018
fix continuous comment line break get_r_document_label_sections
f7404df
adjust to filter regex
a154b6e
using over two blank lines to set section breaks
667c8bc
fix break lines don't work for document symbol in vscode outline viewer
0d61b57
fix typos and standard function and parameters
b65f302
fixs blocks in rmd document
809ea4f
add comment
ec4fa41
add comment
4562cec
add "#" to indicate section levels
c038624
add comment
a9a1180
unify plural
956575a
fix typos
58b8f64
use suggesions of renkun by complying with RStudio
3000268
add note
b89653b
implement section ranges in blocks
6be5fe7
omit unsed
5a07d32
fix problems that one line section cannot work
759eca4
omit unused code
8c1e764
better treat section ranges in blocks
cfe2db0
use list to store `block_lines` for performance and make plural more …
e18d947
fix error when no blocks
8ef9e92
add more comment and rename some varibles
57852ed
Merge remote-tracking branch 'upstream/master'
e428e5c
Merge remote-tracking branch 'upstream/master'
efc7f75
fix error when handling a line with only `Comment characters` and whi…
db3bd09
Merge branch 'REditorSupport:master' into master
cc1b35f
Rearrange file names and functions
renkun-ken f2dee25
fix R CMD check errors
251979b
Update functions
renkun-ken 9ba19ff
test multiple-level section works well
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exclude lines where close brackets stand
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is what r documents do