Neil Hodgson | 1 Apr 2005 03:33
Picon

Re: Feature request: autofill

David Munger:

> I was wondering if an emacs-like autofill feature could be implemented
> in SciTE. It works somehow like a Join+Split paragraph each time you
> enter a whitespace. It fits a configured line width in characters. I
> think the best is to try it in emacs to see how it behaves.
>
> It is a feature I miss a lot when exchanging files with people using a
> non wrap-aware editor.

   The wrap mode fills most people needs so I wouldn't want autofill to be
in the default UI. I think there was an implementation of wrapping as a Lua
script so you could explore the archives.

   Neil
Neil Hodgson | 1 Apr 2005 02:36
Picon

Re: Next version?

Robert:

> It has been a while since 1.62 came out...is 1.63 far off?

   I suppose I'll do a release then. It is unlikely I'll accept any
new code for 1.63 but there will be a cut off for contributions 24
hours from .... now!

   Neil
Neil Hodgson | 1 Apr 2005 04:22
Picon

Test download

   There is a test download available including almost all of what
will be 1.63 which may be released on April 4.

   Available from CVS and from
http://scintilla.sourceforge.net/scite.zip Source
http://scintilla.sourceforge.net/wscite.zip Windows executable

   To do:
List changes on history page
Possibly add some of the GTK+ file chooser modifications

   Neil
Suzumizaki-Kimitaka | 1 Apr 2005 04:57
Picon

Re: Test download

Well, My website and name are not found anywhere.
Please add my site on documentation as one of translaters site.

http://h12u.com/scixx/ has Japanese translated "locale.properties" and 
Scintilla/Scite documentation.

--
Suzumizaki-Kimitaka

Neil Hodgson wrote:
>    There is a test download available including almost all of what
> will be 1.63 which may be released on April 4.
> 
>    Available from CVS and from
> http://scintilla.sourceforge.net/scite.zip Source
> http://scintilla.sourceforge.net/wscite.zip Windows executable
> 
>    To do:
> List changes on history page
> Possibly add some of the GTK+ file chooser modifications
> 
>    Neil
> _______________________________________________
> Scite-interest mailing list
> Scite-interest <at> lyra.org
> http://mailman.lyra.org/mailman/listinfo/scite-interest
> 
Neil Hodgson | 1 Apr 2005 05:58
Picon

Re: Test download

Suzumizaki-Kimitaka:

> Well, My website and name are not found anywhere.
> Please add my site on documentation as one of translaters site.
> 
> http://h12u.com/scixx/ has Japanese translated "locale.properties" and
> Scintilla/Scite documentation.

   OK, added to http://scintilla.sourceforge.net/SciTETranslation.html
and contributors lists.

   Neil
Oski Wee | 1 Apr 2005 11:25
Picon
Favicon

Default line end character?

I'm using Scite 1.6.2 on Windows.  How do I set my default line end 
character to LF, instead of CR LF?

Thanks
kanutron (lists | 1 Apr 2005 11:40

Re: Default line end character?

Oski Wee:
> I'm using Scite 1.6.2 on Windows.  How do I set my default line end 
> character to LF, instead of CR LF?

set this lines on you config file:

eol.mode=LF
eol.auto=0

See doc for details. eol.auto=0 could be a problem like a dictator.

--

-- 
kanutron (aka Josepmaria Roca)
* mailinglists <at> kanutron.net
* http://kanutron.net/
-----------------------------------------------------------------------------
" las opiniones son como los culos,
   todo el mundo tiene uno "
                 - Harry Challahan -
Franck Marcia | 1 Apr 2005 11:43
Picon
Gravatar

Re: Default line end character?

Excerpt from doc:

eol.mode

The default EOL mode (characters that make up line ends) depends on
your platform. You can overwrite this behaviour by setting the
property to

  LF   for UNIX format
  CR   for Macintosh format
  CRLF for DOS/Windows format

Franck.

On Apr 1, 2005 11:25 AM, Oski Wee <oskiwee <at> hotmail.com> wrote:
> I'm using Scite 1.6.2 on Windows.  How do I set my default line end
> character to LF, instead of CR LF?
> 
> Thanks
> 
> _______________________________________________
> Scite-interest mailing list
> Scite-interest <at> lyra.org
> http://mailman.lyra.org/mailman/listinfo/scite-interest
>
Darren Cook | 1 Apr 2005 12:09

Indents only 2 in php/html?

Hi,
I recently installed scite 1.62 on a new machine. I set indents to 4 and
to save tabs as spaces [1]. But in PHP/HTML tab only inserts 2 spaces,
not 4 spaces.

Yet I cannot see anything to do with indents or tabs in html.properties.
Could someone suggest what setting is causing this, or what other files
I should look in.

Thanks,

Darren

[1]:
tabsize=4
indent.size=4
use.tabs=0
#indent.auto=1
indent.automatic=0
indent.opening=0
indent.closing=0
#tab.indents=0
#backspace.unindents=0
Neil Hodgson | 1 Apr 2005 13:47
Picon

Re: gtk2 - new filechooser (and more)

Axel Huizinga:

> Is there an builtin way to activate showhidden initially?
> for now i use my custom prop fileselector.show.hidden and :
> 
> if(props.GetExpanded("fileselector.show.hidden") == "1")
>             g_object_set(GTK_OBJECT(toggle), "active", TRUE, NULL);

   OK, committed.

   Committed most of Josepmaria's patch so that fileselector.width and
fileselector.height are used and the toolbar is set to icons only.

   Stopped Language menu being cut off early so not showing XML or YAML.

   Changed View | End of Line key to be Ctrl+Shift+D as Ctrl+Shift+B
used before conflicted with Edit | Box Comment command.

   Neil

Gmane