Skip to content
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

"Which selection is the main selection" documentation problem #110

Closed
sasumner opened this issue Nov 25, 2018 · 2 comments
Closed

"Which selection is the main selection" documentation problem #110

sasumner opened this issue Nov 25, 2018 · 2 comments
Labels
Milestone

Comments

@sasumner
Copy link

In the documentation a lot of the selection functions have wrong descriptions, in fact they all same the same thing: "Which selection is the main selection". To wit:

editor.setSelectionNCaret(selection, pos)
Which selection is the main selection

editor.getSelectionNCaret(selection) → int
Which selection is the main selection

editor.setSelectionNAnchor(selection, posAnchor)
Which selection is the main selection

editor.getSelectionNAnchor(selection) → int
Which selection is the main selection

editor.setSelectionNCaretVirtualSpace(selection, space)
Which selection is the main selection

editor.getSelectionNCaretVirtualSpace(selection) → int
Which selection is the main selection

editor.setSelectionNAnchorVirtualSpace(selection, space)
Which selection is the main selection

editor.getSelectionNAnchorVirtualSpace(selection) → int
Which selection is the main selection

@chcg chcg added the Bug label Nov 25, 2018
@chcg
Copy link
Collaborator

chcg commented Nov 25, 2018

This part is auto generated from https://github.com/bruderstein/PythonScript/blob/master/PythonScript/src/Scintilla.iface#L2276-L2286 -> it is a scintilla issue, maybe fixed in the meantime with newer scintilla releases than the one used for N++

@chcg chcg removed the Bug label Nov 25, 2018
chcg added a commit to chcg/PythonScript that referenced this issue Nov 25, 2018
- merged back some docu changes from scinitilla 3.7.6 (Scintilla.iface), no functional changes
- generated via createwrapper.py
chcg added a commit that referenced this issue Nov 25, 2018
@chcg chcg added this to the v1.4 milestone Nov 25, 2018
@chcg
Copy link
Collaborator

chcg commented Nov 25, 2018

See 98f9bf5

@chcg chcg closed this as completed Nov 25, 2018
@chcg chcg added the Docu label May 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants