[bug #16213] Find in viewer does not remember its last search string

2007-04-27 Thread Pavel Tsekov
Update of bug #16213 (project mc): Status:None = Fixed Open/Closed:Open = Closed ___ Follow-up Comment #1: This has been fixed for

Re: find in viewer

2006-12-08 Thread Pavel Tsekov
=1.335diff_format=u That change was done by rillig. Roland, could you please do it? The original problem description: Find in viewer does not remember its last search string: F3, F7, enter some text, Enter, F10. F3, F7 - search string field is empty. It used to remember earlier, and it doesn't happen

Re: find in viewer

2006-12-08 Thread Nerijus Baliunas
On Fri, 8 Dec 2006 18:45:10 +0200 (EET) Pavel Tsekov [EMAIL PROTECTED] wrote: I have a patch for this but I am a bit busy right now - moved to a new job. So if you wait a bit... Could you please commit it? Or at least post it here? Regards, Nerijus

Re: find in viewer

2006-12-07 Thread Nerijus Baliunas
, could you please do it? The original problem description: Find in viewer does not remember its last search string: F3, F7, enter some text, Enter, F10. F3, F7 - search string field is empty. It used to remember earlier, and it doesn't happen with editor (editor remembers search string). Regards

Re: find in viewer

2006-12-07 Thread Jindrich Makovicka
/view.c?sortby=dater2=1.336r1=1.335diff_format=u That change was done by rillig. Roland, could you please do it? The original problem description: Find in viewer does not remember its last search string: F3, F7, enter some text, Enter, F10. F3, F7 - search string field is empty. It used

Re: find in viewer

2006-11-01 Thread Nerijus Baliunas
Hello, could this patch please be committed to cvs (I am attaching it for your convenience)? BTW, how this patch works when two mc are running? If I search in 1st mc, then in 2nd mc, and then again in 1st mc, what will I get - last text from 1st or 2nd? I'd prefer from 1st, i.e. different mc

Re: find in viewer

2006-11-01 Thread Pavel Tsekov
On Thu, 2 Nov 2006, Nerijus Baliunas wrote: Hello, could this patch please be committed to cvs (I am attaching it for your convenience)? BTW, how this patch works when two mc are running? If I search in 1st mc, then in 2nd mc, and then again in 1st mc, what will I get - last text from 1st

Re: find in viewer

2006-07-13 Thread Nerijus Baliunas
Any news on it? Or at least please fix the regression, if not add new feature. On Tue, 23 May 2006 15:44:30 +0300 (EEST) Pavel Tsekov [EMAIL PROTECTED] wrote: Hello, On Thu, 18 May 2006, Oswald Buddenhagen wrote: On Thu, May 18, 2006 at 05:42:45PM +0300, Pavel Tsekov wrote: I guess in

Re: find in viewer

2006-07-13 Thread Pavel Tsekov
On Thu, 13 Jul 2006, Nerijus Baliunas wrote: Any news on it? Or at least please fix the regression, if not add new feature. Oops. Sorry, I forgot about that. I'll try to commit a fix in the weekend. ___ Mc-devel mailing list

Re: find in viewer

2006-05-23 Thread Pavel Tsekov
Hello, On Thu, 18 May 2006, Oswald Buddenhagen wrote: On Thu, May 18, 2006 at 05:42:45PM +0300, Pavel Tsekov wrote: I guess in the long term the last seach string should be remembered onto persistent storage as for example the file positions. yes. How about the following patch ? This is

Re: find in viewer

2006-05-23 Thread Oswald Buddenhagen
On Tue, May 23, 2006 at 03:44:30PM +0300, Pavel Tsekov wrote: I am just posting it to see whether you like the idea. The patch uses the input field's ability to automatically retrieve the last entered text from the history. i'm fine with it. -- Hi! I'm a .signature virus! Copy me into your

Re: find in viewer

2006-05-18 Thread Pavel Tsekov
Hello, On Tue, 28 Mar 2006, Nerijus Baliunas wrote: Find in viewer does not remember its last search string: F3, F7, enter some text, Enter, F10. F3, F7 - search string field is empty. It used to remember earlier, and it doesn't happen with editor (editor remembers search string). mc-4.6.1a-10

Re: find in viewer

2006-05-18 Thread Oswald Buddenhagen
On Thu, May 18, 2006 at 05:42:45PM +0300, Pavel Tsekov wrote: I guess in the long term the last seach string should be remembered onto persistent storage as for example the file positions. yes. -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- Chaos, panic, and

[bug #16213] Find in viewer does not remember its last search string

2006-03-29 Thread Pavel Tsekov
URL: http://savannah.gnu.org/bugs/?func=detailitemitem_id=16213 Summary: Find in viewer does not remember its last search string Project: GNU Midnight Commander Submitted by: ptsekov Submitted on: Wed 03/29/06 at 14:45

find in viewer

2006-03-27 Thread Nerijus Baliunas
Hello, Find in viewer does not remember its last search string: F3, F7, enter some text, Enter, F10. F3, F7 - search string field is empty. It used to remember earlier, and it doesn't happen with editor (editor remembers search string). mc-4.6.1a-10 from FC5. Regards, Nerijus

Re: File find: open viewer does not jump to line?

2003-02-08 Thread Andrew V. Samoilov
Hi, David Sterba wrote: You can try this before running mc: $ cd $ mv .mc .mc-old (and may be) Sometimes fresh configuration solves strange problems. Yes, it works now. Can you sent here diff -u .mc-old/ini .mc/ini output? -- Regards, Andrew V. Samoilov

Re: File find: open viewer does not jump to line?

2003-02-08 Thread David Sterba
Hi, Can you sent here diff -u .mc-old/ini .mc/ini output? Attached. Dave --- .mc-old/ini Fri Feb 7 20:31:55 2003 +++ .mc/ini Fri Feb 7 21:13:11 2003 @@ -1,18 +1,4 @@ -[Layout] -equal_split=1 -first_panel_size=50 -message_visible=0 -keybar_visible=0 -xterm_hintbar=0 -output_lines=0

Re: File find: open viewer does not jump to line?

2003-02-08 Thread Pavel Roskin
On Sat, 8 Feb 2003, David Sterba wrote: Can you sent here diff -u .mc-old/ini .mc/ini output? Attached. I think that problem is more likely to be due to an old .mc/bindings file. It could have something like this: default/* View=mcview %f Needless to say that mcview would be called

File find: open viewer does not jump to line?

2003-02-07 Thread David Sterba
Hi, [in mc 4.6.0] opening editor/viewer in file find dialog does not go to the line. I think, it worked in the past versions. bye Dave ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Re: File find: open viewer does not jump to line?

2003-02-07 Thread Dmitry Semyonov
Hello David. On Fri, 7 Feb 2003, David Sterba wrote: [in mc 4.6.0] opening editor/viewer in file find dialog does not go to the line. I think, it worked in the past versions. Strange. It works for me. ...Bye..Dmitry. ___ Mc-devel mailing list

Re: File find: open viewer does not jump to line?

2003-02-07 Thread Pavel Roskin
Hello! [in mc 4.6.0] opening editor/viewer in file find dialog does not go to the line. I think, it worked in the past versions. Give more details. Describe: 1) What you do. 2) What you expect to get. 3) What you actually get. Opening files in the internal viewer and editor works for me

Re: File find: open viewer does not jump to line?

2003-02-07 Thread David Sterba
Hi, Give more details. Describe: 1) What you do. I open the file find dialog. Enter the string to search. Press OK to start search. Wait until some files are found. Go to the entry, pres F3. The internal viewer opens. Press F5 (view current line). It always show 1, although the found entry

Re: File find: open viewer does not jump to line?

2003-02-07 Thread David Sterba
Hi, You can try this before running mc: $ cd $ mv .mc .mc-old (and may be) Sometimes fresh configuration solves strange problems. Yes, it works now. Dave ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Re: File find: open viewer does not jump to line?

2003-02-07 Thread Filip Kalinski
On Fri, 7 Feb 2003 20:16:36 +0100 David Sterba [EMAIL PROTECTED] wrote: Hi, Give more details. Describe: 1) What you do. I open the file find dialog. Enter the string to search. Press OK to start search. Wait until some files are found. Go to the entry, pres F3. The internal viewer