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

More patterns #67

Closed
markiewb opened this issue Mar 3, 2016 · 1 comment
Closed

More patterns #67

markiewb opened this issue Mar 3, 2016 · 1 comment
Assignees
Milestone

Comments

@markiewb
Copy link
Collaborator

markiewb commented Mar 3, 2016

File related
${file}file with path
${fileNameExt}filename with extension
${fileName}filename without extension
${fileExt}file extension
${relativeFile}file with relative path to main project
Folder related
${folder}full path
${relativeFolder}full path relative to main project
${projectFolder}full path of the current project
${mainProjectFolder}full path of the main project
Editor related
${line}1-based line
${line0}0-based line
${column}1-based column
${column0}0-based column
${caret}1-based caret
${caret0}0-based caret
${selectedText}selected text in editor

https://netbeans.org/bugzilla/show_bug.cgi?id=35582#c16

@markiewb markiewb added this to the 1.1.0 milestone Mar 3, 2016
@markiewb markiewb self-assigned this Mar 3, 2016
markiewb added a commit that referenced this issue Mar 5, 2016
            <tr><td>${file}</td><td>file with path</td></tr>
            <tr><td>${fileNameExt}</td><td>filename with extension</td></tr>
            <tr><td>${fileName}</td><td>filename without extension</td></tr>
            <tr><td>${fileExt}</td><td>file extension</td></tr>
            <tr><td>${relativeFile}</td><td>file with relative path to main project</td></tr>
            <tr><td>${folder}</td><td>full path</td></tr>
            <tr><td>${relativeFolder}</td><td>full path relative to main project</td></tr>
            <tr><td>${projectFolder}</td><td>full path of the current project</td></tr>
            <tr><td>${mainProjectFolder}</td><td>full path of the main project</td></tr>
            <tr><td>${line}</td><td>1-based line</td></tr>
            <tr><td>${line0}</td><td>0-based line</td></tr>
            <tr><td>${column}</td><td>1-based column</td></tr>
            <tr><td>${column0}</td><td>0-based column</td></tr>
            <tr><td>${caret}</td><td>1-based caret</td></tr>
            <tr><td>${caret0}</td><td>0-based caret</td></tr>
            <tr><td>${selectedText}</td><td>selected text in editor</td></tr>

and help set
@markiewb
Copy link
Collaborator Author

markiewb commented Mar 5, 2016

fixed in 1.1.0 + helpset

2016-03-05_18h07_41

@markiewb markiewb closed this as completed Mar 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant