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
1
vote
1 answer

Linking C++ in SciTE

I just started using SciTE and I really like it, but at the moment I'm having a bit of a problem. When I make a simple "hello world" with just one file everything works just fine. But when I start to add other files I get problems linking causing…
SpaceFace
  • 1,492
  • 3
  • 15
  • 29
1
vote
3 answers

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…
mavnn
  • 9,101
  • 4
  • 34
  • 52
1
vote
1 answer

Java: Scanner's next() acts differently in Scite and command prompt

I'm trying out a very simple Java program that uses Scanner and its method next(), and somehow I encounter a weird situation. Here is the code: import java.util.Scanner; public class Test { public static void main(String[] args) { …
ABVincita
  • 8,676
  • 2
  • 18
  • 16
1
vote
1 answer

How do I set pandoc as a 'compiler' for markdown files in SciTE?

I've begun writing stuff in markdown lately, and edit my files in SciTE. I work in Windows, so this means I'm simultaneously running a Windows command prompt to generate output files at various stages of my writing process. I mostly output my files…
Duncan Johnson
  • 274
  • 4
  • 13
1
vote
1 answer

How to execute Erlang program in Scite in Windows?

I installed Erlang on my PC. Then added the path C:\Program Files (x86)\erl5.8.4\bin to my Environment Variables -> PATH so I can run erl.exe from CMD And now when the the code is typed in Scite neither of the buttons compile / build / go in TOOLS…
user815693
  • 516
  • 1
  • 6
  • 12
1
vote
3 answers

How to highlight all occurrences of selected word in scintilla/scite?

In Notepad++, when select a word by double click or by cursor select, all other occurrences of the word will be selected. What is the API to call to achieve this in Win32 (C++) platform.
milesma
  • 1,561
  • 1
  • 15
  • 37
1
vote
1 answer

Auto-indentation problem using Scite

I am learning Ruby and use the Scite editor, but I found there is something I can not configure. When I type "def sayXXX" and then I press the Enter key, and then I type "end", now the "end" keyword is indented, so it is not aligned to the "def",…
hguser
  • 35,079
  • 54
  • 159
  • 293
1
vote
3 answers

SciTe Editor Download and Install?

I am learning Python and for that i download SciTe Editor but it not gives any exe how should i install or use it?
Ashvin
  • 4,010
  • 8
  • 23
  • 26
1
vote
1 answer

What's the difference between SciTE4AutoIt3's Build and Compile options?

In SciTE4AutoIt3's Tools menu I can choose Build or Compile. What's the difference? They both create an .exe file.
Christopher Peterson
  • 983
  • 7
  • 22
  • 32
1
vote
2 answers

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

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.
Erin
  • 13
  • 2
1
vote
2 answers

Add AMPL to SCITE editor and add GLPK solver

Can someone explain me step by step how to add AMPL to SCITE editor and add GLPK solver ?
Arvangen
  • 127
  • 2
  • 12
1
vote
1 answer

Clicking a specific href in AutoIT

Trying to automate the clicking of the 'Unshipped' widget from the Amazon Seller Central Home Page with AutoIT. Here's what my function looks like, I tried to follow the one in the Wiki for getting a collection of links then looping through them,…
danny taki
  • 450
  • 7
  • 26
1
vote
1 answer

I'm coding a script using AutoIt V3 and I'm having trouble finding the "object name" when I inspect an element

I'm new to scripts and I'm coding something that will log me in to my facebook and go to a friends wall and post something for them. I'm stuck in the last part. I can't get the object name of the button "post". Can someone help me finalize my…
1
vote
1 answer

'List' object has no attribute 'update'

I am a new member and a newbie programmer using Python's SciTE. I had a project in which I had to make a game involving keeping time of an animated figure doing jumping jacks, and I'm trying to run it, just to show that my list object doesn't have…
Jordan Means
  • 41
  • 1
  • 5
1
vote
1 answer

How to set empty file description using AutoItWrapper?

When I add this wrapper directive it changes the description field of my executable. But when I leave it empty (or omit the directive) its value defaults to Aut2Exe. #AutoIt3Wrapper_Res_Description= How can I change this behavior? Is there a…
shuji
  • 7,369
  • 7
  • 34
  • 49