You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion of the SciTE editor.
|
|
|
Paste text to all selections
|
| |
Hello Scite-interest, Quote SciTEDoc> Set selection.additional.typing to 1. to allow typing, backspace and delete to affect all selections including each line of rectangular selections. The proposed patch allows you to paste text from the clipboard to affect all selections. (Author: neo4max) Enhancement has been successful in SciTE-Ru.... more »
|
|
Fix two SciTE bugs
|
| |
Hello Scite-interest, I propose to fix two SciTE bugs: [1]. Dialogue "Parameters" does not allow to enter national characters. To fix this bug, replace the line 152 in file SciTEWinDlg.cxx from ...if (!menuKey && ::IsDialogMessage(reinterpret_ cast<HWND>(wParameters.GetID() ), pmsg)) ...to ...if (!menuKey && DialogHandled(wParameters.GetI D(), pmsg))... more »
|
|
scite and qtlua
|
| |
Qt is cross platform (win / linux / mac) and it already exists with python binding. A new binding exists with lua! I installed qtlua ([link]) and all examples work. When I call libqtlua this error: sciteTest.lua: require 'libqtlua' Error loading module 'libqtlua' from file ...I do not control lua and c + +. do you think it would be possible to... more »
|
|
Context-sensitive help with spaces?
|
| |
This doesn't work on windows (vista) and SciTE 2.01: command.help.subsystem.$(file. patterns.php)=4 command.help.$(file.patterns.p hp)=$(CurrentWord)!C:\p h p \php_manual_en.chm but, this work correctly : command.help.subsystem.$(file. patterns.php)=4 command.help.$(file.patterns.p hp)=$(CurrentWord)!C:\php... more »
|
|
just a little idea: permanently colored indentation guides
|
| |
Hi all,
I just had one of those "wouldn't it be nice...?" thoughts, so here it
is:
In my experience, in longer blocks of code it's hard for the eye to
follow one particular indentation guide because they are all gray.
(This is especially true for narrower indentation widths.) The
indentation guide highlighting feature is a nice thing, but one has to... more »
|
|
Open Files in one sessions
|
| |
Is it possible to add file to a session from the command line? I want
to prevent scite from opening another session ever time I click on a
file that I want to edit.
|
|
Changing Assembler Styles in asm.properties
|
| |
Hi All,
Is there any way I can change styles (style.asm.0, style.asm.1, etc.)
in asm.properties in a non-destructive way. I mean can I override them
antwhere in the same way I can override parameters in
SciTEGlobal.properties by redefining them in SciTEUser.properties?
Also is there a description anywhere (other than the comments in... more »
|
|
Wrapping the text by default
|
| |
How do I make the text wrap by default so that I don't have to
manually check 'Wrap' in options whenever I open a text file in Scite ?
|
|
|