Questions tagged [scite]

SciTE is a text editor based on the Scintilla source code editing component. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs. It is best used for jobs with simple configurations.

SciTE is a Scintilla based Text Editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs. It is best used for jobs with simple configurations.

SciTE is currently available for Intel Windows (XP or later) and Linux compatible operating systems with GTK+.

Useful Links

117 questions
0
votes
1 answer

Javac and SciTE

I'm using SciTE as my text editor. How can I link Java (JDK) and SciTE such that when I run my code through the compiler, it gets compiled through javac? I get the error 'javac' is not recognized as an internal or external command, operable program…
VitaL
  • 1
  • 1
0
votes
2 answers

Multiline command.go in SciTE

The Short This deals with SciTE and the go language in Windows (in particular, Windows 7). This is my first time using SciTE, so if there is another way to achieve my goal that is fine as well. Goal: With one key press, compile, link, and execute…
Coltin
  • 3,744
  • 7
  • 31
  • 39
0
votes
2 answers

change shortcut in scite dialog

does anyone know how to change alt-a (replace all) in scite's replace dialog to another shortcut? thanks a lot!
me3
  • 1
  • 1
0
votes
2 answers

SciTE sort selection tool : numbers with leading spaces are not sorted as expected

The SciTE editor comes with embedded Lua scripting engine having access to the text buffer of the editor. This makes it possible to extend SciTE's functionality with tools programmed in Lua and started from the Tools Menu. One such tool available…
Claudio
  • 7,474
  • 3
  • 18
  • 48
0
votes
1 answer

SciTE Script - How to get inside a Tree Control to set checkboxes

I'm using AutoIt and SciTE to create an installation script. The problem I am running into is that there is a tree menu for selection of features. I can select the whole treeview (SysTreeView32), but am not sure how to get inside it to check the…
Andrew
  • 437
  • 7
  • 18
0
votes
1 answer

SciTe autohotkey to get active browser page's innertext

I have recently moved from excel VBA automation to try out the autohotkey automation based on http://the-automator.com/web-scraping-intro-with-autohotkey/ tutorial, but I can't seem to understand well the code, could someone please point me in the…
Crays
  • 2,458
  • 9
  • 27
  • 31
0
votes
0 answers

windows authentication with python and SciTE

I'm trying to run my selenium scripts via Jenkins on Ubunt server 16.04 without GUI. And before to open a web page it requires make an windows authentication. I created for Windows with AutoIT and it works good but now I have to execute via Jenkins…
0
votes
1 answer

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.
Merlin
  • 24,552
  • 41
  • 131
  • 206
0
votes
2 answers

How To Switch b/w windows/dialogs in Autoit

I have Two Windows I have to Switch b/w them I tried the following code but not worked, here I tried to Simply Press Keyboard button ALT+TAB but does't work: Send("! {TAB}") or Send("ALT} {TAB}")
Sandeep
  • 455
  • 4
  • 26
0
votes
2 answers

How to get the name of the current tab in AutoIT (SciTE script editor)

I want to get the name of the current opened tab. I tried this: $currentTabName1 = ControlCommand("Publish This! - Bulk Tools", "", "[CLASS:WindowsForms10.BUTTON.app.0.141b42a_r11_ad1;INSTANCE:16]", "CurrentTab", "") But it is just returning me…
Sandeep
  • 455
  • 4
  • 26
0
votes
2 answers

"CR LF" is displaying in my SciTE Editor (AutoIt)

How to Avoid "CR LF" showing in the SciTE Editor
Sandeep
  • 455
  • 4
  • 26
0
votes
1 answer

ScITE for Python installation issues

Why I cannot install SciTE for Python? I have downloaded SciTE from the official website.Maybe I have to have an older version of Python?
Sally7874
  • 31
  • 2
  • 7
0
votes
1 answer

SciTe for OS X Yosemite - error: cannot be used within an App Sandbox

I recently purchased Scite for my Macbook Pro, running OS X Yosemite intending to use it for Java/C++. When going to compile a test program in c++ I got the error message: "xcrun: error: cannot be used within an App Sandbox." I read on the Scintilla…
coopwatts
  • 670
  • 1
  • 8
  • 31
0
votes
1 answer

Scite4autohotkey installer gives me no features

When I use the installer from the author's website, I end up with a program that seems to have no support for autohotkey editing, no syntax hiliting, (not even a language to deal with .ahk files), no ahk specific tools in the toolbar, debuger…
Tom Fetherston
  • 189
  • 1
  • 1
  • 9
0
votes
1 answer

The Scite open filter is not working properly, how do I get the open dialog drop down menu showing filters?

In Scite text editor there is a global properties file shipped with the editor. I downloaded Scite latest version from the website but when I open the open dialog in scite, not all the filters show up in the drop down menu. For example, verilog,…
Another Prog
  • 841
  • 13
  • 19