newbie questions about collective search and tab groups

Post Reply
olsc
Posts: 1
Joined: 09.04.2024 09:20

newbie questions about collective search and tab groups

Post by olsc »

Hi,

I am migrating from jEdit to CudaText and so far I am very pleased with CudaText. However I was wondering if someone could help clarify if it is possible to do something I was able to do in jEdit:

1. Are the tab groups in the "=" menu configurable, so can I make my own "layouts" by editing a config file?

2. Can I show the same file in two groups? I have relative large files and like to edit different locations in the same file.

3. Can I collect search results? In jEdit this was called "hyper search" or in notepad++ this is called "search all in document".


Thank you for your help.
Regards
Oliver
main Alexey
Posts: 2404
Joined: 25.08.2021 18:15

Re: newbie questions about collective search and tab groups

Post by main Alexey »

Answers:
1. they are not configurable.

2. you cannot show the same file in 2 groups. to edit 2 locations of the SAME file, use 'View / Split tab / Vertically'.

3. yes, use plugin 'FindInFiles v4' which collects search results. using right-click menu on results, you can copy them to the usual editor tab. lexer 'Search results' allows to highlight them.

In FindInFiles plugin dialog, fill the field 'From' as '<tabs>' value to search in editor-tabs.
Post Reply