-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit bd8b12a
[EXPERIMENTAL/BROKEN] try to implement partial transparency
As implemented in Notepad++, a partially transparent search/replace window could make it easier to interact with the editor (particularly in fullscreen contexts, when the "always on top" window could hide the search results).
Unfortunately, Java can only apply the transparency to undecorated window, so it's a no-go.
Java gurus, please come to the rescue :D1 parent e9003cd commit bd8b12a
1 file changed
+19
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 | + | ||
43 | 44 |
| |
44 | 45 |
| |
45 | 46 |
| |
| |||
55 | 56 |
| |
56 | 57 |
| |
57 | 58 |
| |
59 | + | ||
58 | 60 |
| |
59 | 61 |
| |
60 | 62 |
| |
| |||
78 | 80 |
| |
79 | 81 |
| |
80 | 82 |
| |
83 | + | ||
84 | + | ||
85 | + | ||
86 | + | ||
81 | 87 |
| |
82 | 88 |
| |
83 | 89 |
| |
| |||
89 | 95 |
| |
90 | 96 |
| |
91 | 97 |
| |
98 | + | ||
99 | + | ||
100 | + | ||
101 | + | ||
92 | 102 |
| |
93 | 103 |
| |
94 | 104 |
| |
| |||
104 | 114 |
| |
105 | 115 |
| |
106 | 116 |
| |
117 | + | ||
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
125 | + | ||
107 | 126 |
| |
108 | 127 |
| |
109 | 128 |
| |
|
0 commit comments