Navigation |
Intelligent Objects, and ClipboardServerAlthough there's no code yet, I aim to describe briefly how Intelligent Objects (and Messagebus Access Reflection (MAS), although that's a topic for another time) will relate to the In order to keep things portable, and to save effort being duplicated between the These add functionality such as support for storing an amount of text to be pasted quickly into another process using the middle mouse button, interoperability with/replacement of the traditional X11 clipboard with the unified file-backed one provided by An example of an Adaptor chain in use could be (all notifications are routed via the system Messagebus): At this stage, the "snarfed" text can be pasted into another application by pressing the 3rd mouse button (or the middle mouse wheel in most cases), a very similar process happens: I forgot to mention that prior to all of this happening, each component in the chain has a unique Messagebus ID, and polling is done for an activity handler in the background to take care of the user's request, and that the current concept has too many steps currently on the "route home" to give the data back to a process.
|
User login |