You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion of the SciTE editor.
|
|
|
Unable to build scite under Windows 7, MinGW 4.6.2
|
| |
I have just started to look at Scintilla and Scite. I have downloaded the source for both Scintilla and Scite. I have successfully built Scintilla. I have the Scintilla.dll and SciLexer.dll in /scintilla/bin. However I am having difficulty building Scite. I have two errors. These errors occur whether I am running `mingw32-make`... more »
|
|
OnSave called twice?
|
| |
Hi, I'm trying to develop a lua extension to render a markdown file automatically at save time. It seems to me that the OnSave handler gets called twice. I've boiled down my configuration to this: [SciteUser.properties] ext.lua.startup.script=$(Scite UserHome)/.scite/lua/SciTEStar tup.lua [SciTEStartup.lua]... more »
|
|
3.2.5 released
|
| |
SciTE 3.2.5 is now available from the scintilla.org web site.
SciTE 3.2.5 is a minor bug fix release.
Caret x positions are remembered when switching documents.
The C++, errorlist and HTML lexers received minor improvements. GetText (PO) files can be folded.
Other changes were made and bugs fixed. A detailed list of changes is available on the history page.... more »
|
|
Double-click word selection - can on configure it?
|
| |
Hello there. In PHP, variables start with the dollar sign ($example), but the sign does not get selected when I double-click the variable name. Can one configure Scite so that it does get selected? Z.
|
|
Release 3.2.5 next week
|
| |
I would like to release version 3.2.5 of Scintilla and SciTE early next week.
Change list:
To allow cooperation between different uses of extended (beyond 255) styles they should be allocated using SCI_ALLOCATEEXTENDEDSTYLES.
The C++ lexer understands the #undef directive when determining preprocessor definitions. Feature #978.... more »
|
|
Hinted mono fonts and Liberation Mono on old OSes
|
| |
Hi all,
This is a writeup of my experiences with recent Liberation Mono font issues for us stubborn holdouts :-) who aren't using ClearType on an old OS (WinXP) and needs a fully hinted mono font. Of course, for those who want something more modern than Courier New, there is always Lucida Console, but I like dotted zeros too...... more »
|
|
Can't set monospace font in Windows
|
| |
I've been using SciTE on Linux for a while, and I'm starting a Windows project, so I installed from the download page and moved my properties files over (cpp.properties, SciTEGlobal.properties and SciTEUser.properties). But the monospace font is not working. I've tried putting the properties files in two places:... more »
|
|
DBus director extension
|
| |
Hi all
I'd be interested in a DBus director extension to control SciTE. I think I can take care of the development, but of course any help would be welcome.
Is it an interesting feature? Something that has the chance to be merged, I mean.
-- Giuseppe "Cowo" Corbelli ~\/~ My software: [link]... more »
|
|
Clang analyze target in GTK+ makefiles and dropping g++ 4.2
|
| |
It has been possible to run "clang --analyze" for Scintilla and SciTE on GTK+ by defining 'CLANG_ANALYZE=1' when running make. This works by running 'clang --analyze' as if it is a compiler but it doesn't produce any object files so fails later in the build.
There is now an 'analyze' target with no such side effects and CLANG_ANALYZE is gone. Thus to check, run... more »
|
|
|