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

add substitutions for selected text #219

Closed
anb0s opened this issue Mar 18, 2022 · 3 comments · Fixed by #244
Closed

add substitutions for selected text #219

anb0s opened this issue Mar 18, 2022 · 3 comments · Fixed by #244
Assignees
Milestone

Comments

@anb0s
Copy link
Owner

anb0s commented Mar 18, 2022

Substitutions for text selected in editor should be proveded:

@anb0s anb0s self-assigned this Mar 18, 2022
anb0s added a commit that referenced this issue Mar 18, 2022
... add substitutions for selected text #219

Signed-off-by: Andre Bossert <anb0s@anbos.de>
anb0s added a commit that referenced this issue Mar 18, 2022
... add substitutions for selected text #219

Signed-off-by: Andre Bossert <anb0s@anbos.de>
@anb0s anb0s added this to the v2.3 milestone Mar 19, 2022
@anb0s
Copy link
Owner Author

anb0s commented Mar 19, 2022

see PR #220

@anb0s
Copy link
Owner Author

anb0s commented Mar 19, 2022

  • ${easyshell:resource_line_number} = line number (within view or editor)
  • ${easyshell:selected_text_start_line} = selected text start line (within view or editor), it's equal to ${easyshell:resource_line_number}
  • ${easyshell:selected_text_end_line} = selected text end line (within view or editor)
  • ${easyshell:selected_text_length} = selected text length (within view or editor)
  • ${easyshell:selected_text_offset} = selected text offset (within view or editor)
  • ${easyshell:selected_text} = selected text (within view or editor)

anb0s added a commit that referenced this issue Mar 19, 2022
... add substitutions for selected text #219

Signed-off-by: Andre Bossert <anb0s@anbos.de>
anb0s added a commit that referenced this issue Mar 27, 2022
... add substitutions for selected text #219

Signed-off-by: Andre Bossert <anb0s@anbos.de>
anb0s added a commit that referenced this issue Mar 27, 2022
... add substitutions for selected text #219

Signed-off-by: Andre Bossert <anb0s@anbos.de>
anb0s added a commit that referenced this issue Mar 27, 2022
... add substitutions for selected text #219

Signed-off-by: Andre Bossert <anb0s@anbos.de>
anb0s added a commit that referenced this issue Mar 28, 2022
update target platform

Signed-off-by: Andre Bossert <anb0s@anbos.de>
anb0s added a commit that referenced this issue Mar 28, 2022
update target platform

Signed-off-by: Andre Bossert <anb0s@anbos.de>
@anb0s
Copy link
Owner Author

anb0s commented Mar 29, 2022

see new pre-release v2.3.0-beta.2
that also includes chnages from pre-release v2.3.0-beta.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant