7/18/2012

How To Search your Workspace for Code

This is very useful for those code changes that just might span over different design elements. Just hit the "Search" Menu entry that is available in designer and enter the types of design elements that you want to search. Please notice that the standard setting will be quite slow, so here are some (source code) extensions you will want to include when developing xpages and notes. You will want to exclude everything that is binary, because you wont find anything in it.
  • *.xsp XPages and Custom Controls
  • *.js Client Side Java Script Library
  • *.jss Server Side Java Script Library
  • *.java Java Source Code
  • *.css CSS File
  • *.lss Lotus Script Library
  • *.lsa Lotus Script Agent
  • *.form Form DXL Representation
  • *.subform Subform DXL Representation
  • *.view View DXL Representation
All those other extensions can be found out in the "Package Explorer" view of the eclipse framework in the designer.

No comments:

Post a Comment