Questions tagged [textpad]

TextPad is a general-purpose text editor.

TextPad is a general-purpose text editor for Microsoft Windows, published by Helios Software Solutions.

146 questions
1
vote
1 answer

How can I use regular expressions in Textpad to remove anything, line by line, before specified characters?

aaaaa1bbbbb ccccc2ddddd eeeee3fffff I want to remove all characters before numbers, after replacing file, it should look like bbbbb ddddd fffff
user3276905
  • 45
  • 1
  • 4
1
vote
2 answers

textpad syntax highlighting confused by apostrophe

I'd like to know what to put in textpad's syntax file to fix the issue where, say, in an html file, you're writing a paragraph and an apostrophe creates syntax highlighting until the next aspostrophe. Ex:

Hi, I'm an example. lol text here…

NNN
  • 11
  • 3
1
vote
1 answer

How do i compile a java program with -Xlint through textpad

I'm in my high school programming class and during our latest project I am unable to understand why it gives me this message in the window: Note: W:\Programming\Chapter 4\GrainAnimation\GrainAnimation.java uses or overrides a deprecated API. Note:…
1
vote
2 answers

Way to add text from a textpad to HTML?

Okay So I know this may sound like, "What is this guy talking about" but my question is simple, is there anyway to read a .txt file and then add text from there under a < p> or < h> in terms of text so that it is easier to use for people who don't…
Mohammad Al-Ahdal
  • 758
  • 2
  • 8
  • 21
1
vote
1 answer

Multiple Search and cut RegEx in TextPad

Is there a Regex that could cut multiple lines from a document based on multiple searches. I want to be able to enter a list of figures and cut the whole lines e.g I want to search and Cut lines containing 27761379, 27761380, 27761381, 27761382 from…
Bclee
  • 11
  • 1
  • 3
1
vote
0 answers

Unicode for currency not showing the currency symbol

I have this code String [] currency = {"US Dollar", "Philippine Peso", "British Pound", "Japanese Yen", "Indian Rupee", "Syrian Pound"}; char [] symbol = { '\u0024', '\u20B1', '\u00A3','\u00A5',…
eLg
  • 519
  • 4
  • 11
  • 25
1
vote
1 answer

Using POSIX non-greedy RegEx in Textpad

My Textpad is configed to use POSIX-style RegEx for searches. I am trying to do a non-greedy search for text within parenths, including the parenths, so I am doing: \(.+?\) I was hoping that ? would activate a non-greedy search (it does, for…
amphibient
  • 29,770
  • 54
  • 146
  • 240
1
vote
2 answers

How to increase/replace all numbers in a script

I have a pretty large SQL script that has duplicate identities on the database the inserts are taking place on. If I could increment all ints within the script by say 20 this should get round the issue. I was trying to suss out how to do this in…
JIbber4568
  • 839
  • 4
  • 16
  • 33
1
vote
0 answers

Is there a way to convert syntax highlighting file from TextPad to gedit?

Is there any script available which automatically translates a .syn file used by TextPad into a .lang file used by GtkSourceView in gedit? Or at least, any recursive pattern which may be easily substituted? thanks for your help
CarloAlberto
  • 109
  • 1
  • 8
0
votes
2 answers

Delete all comments in C# code using TextPad 'Find And Replace' using Regular Expression

I want to get rid of all comments in a C# file using a TextPad regular expression, using the Find And Replace feature. I don't need one regular expression to do this. I don't mind making multiple passes. Scenarios: If C# source code line contains…
JustBeingHelpful
  • 18,332
  • 38
  • 160
  • 245
0
votes
2 answers

Workaround inside IN OPERATOR

ALERT ALERTING_TRANSACTION ALERTING_TRANSACTION_LINK ALERT_ACTION_LOG ALERT_ALERT ALERT_ASSIGNMENT ALERT_CASE ALERT_CUSTOMER ALERT_DOCUMENT ALERT_EXT ALERT_MATCH ALERT_MATCH_DATA ALERT_RESTRICTION ALERT_STATUS ALERT_TRANSACTION A_ALERT A_ALERTING_TRA…
Bhushan
  • 205
  • 1
  • 5
  • 11
0
votes
0 answers

Textbox.edit() inputs letters twice

I wrote simple function, and I can't figure out why it inputs letters twice. I was trying to change position of screen.refresh(), but the problem is, this screen isn't reloading, after choosing this function from menu. def add_dish(): …
0x0uer
  • 69
  • 4
0
votes
0 answers

Error: Could not find or load main class HelloApp

I'm a beginner trying to learn to program in Java. I'm using the book Java All In One for Dummies. The book has me using Textpad to write and compile the code. I've got the following simple program: public class HelloApp { public static void…
0
votes
0 answers

can't get textpad.textbox library to install

For the past few days I've been trying to download the textbox module for curses.textpad. Every attempt has failed (trying to do it on windows with Pycharm). Tried the pip command in CMD, downgrading python versions, but I always end up in a dead…
MJanezic
  • 1
  • 1
0
votes
0 answers

Insert into database java oop

Hello i have student project How can I make a library file project,Black screen (cmd),using oop Include (insert Delete update display) without import java.x.; import java.awt.; i use textpad
MoHD
  • 1
  • 1