You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion of the SciTE editor.
|
|
|
SCiTe for Clojure AKA AnotherClojureBox
|
| |
Hi Dario, SciTE for Clojure AKA ABC cannot be downloaded from [link] What do you think of storing it on google code for example? Then it is more reliable and is not dependent on some money asking site. Or may be someone can suggest other places? I could place it on my... more »
|
|
HTML exporter background color mismatch
|
| |
Hello everyone,
There seems to be a bug in HTML exporter with the following style
definitions:
style.*.32=back:#999999
style.hypertext.32=back:#00000 0
style.hypertext.121=
The html file exported has a background color of "#FFFFFF", which is
default value of back property in StyleDefinition class. It should... more »
|
|
The need of editor.LexerName
|
| |
When referencing some properties from lua, we can use:
property.<file filter like *.pas> OR
property.$(file.patterns.<lexe r name>)
The problem is that the 2nd form requires lexer name which is not
available. An example scenario is when we want to open abbreviation
file, let's say I have these two lines in my SciTEGlobal.properties:... more »
|
|
Go command freezes
|
| |
I'm using Windows XP and I have MinGW and msys installed. I am trying
to compile a C++ program and when I select Go in Tools I get this as
output:
...
and then it freezes so I have to select Stop Executing
...
if I run main.exe regularly it works fine, but can anyone explain to
me why it freezes? Thanks... more »
|
|
SciTE with LaTeX/ConTeXt and Synctex
|
| |
Hi! I am discovering SciTE and, if possible, I would switch to it for all my editing. I am running under Windows XP SP3. I will use it for simple text editing, but also for editing Lua scripts and the different kind of TeX system (LaTeX, XeLaTeX, ConTeXt; in different locations on the disk). I have some questions to which I didn't find answer in the archives... more »
|
|
OnUserListSelection doesn't work?
|
| |
Hello everyone,
Is there anything wrong in the following codes? How can I correct it?
I bind test() to F12 and invoke it, select an entry and press enter,
but it didn't print a "hello" string:
function OnUserListSelection(a, b)
print('hello')
end
function test()
editor:UserListShow(1, 'a b c d')... more »
|
|
SciTE 2.0.1 and Ubuntu 9.10
|
| |
I installed SciTE (2.0.1) using Synaptic Package Manager on Ubuntu
9.10.
I uncommented the line "#import r" in the global properties file.
Then I loaded a R file, but I didn't see the highlighting syntax.
I was wondering this because I had a user properties file with the
importing action, but I get the same result. So I tried with a bare... more »
|
|
hanging indents and/or paragraph spacing for word wrap
|
| |
When I'm editing with word wrap turned on, sometimes it's not sufficiently obvious where the paragraph breaks are. It would be nice to have options for first-line indent and remaining lines indentation in that case. Another way would be to add extra spacing between paragraphs (in pixels or points, not whole lines necessarily). This... more »
|
|
Fixed double click on tab
|
| |
There was a bug where double clicking on a tab closed that buffer. This has now been fixed in CVS. Neil
|
|
|