[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jedit-cvs
Subject:    [ jEdit-commits ] SF.net SVN: jedit:[22268] jEdit/trunk/org/gjt/sp/jedit/input/ AbstractInputHandler
From:       Vampire0 () users ! sourceforge ! net
Date:       2012-09-28 17:07:00
Message-ID: E1THe1k-0004De-C4 () sfp-svn-3 ! v30 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 22268
          http://jedit.svn.sourceforge.net/jedit/?rev=22268&view=rev
Author:   Vampire0
Date:     2012-09-28 17:07:00 +0000 (Fri, 28 Sep 2012)
Log Message:
-----------
fix wrong JavaDoc comment

Modified Paths:
--------------
    jEdit/trunk/org/gjt/sp/jedit/input/AbstractInputHandler.java

Modified: jEdit/trunk/org/gjt/sp/jedit/input/AbstractInputHandler.java
===================================================================
--- jEdit/trunk/org/gjt/sp/jedit/input/AbstractInputHandler.java	2012-09-28 15:34:54 \
                UTC (rev 22267)
+++ jEdit/trunk/org/gjt/sp/jedit/input/AbstractInputHandler.java	2012-09-28 17:07:00 \
UTC (rev 22268) @@ -36,7 +36,7 @@
  * The abstract input handler manage the keyboard handling.
  * The entry point is
  * {@link #processKeyEvent(java.awt.event.KeyEvent, int, boolean)}
- * 
+ *
  * @author Matthieu Casanova
  * @version $Id: FoldHandler.java 5568 2006-07-10 20:52:23Z kpouer $
  */
@@ -57,7 +57,7 @@
 	{
 		repeatCount = 1;
 	} //}}}
-	
+
 	//{{{ addKeyBinding() method
 	/**
 	 * Adds a key binding to this input handler. The key binding is
@@ -140,8 +140,8 @@
 
 	//{{{ removeKeyBinding() method
 	/**
-	 * Removes a key binding from this input handler. This is not yet
-	 * implemented.
+	 * Removes a key binding from this input handler.
+	 *
 	 * @param keyBinding The key binding
 	 */
 	public void removeKeyBinding(String keyBinding)
@@ -280,7 +280,7 @@
 	{
 		return readNextChar != null;
 	} //}}}
-	
+
 	//{{{ setBindings() method
 	/**
 	 * Replace the set of key bindings.
@@ -290,7 +290,7 @@
 	{
 		this.bindings = this.currentBindings = bindings;
 	} //}}}
-	
+
 	//{{{ setCurrentBindings() method
 	public void setCurrentBindings(Hashtable bindings)
 	{
@@ -319,7 +319,7 @@
 	 * {@link org.gjt.sp.jedit.View#ACTION_BAR} or {@link \
                org.gjt.sp.jedit.View#TEXT_AREA}
 	 * @param global tell if the event comes from the DefaultKeyboardFocusManager or \
                not
 	 */
-	public abstract void processKeyEvent(KeyEvent evt, int from, boolean global); 
+	public abstract void processKeyEvent(KeyEvent evt, int from, boolean global);
 	//}}}
 
 	//{{{ sendShortcutPrefixOff() method
@@ -331,9 +331,9 @@
 			shortcutOn = false;
 		}
 	} //}}}
-	
+
 	public abstract void invokeAction(String action);
-	
+
 	public abstract void invokeAction(E action);
 
 	//{{{ toString() method
@@ -383,7 +383,7 @@
 	 * @param evt the keyboard event
 	 * @param from the source, it can be {@link org.gjt.sp.jedit.View#VIEW},
 	 * {@link org.gjt.sp.jedit.View#ACTION_BAR} or {@link \
                org.gjt.sp.jedit.View#TEXT_AREA}
-	 * @param mode the mode is "press" or "type" and is used for debug only  
+	 * @param mode the mode is "press" or "type" and is used for debug only
 	 * @param global tell if the event comes from the DefaultKeyboardFocusManager or \
                not
 	 */
 	protected void processKeyEventKeyStrokeHandling(KeyEvent evt, int from, String \
mode, boolean global) @@ -410,14 +410,14 @@
 			}
 		}
 	} //}}}
-	
+
 	//{{{ Private members
 
 	// Stores prefix name in bindings hashtable
 	public static Object PREFIX_STR = "PREFIX_STR";
 	protected boolean shortcutOn = false;
-	
 
+
 	protected Hashtable bindings;
 	protected Hashtable currentBindings;
 	//}}}

This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.


------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
jEdit-CVS mailing list
jEdit-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic