scite

How to multi-line "Replace in files..." in Notepad++

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 ...

Is there a way to access VBA help files from the command line

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?...

SciTE Regex, Match expression between x and y times eg \w*{x,y}

How can I use SciTE to match a word character between 1 and 7 times? normally it would be \w{1,7} ...

Compiling code using gcc and SciTE?

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...

How to display line numbers by default in SciTE?

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...

lua for windows

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? ...

Is it possible to force Scite as topmost window?

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 ...

scite editor and gcc setting up?.

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. ...

Syntax highlight problem in Scintillua 2.01-1

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? ...

How to force SciTE to reload a file automatically?

I think that SciTE can do it but it doesn't work for me. Is there any option to setup? Thanks in advance ...

Scite Lua - escaping right bracket in regex?

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, ...

Apart from SCITE can anyone recommend a good tool for programming Ruby

I have used SCITE for a few weeks now, wondered if there was an better alternative. ...

Does Vim or SciTE has syntax highlight support for T4 template .tt files?

As title. Thanks ...

Adding a new lexer to scintilla/scite (...and eventually wxPython StyledTextCtrl)

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...

Reformatting text (or, better, LaTeX) in 80 colums in SciTE

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...

Problem with SCITE, AMPL and GLPK.

Can someone explain me step by step how to add AMPL to SCITE editor and add GLPK solver ? ...

Watir, How can i fetch the errors it displays after running a test script and place it on a file

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. ...

Python exit code in SciTE -1073741819.

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. ...