History
Release 1.0
- 2002-07-30: Haven't noticed any misbehaviours nor have I gotten any bug-reports lately. Pumped up version to 1.0 and made a first final release.
Release 0.94b
- 2002-07-29: Fixed a few things in the documentation
- 2002-07-28: Reorganized the VC project to simplyfy compilation and packaging.
Release 0.93b
- 2002-07-27: Remade SwitchTask(), so the popup window now switches back to the correct window!
Release 0.92b
- 2002-07-25: Added some keyboard navigation to the popupmenu
- 2002-07-25: Added known bugs and bugreportinformation to the documentation
Release 0.91b
- 2002-07-20: Created index for the helpfiles.
- 2002-07-20: Made sure only one instance of ClipControl can run at once.
- 2002-07-20: Added 'help' shortcut to startmenu
- 2002-07-20: Added version information to the aboutdialog
- 2002-07-20: Added optional help and quit buttons in popup menu with corresponding setting in settingsdialog.
- 2002-07-19: Enabled editing of buffers in main ui. Two buttons were added for undoing the changes (Restore) and commiting the changes (Update).
- 2002-07-19: Extended manual and corrected a few errors.
Release 0.9b
- 2002-07-16: Started versionnumbering
- 2002-07-16: Made swedish translation of installation
- 2002-07-16: Made installation script using Inno Setup. This proved to be a great (free) piece of software, see http://www.jrsoftware.org/
- 2002-07-15: Finnished more pieces of the documentation and translated it to Swedish.
- 2002-07-15: Made popup menu appear centered above mouse
- 2002-07-15: Finally got release-build to work. This proved to be a problem of the wx compilation settings, not ClipControl where I was looking.
- 2002-07-15: Added new optional export-function to plugins: GetTitle(). This one returns a const char * with the plugin title and copyright info and is displayed in the about window. If the function is not available, it will just say 'Unknown'.
- 2002-07-09: MaD3 A pre7Ty 3A) =lIt= Plu9IN. (Fe=l frE3 t0 impr@vE it)
- 2002-07-09: Added filedialog to pluginsettings, made changes to pluginsettins work without restart
- 2002-07-09: New functions: Caps + R/T will add the current buffer first/last to every line of the selection
- 2002-07-09: Made indentation care about spaces/tabs setting
- 2002-07-09: Made columnization with spaces work correctly. Finally found that stupid bug! :)
- 2002-07-01: Added function to paste in filename of file copied in explorer (or other filemanager using CF_HDROP). Copy a file, switch to pastable textbox and press Caps + F to experience this new unleashed power!
- 2002-07-01: Added plugin functionality. Currently all plugins has to be loaded at startup for performance reasons. This will probably be solved when splitting app into two threads
- 2002-07-01: Made example plugin
- 2002-06-30: Added 'cleanup' menu to clear all buffers (paranoia).
- 2002-06-30: Added settings for plugins.
- 2002-06-30: Added setting for tabcharacter and number of characters for indentation and columnization. Currently only works for columnization.
- 2002-06-29: Added execute-buttons on popupmenu. Click to execute a buffer (just like Ctrl-E executes clipboard)
- 2002-06-28: Added experimental extra buffers on numpad. Caps + Numpad 1-9 for paste from buffer, Caps + Ctrl + Numpad 1-9 for copy to buffer. It seems as if not all the numpad keys works with Caps + Left Ctrl, but they do work with Caps + Right Ctrl - Not sure why and this is why it's 'experimental'. Numpad 1-4 are the same buffers as h-l/y-o.
- 2002-06-27: Wrote more chapters of the docs.
- 2002-06-26: Started writing the docs and working on the multilingual parts. Swedish translation of the program is more or less complete.
- 2002-06-25: Added Caps + Space to show popupmenu for those who don't use the taskbaricon as well as a close-button for the popup (A true popup proved hard to achieve with current version of wx)
- 2002-06-23: Added popupmenu on taskbaricon
- 2002-06-23: Added Caps+E to execute buffer
- 2002-06-19: F2 is used to show/hide gui instead of F1.
- 2002-06-19: When a userbuffer is overwritten, it's pushed onto the history stack
- 2002-06-18: New setting added to store/retrive buffers at exit/start
- 2002-06-17: New builtin-function, Caps + W makes selection into columns (tabs or spaces, depending on setting that does not yet exist :)