Search found 13 matches
- Fri Jun 30, 2017 4:24 pm
- Forum: General
- Topic: Textpad for Linux
- Replies: 2
- Views: 1072
Textpad for Linux
Does Helios have any plans on releasing Textpad on Linux platform ?
- Thu Mar 02, 2017 8:22 am
- Forum: Enhancement Suggestions
- Topic: Highlight the selected word feature
- Replies: 3
- Views: 4069
Highlight the selected word feature
I use version version:8.0.2 . From the below thread , I came to know that textpad doesn't have the feature by which a selected word is highlighted in a particular colour throughout the document. Notepad++ has this basic and very useful feature and I think it is called 'Smart Highlighting' in Notepad ...
- Wed Mar 01, 2017 3:53 pm
- Forum: General
- Topic: How to highlight the selected word ?
- Replies: 1
- Views: 628
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: 1188
- Thu Mar 24, 2011 11:22 am
- Forum: General
- Topic: Tab switching (ALT+TAB) doesn't work
- Replies: 4
- Views: 1188
- Thu Mar 24, 2011 7:02 am
- Forum: General
- Topic: Tab switching (ALT+TAB) doesn't work
- Replies: 4
- Views: 1188
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 1:02 pm
- Forum: Enhancement Suggestions
- Topic: Changing the case of all text except the ones within single
- Replies: 3
- Views: 503
Ben Josephs provided a workaround for this.
http://forums.textpad.com/viewtopic.php?p=36272#36272
But , i still think there should be a similair feature for users like me who are not good at Regular expressions.
http://forums.textpad.com/viewtopic.php?p=36272#36272
But , i still think there should be a similair feature for users like me who are not good at Regular expressions.
- Mon Nov 01, 2010 12:57 pm
- Forum: General
- Topic: Changing the case of all text except the ones within single
- Replies: 2
- Views: 411
- Wed Oct 13, 2010 7:54 am
- Forum: Enhancement Suggestions
- Topic: Changing the case of all text except the ones within single
- Replies: 3
- Views: 503
Changing the case of all text except the ones within single
Posted this in forums.
http://forums.textpad.com/viewtopic.php?t=10818
I guess there isn't a straightforward way to do this using textpad. Hence posting this as an enhancement request.
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 ...
http://forums.textpad.com/viewtopic.php?t=10818
I guess there isn't a straightforward way to do this using textpad. Hence posting this as an enhancement request.
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 ...
- Tue Oct 12, 2010 10:23 am
- Forum: General
- Topic: Changing the case of all text except the ones within single
- Replies: 2
- Views: 411
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: 778
- Tue Sep 28, 2010 6:33 pm
- Forum: General
- Topic: Can this be done through COPY OTHER > BOOKMARKED LINES ?
- Replies: 3
- Views: 778
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: 364
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'