-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Special AnnotationType for offset based position
- Loading branch information
Jaroslav Tulach
committed
Feb 28, 2025
1 parent
a32bff9
commit 293308c
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
15 changes: 15 additions & 0 deletions
15
...ository/src/main/resources/org/graalvm/visualizer/source/resources/NodePositionOffset.xml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0"?> | ||
|
||
|
||
<!DOCTYPE type PUBLIC "-//NetBeans//DTD annotation type 1.0//EN" "http://www.netbeans.org/dtds/annotation-type-1_0.dtd"> | ||
<type | ||
name='NodePositionOffset' | ||
description_key='Hint_NodePositionCurrent' | ||
localizing_bundle='org.graalvm.visualizer.source.resources.Bundle' | ||
visible='true' | ||
glyph='nbresloc:/org/graalvm/visualizer/source/resources/extractNodes.gif' | ||
highlight='0xC8FF00' | ||
type='linepart' | ||
priority='1100' | ||
custom_sidebar_color='0xFFCCCC' | ||
/> |
This file contains 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