Search found 132 matches
- 26 Feb 2021 10:23
- Forum: Bugs
- Topic: FIXED: v14.71: "current folder icon" broken?
- Replies: 7
- Views: 375
Re: FIXED: v14.71: "current folder icon" broken?
Found a way to reproduce the bug: - Open 2 files located in different folders - Select the 1st one, click the "Current folder" button - Select the 2nd one, click the "Current folder" button - Click the "Go back in navigation..." button -> bug 1: current folder now contains "Desktop", "Music", ..., "...
- 19 Feb 2021 19:02
- Forum: Bugs
- Topic: FIXED: v14.71: "current folder icon" broken?
- Replies: 7
- Views: 375
Re: FIXED: v14.71: "current folder icon" broken?
it is not always working but haven't found when (not)
vha
vha
- 14 Dec 2020 12:59
- Forum: Bugs
- Topic: FIXED: v14.71: Replace in all files & Save all
- Replies: 1
- Views: 237
FIXED: v14.71: Replace in all files & Save all
- Have 2 files open in the left pane in TextEd - Have 1 file open in the right pane - CTRL-R to do a replace all: * Text to find: a string that is only in the one or more of the files in the left pane * Replace with: whatever * Check the option "All open files" * Click the "Replace all" button --> a...
- 24 Nov 2020 13:55
- Forum: Bugs
- Topic: FIXED: v14.71: Invert case and multiselect
- Replies: 1
- Views: 243
FIXED: v14.71: Invert case and multiselect
- Have following code- Double Click aa to select the 2 'a' characters
- CTRL+Double Click bb to also select the 2 'b' characters
- F5 to invert the case of aa and bb
--> the result is
vha
Code: Select all
aa+bb+
- CTRL+Double Click bb to also select the 2 'b' characters
- F5 to invert the case of aa and bb
--> the result is
Code: Select all
AA++AA++
- 17 Nov 2020 15:54
- Forum: Bugs
- Topic: FIXED: v14.71: "current folder icon" broken?
- Replies: 7
- Views: 375
FIXED: v14.71: "current folder icon" broken?
the "current icon folder" in the explorer window doesn't seem to be working anymore
vha
vha
- 04 Nov 2020 20:28
- Forum: Bugs
- Topic: FIXED: v14.70: close cloned file in right pane
- Replies: 1
- Views: 305
FIXED: v14.70: close cloned file in right pane
- Open a file in TextEd
- Right click the file tab, Clone, Open clone to the right
- Select file in left pane, CTRL-12 to close the right pane
- Select Close
- Left pane is empty with a small vertical line in it (which seems to be separator line between row number and the content of the file)
vha
- Right click the file tab, Clone, Open clone to the right
- Select file in left pane, CTRL-12 to close the right pane
- Select Close
- Left pane is empty with a small vertical line in it (which seems to be separator line between row number and the content of the file)
vha
- 02 Nov 2020 11:25
- Forum: Bug reports
- Topic: FIXED: v14.70 b1: modified new file closed without warning
- Replies: 2
- Views: 522
FIXED: v14.70 b1: modified new file closed without warning
Open TextEd
CTRL-N to open a new file
Make some changes
Click the x in the file tab to close the file
--> the modified file is closed without any warning
vha
CTRL-N to open a new file
Make some changes
Click the x in the file tab to close the file
--> the modified file is closed without any warning
vha
- 24 Oct 2020 23:06
- Forum: Bugs
- Topic: FIXED: No code folding past //*****
- Replies: 3
- Views: 591
Re: ??? No code folding past //*****
try appending this extra line
vha
Code: Select all
/* */
- 29 Sep 2020 07:40
- Forum: Bugs
- Topic: FIXED: No code folding past //*****
- Replies: 3
- Views: 591
FIXED: No code folding past //*****
Using 14.64
Have the following code in a cpp file:
--> Code folding isn't working anymore for func2() because of the "//**********" in func1()
vha
Have the following code in a cpp file:
Code: Select all
int func1()
//*********
{
....
}
int func2()
//*********
{
....
}
vha
- 29 May 2020 07:34
- Forum: Bugs
- Topic: FIXED: 1 instance per desktop issue
- Replies: 1
- Views: 810
FIXED: 1 instance per desktop issue
Using 14.52 - Enable the option to have only 1 instance of TextEd per virtual desktop - Open TextEd on Desktop 1 - Hit WIN-TAB, move TextEd to Desktop 2 - Go to desktop 2 - In windows explorer, select a file and open it in TextEd --> a second instance of TextEd is opened on desktop 2 - Go to desktop...
- 18 May 2020 08:59
- Forum: Bugs
- Topic: MRU list multiple instances
- Replies: 0
- Views: 816
MRU list multiple instances
Using 14.51
When allowing multiple instances of TextEd, the MRU list is not always updated when closing one of the instances of TextEd
vha
When allowing multiple instances of TextEd, the MRU list is not always updated when closing one of the instances of TextEd
vha
- 06 May 2020 09:18
- Forum: Features
- Topic: DONE: One instance per virtual desktop
- Replies: 1
- Views: 1009
DONE: One instance per virtual desktop
I don't know it this is an easy one but could you add an option to allow 1 instance of TextEd per Virtual Desktop?
Tx, vha
Tx, vha
- 03 May 2020 14:12
- Forum: Features
- Topic: DONE: Exit TextEd when closing last file
- Replies: 1
- Views: 1062
DONE: Exit TextEd when closing last file
Is there an option to close TextEd when the last file is closed instead of minimize to system try or remain open?
If not, could you add it?
I think this option is useful if you allow multiple instances of TextEd
Tx, vha
If not, could you add it?
I think this option is useful if you allow multiple instances of TextEd
Tx, vha
- 03 May 2020 08:53
- Forum: Questions
- Topic: Close when no files open
- Replies: 1
- Views: 1096
Close when no files open
Is there an option to close TextEd when the last file is closed instead of minimize to system try or remain open?
If not, could you add it?
I think this option is useful if you allow multiple instances of TextEd
Tx, vha
If not, could you add it?
I think this option is useful if you allow multiple instances of TextEd
Tx, vha
- 13 Feb 2020 18:38
- Forum: Bug reports
- Topic: FIXED: v14.40b1: CTRL-INSERT
- Replies: 1
- Views: 1326
FIXED: v14.40b1: CTRL-INSERT
If nothing is selected, CTRL-INSERT now copies the word under the cursor instead of the whole line, as CTRL-C does.
In previous versions CTRL-INSERT and CTRL-C had the same behavior
vha
In previous versions CTRL-INSERT and CTRL-C had the same behavior
vha