Search found 10 matches
- Fri Jun 30, 2017 4:24 pm
- Forum: General
- Topic: Textpad for Linux
- Replies: 2
- Views: 1208
Textpad for Linux
Does Helios have any plans on releasing Textpad on Linux platform ?
- Wed Mar 01, 2017 3:53 pm
- Forum: General
- Topic: How to highlight the selected word ?
- Replies: 1
- Views: 708
How to highlight the selected word ?
version:8.0.2
In Notepad++ , if I select a word , every occurence of this word gets highlighted in light green colour in the file. This is Notepad++'s default setting.
How can i configure this functionality in Textpad ?
Screenshot from Notepad++ shown in the below link where the word "hello" is ...
In Notepad++ , if I select a word , every occurence of this word gets highlighted in light green colour in the file. This is Notepad++'s default setting.
How can i configure this functionality in Textpad ?
Screenshot from Notepad++ shown in the below link where the word "hello" is ...
- Thu Mar 24, 2011 12:56 pm
- Forum: General
- Topic: Tab switching (ALT+TAB) doesn't work
- Replies: 4
- Views: 1488
- Thu Mar 24, 2011 11:22 am
- Forum: General
- Topic: Tab switching (ALT+TAB) doesn't work
- Replies: 4
- Views: 1488
- Thu Mar 24, 2011 7:02 am
- Forum: General
- Topic: Tab switching (ALT+TAB) doesn't work
- Replies: 4
- Views: 1488
Tab switching (ALT+TAB) doesn't work
Textpad Version:5.4.2
OS : XP SP3
If i have a textpad window opened, i won't be able to Switch Tabs using ALT+TAB. I'll have to manually minimize the textpad window using mouse. This can be very annoying at times.
I tried reinstalling textpad. But, the problem persists.
Has anyone faced a ...
OS : XP SP3
If i have a textpad window opened, i won't be able to Switch Tabs using ALT+TAB. I'll have to manually minimize the textpad window using mouse. This can be very annoying at times.
I tried reinstalling textpad. But, the problem persists.
Has anyone faced a ...
- Mon Nov 01, 2010 12:57 pm
- Forum: General
- Topic: Changing the case of all text except the ones within single
- Replies: 2
- Views: 509
- Tue Oct 12, 2010 10:23 am
- Forum: General
- Topic: Changing the case of all text except the ones within single
- Replies: 2
- Views: 509
Changing the case of all text except the ones within single
Version 5.3.1
I want to convert codes like below to lower case (Ctrl+L) in one go. But i want to retain the case of the text within single quotes
SELECT DOB_DT
INTO V_POT_J
FROM EMP_DTL
WHERE EMP_CAT_CODE_C = 'CONFIRMED'
AND TRAN_TYPE_C = 'BONUS'
AND EMP_ID_C = V_EMP_ID
AND EMP_DEP_J = 'Y ...
I want to convert codes like below to lower case (Ctrl+L) in one go. But i want to retain the case of the text within single quotes
SELECT DOB_DT
INTO V_POT_J
FROM EMP_DTL
WHERE EMP_CAT_CODE_C = 'CONFIRMED'
AND TRAN_TYPE_C = 'BONUS'
AND EMP_ID_C = V_EMP_ID
AND EMP_DEP_J = 'Y ...
- Wed Sep 29, 2010 4:43 am
- Forum: General
- Topic: Can this be done through COPY OTHER > BOOKMARKED LINES ?
- Replies: 3
- Views: 866
- Tue Sep 28, 2010 6:33 pm
- Forum: General
- Topic: Can this be done through COPY OTHER > BOOKMARKED LINES ?
- Replies: 3
- Views: 866
Can this be done through COPY OTHER > BOOKMARKED LINES ?
Version 5.3.1
I need to find all lines with the string
ERROR at line 1:
and copy 3 lines prior to this line
As you can see below in an SQL script execution log, i have no use with bookmarking and copying the error line itself. I actually need the commands which errored out which appears in the ...
I need to find all lines with the string
ERROR at line 1:
and copy 3 lines prior to this line
As you can see below in an SQL script execution log, i have no use with bookmarking and copying the error line itself. I actually need the commands which errored out which appears in the ...
- Mon Jan 04, 2010 8:36 am
- Forum: General
- Topic: Searching for a character within single quotes
- Replies: 1
- Views: 407
Searching for a character within single quotes
Version:5.3.1
In textpad, is it possible to search for a character which are within single quotes?
For ex: I want to search for the character ampersand (&) but only those which are within single quotes like below
In textpad, is it possible to search for a character which are within single quotes?
For ex: I want to search for the character ampersand (&) but only those which are within single quotes like below
'ScheduledList&PostEventsRSDAction'