home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / OpenStep / developer / bundles / PBExtensions.README < prev   
Encoding:
Text File  |  1997-12-12  |  4.9 KB  |  104 lines

  1. PBExtensions.bundle
  2.  
  3. What am I?
  4.  
  5. PBExtensions is a work in progress.   PBExtensions.bundle is a ProjectBuilder.app loadable
  6. bundle which adds various features which I find useful to ProjectBuilder. If you find these
  7. useful please let me know.  Any suggestions (for more extensions) are welcome, as are bug
  8. reports. You can contact the author at:
  9.  
  10. Eric Peyton
  11. epeyton@cmg.fcnbd.com
  12.  
  13. *** INSTALLATION ***
  14.  
  15. 1)  Place this bundle some place where it can always be found.  (I suggest
  16. ~/Library/PBBundles).  
  17. 2)  Then start ProjectBuilder and point the bundle loader (in Preferences...;Bundles) to your
  18. PBExtensions.bundle.
  19. 3)  Restart ProjectBuilder
  20.  
  21.  
  22. *** Features ***
  23.  
  24. 1) There should be a new "Recent Projects" menu on the main menu.  This will show you the
  25. projects that you have opened in ProjectBuilder.  These are ordered most recent to the top.
  26. By clicking on one of these menu items it should open up the specified project.
  27.  
  28. 2) There should also be a new "PBExtensions..." menu item under Info.  This will allow you to
  29. set the preferences for the menu and other extensions.  This panel was supposed to be loaded
  30. by ProjectBuilder's Preferences menu, however it seems that this feature doesn't work in 4.2.
  31. The code is still in there however and when Apple provides personalized Preferences panels to
  32. the public this will be implemented in PBExtensions.
  33.  
  34. 3)  Under the Tools menu there are menu items for launching Icon Builder, File Merge, and
  35. Interface Builder.  Because Services is still 3.3 based, it's nice to have these applications
  36. accessible.
  37.  
  38. 4)  You can now set the color used by Project Builder when breaking on a specific line.  If
  39. you check the box, Use My Debugging Color, in Preferences, the color selected will be used.
  40. This code is from Bill Bumgarner's PBDHColor bundle.  Thanks Bill.
  41.  
  42. 5)  You can set Project Builder to save the Open Projects on exit.  The next time you open
  43. Project Builder the previously open projects will be opened as well.
  44.  
  45. 6)   You can control the number of items that appear on the Recent Projects menu. This number
  46. defaults to twenty.  Set it to a larger value to see the menu items.
  47.  
  48. 7)   PB Pasteboard.  OK I don't want any bug reports about this one.  This is a feature that
  49. Apple left in, I just turned it on and gave it a menu item.  I have fixed some of the most
  50. glaring errors, but it still isn't perfect.  On the Edit menu there is now a PB Pasteboard
  51. menu item(Cmd-V).  When you click on this you will see a panel.  This panel shows you up to
  52. the last 30 things that you have copied.  This panel will not come up if you don't have a
  53. project up, and it won't come up if you haven't copied anything into the pasteboard yet.  It
  54. works OK.  But don't send me bug reports about it.  (For those emacs fans, this is the PB kill
  55. ring)
  56.  
  57. 8)  Comments extension.  An easy one, I don't expect it'll get much mileage, but what the
  58. heck, I threw it in anyway.  Under the Edit menu is a new menu Comments.  This has 2 items,
  59. Comment Selected and Uncomment Selected.  These do exactly what they say they do.  If you
  60. Comment Selected it throws a /* */ around whatever you have selected.  It doesn't go through
  61. to make sure you're not commenting comments, etc, etc.  Uncomment selected blows away all /*,
  62. */, and // inside the selected block of code.  These menu items aren't smart enough to make
  63. sure you're inside a .m, .c, .h, etc.  It'll do what it can.
  64.  
  65. *** FUTURE FEATURES ***
  66.  
  67. I would like any suggestions but here is what I am thinking.
  68.  
  69. ->  Add a macro language for scripting, and playback and record, like most other high quality
  70. editors have.
  71. ->  Add lines of code counter and viewer.  See PBCodeCount, repackaged version of count
  72. ->  Add ability to time amount of time spent actually in a project
  73. ->  Add Gdb stack browser (?? About feasibility)  See PBGDBExtensions
  74. ->  Add a graphical representation of a project view (Subclasses, superclasses, uses, etc.)
  75. ->  Integrate autodoc with PB (Add ability to turn comments into autocomments as well).
  76. ->  Add ability to compare current file vs. saved version.
  77. ->  Add ability to make all Headers Public Headers.
  78. ->  Add Bookmarks.  Want to be able to set and review bookmarks in my code
  79. ->  Add Customizable toolbars to the app.  I think this should be a separate bundle
  80. ->  Add ability to include more GDB Commands.  I.e. Run until line #, etc.  See
  81. PBGDBExtensions
  82. ->  Add a way to clear the gdb window of text
  83.  
  84. *** POSSIBLE FEATURES ***  (If someone asks for them)
  85.  
  86. ->  Add ability to compress/expand code like in old Edit.app.  May not be helpful to most, but
  87. I liked that feature a lot for code browsing.
  88. ->  Add ability to open multiple projects at one time (Project Groups).
  89. ->  Add ability to sort recent projects alphabetically instead of in "last opened" order.
  90.  
  91. *** Known Bugs ***
  92.  
  93. ->  Add ability to not open autoloaded projects when you double click on a PB.project and you
  94. have PBExtensions set to open previous state.
  95.  
  96.  
  97. Let me know if you find any.
  98.  
  99. *** COPYRIGHT ***
  100.  
  101. PBExtensions is distributed under the terms of the GNU General
  102. Public License.
  103.  
  104.