Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Outline View for other file endings

Hi Andrei,

great to hear this.

You're doing a really good job. Thanks.

Best regards

Nicolai Mainiero


Am 21.01.2008 um 15:31 schrieb Andrei Sobolev:

Hi Nicolai,

We added support of Eclipse Content Types framework.

Now you could add additional file extensions via Eclipse preferences ->
General -> Content types.
And whey will be recognized by DLTK.

Also it is possible to write additional content detectors, by extending
content types.

Best regards,
Andrei Sobolev.
Hi Andrei,

i already had the outline view you are describing. My question was, if
it s possible to provide a view for other file-endings too. For
example .txt or .whatever instead of the default .tcl or .lua in my case.

Best regards,

Nicolai Mainiero


Am 11.01.2008 um 08:19 schrieb Andrei Sobolev:

Hi Nicolai,

DLTK show outline only for model elements (source modules), so if your IDLTKLanguageToolkit class in method validateSourceModule return what specified file is model element, it will be used as model element, and
outline, search and so on will be available.

Please refer to TclLanguageToolkit from org.eclipse.dltk.tcl.core plugin
for reference implementation.

Best regards,
Andrei Sobolev.
Hi,

currently the outline view is only shown, if a file with .lua
extension is opened with the Lua editor.

Is it possible to show the outline view for any file ending, when it is opened with the lua editor? Currently only an empty outline view is
presented.

yours

Nicolai Maniero
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev

_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev

_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev

_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev



Back to the top