All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.services.jsyntaxpane.scripts.insertdate.js Maven / Gradle / Ivy

Go to download

An extension of Java Swing's JEditorKit that supports syntax highlighting for several languages.

The newest version!
// Import the needed java packages and classes
importPackage(java.util);
importClass(javax.swing.JOptionPane)

function putDate() {
  TARGET.replaceSelection("This is a dummy proc that inserts the Current Date:\n" + new Date());
  TARGET.replaceSelection("\nTab Size of doc = " + AU.getTabSize(TARGET));
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy