問題タブ [zest]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
security - ZEST を使用した ZAP Ajax スパイダー認証が機能しない
次の手順に従います。 1. ZEST スクリプトを記録する (動作することがテスト済み) 2. サイトをコンテキストに含める 3. ユーザーを追加する 4. 強制ユーザーを選択する 5. スクリプトをアップロードし、スクリプトベースの認証を選択する 6. ログアウト インジケーターを定義する 7. スパイダーからログアウトを除外する8.コンテキストとユーザーを選択してAjaxスパイダーを実行します
私は何を取りこぼしたか?
java - How to scroll a ZEST Graph within its containing shell
I have a pretty large ZEST Tree, displaying a Hashtree (Merkletree). Because of its size and limited available space it gets so compressed you can't read it anymore:
Therefore I want to be able to grab more space than the actual shell has, and implement a scrolling/dragging option to move around with the mouse.
However, I can't find a subelement in which I can contain it, which doesn't get filled into the space I have.
I already have tried SashForm
(org.eclipse.swt.custom.SashForm), but it couldn't become bigger than the window.
Is there a possibility to implement my plan or is it generally not supported in SWT?
java - Eclipse プラグインの GEF で生成されたグラフで (エッジの) 有向矢印を取得するにはどうすればよいですか?
ビューでグラフを生成するためにGEFとZestで遊んでいるEclipseプラグインを開発しています。
org.eclipse.gef.zest.fx.ui.parts.ZestFxUiView
GEF プラグインで既に利用可能な を拡張しました。グラフは適切なエッジで正常に生成されますが、向きがありません。
私は何が欠けていますか?
java - 背景画像を設定 gef5
GEF5初心者です。私は zest/JFace アプローチを使用しています。ノードとエッジ (フォント、背景色、アイコン、エッジの装飾など) を好きなように構成できますが、画像または色で背景を設定する方法がわかりません。白い背景で立ち往生しているようです。ノードとエッジが描画される背景のプロパティを変更するにはどうすればよいですか? マーク