v1.02 (not yet released)
- Find any domain name in cut and pasted text for add from list - Does not find urls
v1.01
- At startup, load default.monitor from application directory
- On save, present the name of the last loaded file
- Put add in the contextmenu for websitelist
- Fix exception for checking empty area
- doubleclick adg to automatically add new entry - adg does not get the double click with doubleClickEnabled="true"
- contextmenu - insert new entry
- when doing a right click command, close and save the current adg edit with FinishADGEdit
- cleanup state management, moving as much as possible down to the base state
- cleanup position of status fields
- textHint to give quick help hints, based on currentState - timer global
- https: or http: recognized for adding list of urls
- Added bProVersion flag
- Different text hints for pro/regular/both
- put name of currently loaded monitor file in app title - getter/setter on filename var to automatically change the title
- "Add From File" combines two lists, Open replaces previous data in list
- Delete duplicate items in list
- Put star in app title if the data is changed and needs to be saved - Done
- - Detecting new items added (collection changed) - Done
- - Need to detect changes to individual items - Done itemEditEnd="adgWebsiteListEditEnd(event)"
- File-Open when previous data edited needs to prompt for a save before "file-open"
- Dont allow application shutdown without prompting for save
- skip checking entries with blank url
- delete duplicate urls also gets rid of blank url entries
- main memu to include add menu
- fix spelling error in aboutbox alert
- Setup serverMonitor-app.xml to register .monitor filetype
- NOTE: If file association already exists for .monitor (like to open in text editor), installation doesnt setup AIR file association, and also gives no error.
v1.0
- About box jumps to info wiki page about the program
- Fix - reordering sorting during check causes entries to be skipped
- Add List of entries
- Change "Ref" to "Group"
- change extension for saved files to ".monitor"
- right click context menu for the list of websites
- done - reordering entries
- done - delete current entry
- done - check only current entry
- For moveup/down, remove the sort, but leave items in sorted order, then do up/down
- Close the grid item editor when moving items up or down
- when adding new entry, open the editor window on the item to enter the url
v0.02
- File open/save
Labels:
None
Add Comment