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
2 answers

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?
ra170
  • 3,643
  • 7
  • 38
  • 52
0
votes
2 answers

Can't load Nokogiri gem when running a .rb file from a text editor, but it works fine in the Ruby command shell

I use Scintilla Text Editor and Sublime Text 2. Whenever I use them to run a Ruby script containing: require 'nokogiri' ...I get this error: C:/Program Files (x86)/ruby-1.9.2/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': no…
user1626730
  • 3,783
  • 5
  • 20
  • 24
0
votes
1 answer

Scite: "Go" not running compiled and built code, giving "not recognized" error

The "Go" function is Scite is giving me the following error "'.' is not recognized as an internal or external command, operable program or batch file." Is the '.' trying to relate to a path? I have no trouble compiling and building. The exe file…
Jimmy Wong
  • 21
  • 2
0
votes
1 answer

SciTE: ClassNotFoundException in Java when using a newly added library (but not in command prompt)

I'm currently working with the Tidy class from the JTidy library provided by SourceForge (http://jtidy.sourceforge.net/). I have already added the .jar library to the CLASSPATH, and I can compile the Java program in SciTE without any error. But when…
ABVincita
  • 8,676
  • 2
  • 18
  • 16
-1
votes
1 answer

how to change background color in scite (scintilla) editor

In frustration of some breakage, I've nuked my old/ancient version of Scite, and done a fresh install of Scite. So, on Windows, I now have 32-bit version 5.1.4. Three issues: #1 How/where to change the overall (not file-type specific) background…
David
  • 2,253
  • 5
  • 23
  • 29
-1
votes
1 answer

Using RegExp to find and remove Whitespaces from Phonenumbers in CSV (with Scite if possible)

Yes I know .. there are hundreds of this threads, but I am simply not able to grasp the concept .. Sorry! So for the start I have a CSV with about 5000 lines and each line has some informations as text and some phonenumbers in the following format…
KRAER
  • 11
  • 4
-1
votes
1 answer

How come so different while using same Tahoma font representing same snippet of code in SciTE and PHPDesigner?

How come so different while using same Tahoma font representing same snippet of code in SciTE and PHPDesigner? Here is a screenshot. Why so much difference?
SimBeSim
  • 9
  • 5
-1
votes
4 answers

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.
WANNABE
  • 281
  • 1
  • 2
  • 11
-3
votes
1 answer

How do I do a regex OR in Scite 1.6?

I think that it's using an old regex format as the pipe ( | ) doesn't appear to have an effect. All I'm trying to is quite simple: canvas|svg|click|mousemove|div
Richard
  • 4,809
  • 3
  • 27
  • 46
-3
votes
1 answer

Can you please tell me what's wrong with this code?

Here's some Lua code I just wrote in SCIte, and I don't know what's wrong with it exactly, so could someone explain to me what I did wrong and how to fix it? t = setmetatable({},{ __newindex = function(t, key) if key == false then return( "False…
-4
votes
1 answer

can't find symbol sleep(int) & printen(int)

I Want Help Related to Sleep() and printen() import java.util.*; public class example { public static void main(String[]args) { int i = 1; int a = 4; while( i < 4 ) { i++; a--; …
MJM
  • 13
  • 5
-4
votes
1 answer

exit code 3221225477 c++

I'm writing this code #ifndef RECTANGLE_H #define RECTANGLE_H #include #include using namespace std; class MyString { public: MyString(const char ch, int size); MyString(const char chars[], int size); char at(int…
AmyB
  • 1
  • 1
  • 1
1 2 3 4 5 6 7
8