I thought about automatically linking all imports or includes when we are talking C++. We could even link all com.sun.... to the IDL?
What do you think about it? Tom > Hi Tom, > > thanks for the extensison, i think it is very helpful to improve the > navigation to the IDL reference and implicit to the DevGuide. > > - Juergen > > Tom Schindl wrote: > > J�rgen Schmidt wrote: > > > >> Tom Schindl wrote: > >> > >>> J�rgen Schmidt wrote: > >>> > >>>> Hi, > >>>> > >>>> we have started some time ago with our code snippet base where Tom > >>>> Schindle did a great work and also Paolo Mantovani who created the > >>>> code snippet wizard. > >>>> I would like to invite all of you to submit code snippets for often > >>>> used API's or often asked questions. I think it so important to have > >>>> a good base of code snippets which helps people to solve their > >>>> problems fast or simple get started. I have promised that i will > >>>> submit one snippet per week and i must apologize that i haven't > >>>> reached my personal goal but i will work on it when i have time ;-) > >>>> > >>>> The upcoming MS Office Developer Studio will come with a bunch of > >>>> code snippets for often used API's. Everything is well integrated > >>>> and the user have only to click here and there, fill in some gaps > >>>> (controlled navigation from gap to gap) and has then a working macro. > >>>> We will probably not reach this kind of IDE integration but we can > >>>> provide a good code snippet base. And of course it is possible to > >>>> take this code snippets, convert them all to Java for example and > >>>> create an extension for NetBeans or Eclipse. Any volunteers here? > > > > > > I have added today 3 new snippets: > > > > > http://codesnippets.services.openoffice.org/Calc/Calc.SwitchPageSizeToDin.snip > > > > > http://codesnippets.services.openoffice.org/Calc/Calc.SwitchOrientation.snip > > > > http://codesnippets.services.openoffice.org/Calc/Calc.AutoFormat.snip > > > > And because I have been at it I added a new functionality to add links > > to IDL documentation. > > > > The syntax is lend from javadoc: > > * In Text-Sections one could use: [EMAIL PROTECTED] $IDL-Definition} > > * In Code-Comments one could use: [EMAIL PROTECTED] $IDL-Definition} > > > > $IDL-Definition means a fully qualified Class-name including the package > > e.g. com.sun.star.table.XAutoFormattable > > > > An example usage could be seen in Calc.AutoFormat.snip > > > > The search functionality is still on my list and I hope I can manage > > soon to implement it. > > > > Tom > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- SMS bei wichtigen e-mails und Ihre Gedanken sind frei ... Alle Infos zur SMS-Benachrichtigung: http://www.gmx.net/de/go/sms --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
