You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,11 @@ Sublime Text - XPath Plugin
9
9
- Query XML and (X)HTML documents by XPath 1.0 expression.
10
10
- with syntax highlighting.
11
11
- with a custom `print` function that can be used as a debugging aid by logging nodesets etc. to the console.
12
-
- option to display results in real-time, as you type the query, or to select the corresponding nodes in the document.
12
+
- display results in real-time (i.e. as you type the query, fitting in perfectly with Sublime's other actions). (With an option to customize this, if desired.)
13
+
- reference multiple context nodes (at cursor positions) by using the `$contexts` variable.
14
+
- Re-run the previous query and select the corresponding nodes in the document. (Note that it doesn't preserve the context nodes at the moment.)
13
15
- with history, optionally globally or per document.
14
16
- optionally normalize whitespace when displaying text results (via a setting).
15
-
- reference multiple context nodes (at cursor positions) by using the `$contexts` variable.
16
17
- define custom variables in the settings file.
17
18
- Show XML well-formedness parse errors, and move the cursor to the location where the error occurred.
0 commit comments