If the free source code editor Notepad++ has the feature "Find in files...", that is without the files being opened in the editor, does it not also have the feature "Replace in files..."?
Notepad++ is based on the editing component Scintilla - for which at SourceForge there is a response to a request for this feature: "No need for this ...
I'm going to have to write a number of vba modules for a project I'm working on, and would prefer to use SciTe to the built in editer in Office.
SciTe allows you to redirect the effect of hitting F1 to a arbitary command with the selected text as an argument. Is there anyway of using this functionality to search the relevant .chm files?...
How can I use SciTE to match a word character between 1 and 7 times?
normally it would be
\w{1,7}
...
Hello,
I'm trying to compile C/C++ code from an external source using SciTE. The SciTE has a built-in feature where it searches for the gcc compiler and libraries in the same folder. The problem occurs if I try to compile from SciTE externally. Compiling with F5 (compile and run) or CTRL-F7 (compile) results in SciTE not being able to f...
I am using the lightweight SciTE Text editor and I like it very much.
I would like to configure it in order to see the line numbers displayed when I open it.
I don't want to check the "View\Line Number" menu every time.
I think that I can do it but I don't see the entry in my global options file. Does anybody know how to do it?
Thanks...
I'm trying to use "lua for windows" - SciTE
Simply example such as Print("hello")
I hit Alt + R (per tutorial instructions), everytime I do this I get:
"Unable to debug program!"
Anyone had this problem?
...
I am using SciTE as text editor. It is possible to run script and see the results in its console output.
The application I am working on is displayed fullscreen and is hiding SciTE.
Is there an option to make SciTE always visible? I am working on Windows.
Thanks in advance for your help
...
Hey there, In class we're using the Scite editor with gcc and its a tad outdated. I was wondering how you would "attach"(For lack of a better term) gcc to scite so that it would compile the code when I hit the compile icon?. Also would this process be the same when using other text editors like notepad++.
-cheers.
...
There is syntax highlight for HTML and PHP in Scintilla/SciTE 2.01. But there's isn't syntax highlight for HTML and PHP (all others work) in Scintillua and Scite-st (Mitschell's Scite with snippets).
anyone having this problems?
...
I think that SciTE can do it but it doesn't work for me. Is there any option to setup?
Thanks in advance
...
Hi all,
Bumped into a somewhat weird problem... I want to turn the string:
a\left(b_{d}\right)
into
a \left( b_{d} \right)
in Scite using a Lua script.
So, I made the following Lua script for Scite:
function SpaceTexEquations()
editor:BeginUndoAction()
local sel = editor:GetSelText()
local cln3 = string.gsub(sel, ...
I have used SCITE for a few weeks now, wondered if there was an better alternative.
...
Has anyone of you successfully added a lexer to scintilla?
I have been following the short instructions at http://www.scintilla.org/SciTELexer.html - and even discovered the secret extra instructions at http://www.scintilla.org/ScintillaDoc.html#BuildingScintilla (Changing Set of Lexers)
Everything compiles, and I can add the lexer t...
I recently dived into LaTeX, starting with the help of a WYSIWYM editor like Lix. Now I'm staring writing tex files in Sci-TE, It already has syntax higlighting and I adapted the tex.properties file to work in Windows showing a preview on Go [F5]
One pretty thing Lyx does, and it's hard to acheive with a common text editor, is to format...
Can someone explain me step by step how to add AMPL to SCITE editor and add GLPK solver ?
...
Hi, Im new to watir and running scripts from it. Just want to ask if how can I get or extract the error messages Scite displays on the left panel and import it to a textfile? or is it really possible to do? Thanks.
...
A small piece of python code breaks/exits with -1073741819 within SciTE.
Is there a way to attach a system sound or anything to alert me on exit.
So far, its a silent break.
...