|
From: Dale A. <da...@da...> - 2016-08-23 13:05:56
|
That is controlled by the options in Utilities - Global Options - View, the section about BufferSet scope. You probably have it set to 'global' and it sounds like you want it set to either 'view' or 'editpane'. The help file goes into some detail about the different scopes: 1. *Global*: Includes all buffers open from any EditPane. 2. *View*: EditPanes in the same View share the same BufferSet. Opening a buffer in one View will not affect the other views. 3. *EditPane*: Each EditPane can have its own independent BufferSet. On Tue, Aug 23, 2016 at 1:05 AM, Edward Diener <eld...@tr...> wrote: > I notice that when I have multiple views open, if I open a file in one > view that same file is opened in all my views. I would like each view to > have its own files opened. Is that possible in jEdit and if so what do I > need to set as an option to achive this ? > > > ------------------------------------------------------------ > ------------------ > -- > ----------------------------------------------- > jEdit Users' List > jEd...@li... > https://lists.sourceforge.net/lists/listinfo/jedit-users > |