The Artima Developer Community
Sponsored Link

Java Community News
Copy and Paste History Module for Netbeans

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

Copy and Paste History Module for Netbeans Posted: Apr 13, 2006 7:40 AM
Reply to this message Reply
Summary
Java.net reports that the Copy and Paste History Module, a Netbeans plugin for maintaining copy action history, has graduated from the Java Tools Community incubator.
Advertisement

The Copy and Paste History Module is available here:

https://copypastehistory.dev.java.net/

Here is a description of the tool that I copied and pasted from the above-mentioned page:

This module provides the functionality of maintain a history cache for Copy actions. This history cache can be accessed for the user, which can select the appropriated String which will be pasted in selected editor.

It is possible too define the cache size, by the appropriate option in Tools > Options > Miscellaneous > Copy and Paste History.

Although this module does sound practical, it brings up the question of just how much copying and pasting developers should be doing. Copying and pasting is often a way to accomplish a goal quickly in the short term by duplicating code, but which leads to less maintainable code in the long term. How do you think developers should use copy and paste?

Topic: Copy and Paste History Module for Netbeans Previous Topic   Next Topic Topic: ALM Expo 2006 Agenda Now Online

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use