Results for "tag:vision2"
-
cocoa: COCOA Eiffel Wrapper 170
Cocoa is Apple's native object-oriented application programming interface (API) for the OS X operating system.
Thu, 28 Sep 2023 09:49:03 GMT
-
docking: Vision Smart Docking library 157
Docking: Multiplatform docking library of reusable components for Eiffel.
gui vision2 tool panel docking
Thu, 28 Sep 2023 09:50:23 GMT
-
editor: Vision2 Editor library 177
Vision2 Text Editor Component.
vision2 gui text editor widget
Thu, 28 Sep 2023 09:49:01 GMT
-
edk: Eiffel Drawing Kit (EDK) 194
Multiplatform drawing kit
Thu, 28 Sep 2023 09:48:46 GMT
-
graph: EiffelGraph Library 145
EiffelGraph lets you build graph representation which are either static or dynamic. The later is using some clever physics algorithm to automatically position nodes of the graph depending on the repulsion of each nodes and the stiffness of each edge.
vision2 graph physics algorithm
Thu, 28 Sep 2023 09:49:58 GMT
-
preferences: EiffelPreferences 169
Preferences library - support XML - support registry keys (Windows) - provide a set of vision2 widget to edit the preferences from a vision2 app.
preferences console application vision2 widget
Thu, 28 Sep 2023 09:50:25 GMT
-
ribbon: EiffelRibbon vision2 library 158
Eiffel Ribbon library of reusable components for Eiffel.
Thu, 28 Sep 2023 09:49:07 GMT
-
vision2_extension: EiffelVision2 extension 177
Extensions to the EiffelVision2 library.
vision2 extension container thread
Thu, 28 Sep 2023 09:49:21 GMT
-
web_browser: Eiffel Web Browser 164
Web Browser: Multiplatform web browser extension of Vision2 library for Eiffel. Based on Webkit-1.0 on Linux; IE core on Windows.
browser html embedded vision2 widget
Thu, 28 Sep 2023 09:48:57 GMT
Usage: "criterion:value" (note: "value" is aliased with "text:value") Criteria: [name] name:foo* - packages of short name matching "foo*" pattern [title] title:base - packages of title "base" [tag] tag:web - packages tagged "web" [description] description:"advanced usage" - packages with phrase "advanced usage" in their description [owner] owner:*Caesar - packages published by users with the user names matching "*Caesar" [downloads] downloads:10 - packages with at least 10 downloads [text] text:abc - equivalent to "name:abc or title:abc or tag:abc" Criteria can be combined with "and" (the default), "or" (aliased with prefix "+"), "not" (aliased with prefix "-"). Criteria "name", "title", "tag" and "description" supports wildcards (*,?).