|
From: Christopher W. <caw...@us...> - 2006-02-18 16:53:54
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rubyeditor/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28822/src/org/rubypeople/rdt/internal/ui/rubyeditor/templates Removed Files: RubyFileContextType.java RubyContext.java RubyVariableResolver.java RubyTemplateAccess.java RubyTemplateInformationControlCreator.java RubyTemplatePreferencePage.java RubyTemplateVariableTextHover.java RubyTemplateProposal.java RubySourceViewerInformationControl.java Log Message: overhaul our completion proposal/template code. Now we will apply formatting to templates when inserted! Plus we're closer to the way JDT does things. We still can't use the actual code formatter on the templates (because our old one does a massive replace edit which messes up variables like the cursor placement). The end result is that users should create templates with somewhat proper formatting initially. --- RubyTemplateAccess.java DELETED --- --- RubyFileContextType.java DELETED --- --- RubyTemplateVariableTextHover.java DELETED --- --- RubyVariableResolver.java DELETED --- --- RubyContext.java DELETED --- --- RubyTemplatePreferencePage.java DELETED --- --- RubyTemplateProposal.java DELETED --- --- RubySourceViewerInformationControl.java DELETED --- --- RubyTemplateInformationControlCreator.java DELETED --- |