What foldmethod are you using?: i am poor in folds I want fold all comments that have this pattern /** * * */
as an example on of the comments /** * The listener interface for receiving "interesting" mouse events * (press, release, click, enter, and exit) on a component. * (To track mouse moves and mouse drags, use the * <code>MouseMotionListener</code>.) * <P> * The class that is interested in processing a mouse event * either implements this interface (and all the methods it * contains) or extends the abstract <code>MouseAdapter</code> class * (overriding only the methods of interest). * <P> * The listener object created from that class is then registered with a * component using the component's <code>addMouseListener</code> * method. A mouse event is generated when the mouse is pressed, released * clicked (pressed and released). A mouse event is also generated when * the mouse cursor enters or leaves a component. When a mouse event * occurs, the relevant method in the listener object is invoked, and * the <code>MouseEvent</code> is passed to it. * * @author Carl Quinn * @version 1.19, 04/13/06 * * @see MouseAdapter * @see MouseEvent * @see <a href=" http://java.sun.com/docs/books/tutorial/post1.0/ui/mouselistener.html">Tutorial: Writing a Mouse Listener</a> * * @since 1.1 * On Thu, Apr 28, 2011 at 2:12 PM, Christian Brabandt <[email protected]>wrote: > On Thu, April 28, 2011 8:41 am, vicky b wrote: > > Thanks all, > > I want to re-frame my question I have all java files now I want to > create > > folds for the comments can anyone help me please. > > What foldmethod are you using? > > regards, > Christian > > -- > You received this message from the "vim_use" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > -- *Thanks & Regards Vickyb * -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
