• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
XCode Plugin Examples
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

XCode Plugin Examples


  • Subject: XCode Plugin Examples
  • From: Robert Morse <email@hidden>
  • Date: Mon, 8 Dec 2003 18:52:41 -0500

Hi,
	I am really new to Applescript and as strange as it may seem I
would like to write a AppleScript plugin for Xcode.  I like the way
you can do GUI interfaces, instead of the Scripts way of extending
Xcode. (Ya, I know you could probably do GUI with the scripts also).

	I searched the net and the only plugin I could find was one that was
commercial.

What I am looking to do, is create some scripts and windows, that
have some fields, Say for a Java Method, it would have fields for the
following items. Method Type (Public,Private,Protected), Method Name,
Return Type, Arguments, and description. It would then take the information
and create the skeleton javadocs comments, and function prototype. As in


Type     [X]Public [ ]Protected [ ]Private
Name     __Function_______________________
Return   __String_________________________
Args     __int A, int b, float c__________
throws   __Exception______________________
Desc.    __Just a sample Description______

Would produce something like this

/**
 *   {Desc}
 *
 *   @author {LOGIN NAME}
 *
 *   @param int A
 *   @param int b
 *   @param float c
 *
 *   @return String
 *
 *   @throws Exception
 */
public String Function( int A, int b, int c ) throws Exception {
}


Thanks Robert Morse _______________________________________________ xcode-users mailing list | email@hidden Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users Do not post admin requests to the list. They will be ignored.

  • Prev by Date: gdb can't find class info
  • Next by Date: beginner's xcode question
  • Previous by thread: Setting the CLASSPATH while debugging a Java Tool
  • Next by thread: beginner's xcode question
  • Index(es):
    • Date
    • Thread