| Projects on Google Code | Results 1 - 10 of 12 |
= Flex !UndoRedo Framework =
We at [http://www.soph-ware.com/ Soph-Ware Associates] would like to announce the first release of the Flex !UndoRedo Framework. The Flex !UndoRedo Framework provides all the facilities that you need for implementing undo and redo within your applications.
The Flex...
Persistent undo for Vim. Started for the 2008 Google Summer of Code.
The changes are based on a very old version of Vim - to try out this patch, please get the latest source from http://vim.org and download the patch from http://jordanlewis.org/code/persistent_undo.diff.
This is a small library that enables a programmer to register an object with an 'Undohistory' manager object which will record property changes on the specified object.
To indicate which properties need to be monitored the developer can add metadata tags to the property getter/setter methods. For...
Undo and redo capabilities should have been built into Flash's !TextField component. They exist in any modern browser's text inputs and it is very important for forms and other textual inputs to support undo and redo.
!UndoTextFields can be added to the root of your movie or Flex application to p...
Here are my ideas for the required functionality:
* business rules
* multitenant support
# custom language for writing external business rules (Formula) - logic customization
# data customization
* UI support: undo, isdirty
The framework must be highly modular so that any featu...
The Flight Framework is an opensource project distributed under the [http://www.opensource.org/licenses/mit-license.php MIT license]. The project source is available here on Google Code, while documentation and other project resources are maintained at [http://www.flightxd.com/flightframework/ fligh...
flight,
framework,
flightframework,
mxml,
as3,
actionscript,
mvc,
flightmvc,
flightaf,
config,
history,
undo,
redo,
flash,
flex
=Why LightPersist?=
#. Automatic serialization of object model graphs with replaceable back-end.
#. Management of inter-object constraints and referential integrity.
#. Full support for recurrent transactions.
#. Out of the box support for Undo/Redo in your application.
#. UI Notifi...
.net,
odb,
database,
objectdatabase,
model,
undo,
framework,
csla,
transaction,
oodb,
serialization,
CompactFramework
= Fly Framework =
== Lightweight Flex Development Framework ==
== (Coming Soon) ==
Fly is a _lightweight_, _unobtrusive_ framework for Flex development.
* Can be integrated with existing projects
* Use as much or as little as you like
* No rules to follow, just code to use
* You d...
Inspired by http://www.onjava.com/pub/a/onjava/2001/11/07/atomic.html (corrected code http://www.tomlauren.com) I made my own version of a atomic file transaction system for Java. The code accompanying the article is messy and hard to follow, so I took a more object oriented approach, but used the o...
The Timeline project is an extension of the ExtJS interface library. It's goals are simple:
# Provide a framework for undo/redo of user events.
# Be generic enough for widespread basic use.
# Be extensible enough for easy customization.
# Be free to everyone, for any purpose, personal ...