Re: [supercollider/supercollider] a22df0: scide: save-as dialog - provide separate entries f...
Jonatan Liljedahl <
lijon@...>
2012-08-21 16:57:24 GMT
On 08/21/2012 06:55 PM, Tim Blechmann wrote:
>>> Branch: refs/heads/master
>>> Home: https://github.com/supercollider/supercollider
>>> Commit: a22df055fd84183cfb710996e1f6f8bdeb41dbbc
>>> https://github.com/supercollider/supercollider/commit/a22df055fd84183cfb710996e1f6f8bdeb41dbbc
>>> Author: Tim Blechmann<tim@...>
>>> Date: 2012-08-21 (Tue, 21 Aug 2012)
>>>
>>> Changed paths:
>>> M editors/sc-ide/widgets/main_window.cpp
>>>
>>> Log Message:
>>> -----------
>>> scide: save-as dialog - provide separate entries for scd and sc files
>>
>> And .schelp would be nice? (And editing .schelp without automatic
>> indenting, and with correct syntax highlighting :)
>
> there is already an entry for .schelp.
> syntax highlighting for scdoc would definitely be doable and is easier
> than for sclang, but not entirely trivial. also, i don't think, we
> should use the CodeEditor for it, but implement a separate class, which
> shares some functionality with CodeEditor. or we subclass CodeEditor and
> have an SclangCodeEditor and SchelpCodeEditor.
Or perhaps just a PlainTextEditor? There are other cases where you may
have other ascii data files for projects.. Or for editing configuration
files, etc..
> but for now that is not a high priority ... unless some people want to
(Continue reading)