Skip to content

Commit c811424

Browse files
committed
Added pastewatch project
1 parent e4843db commit c811424

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

_data/projects.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,15 @@
854854
"thorcfu": true,
855855
"foxget": false
856856
},
857+
{
858+
"project": "Pastewatch",
859+
"url": "https://github.com/dmitriychunikhin/pastewatch-vfp",
860+
"description": "Adds copy-paste handling ability to any VFP 9 control",
861+
"state": "Beta",
862+
"category": "Component",
863+
"thorcfu": true,
864+
"foxget": false
865+
},
857866
{
858867
"project": "ParallelFox",
859868
"url": "https://github.com/VFPX/ParallelFox",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
title: "pastewatch"
4+
date: 2025-04-19 12:40:00 -0500
5+
categories: vfpx update
6+
---
7+
8+
[Pastewatch](https://github.com/dmitriychunikhin/pastewatch-vfp) adds copy-paste handling ability to any VFP 9 control. You add OnPaste, OnCopy, and/or OnCut methods to any control and those methods are called when a paste, copy, or cut operation occurs, either by keypress or menu.

0 commit comments

Comments
 (0)