Re: Any missed features?

2022-03-27 Thread Sebastian Gniazdowski via mc
he normal password. So It would be nice to tell mc to ask > for both passwords. > > If this is already possible then I failed to get it working. > > Michael > > Am 16.02.21 um 00:30 schrieb Sebastian Gniazdowski via mc: > > Hi, > > I'm going to have some free time in

Re: Any missed features?

2022-03-27 Thread Sebastian Gniazdowski via mc
Hi. Are you still interested in the feature? I could implement it for 50Eur. On Mon, 15 Feb 2021 at 18:45, Marco via mc wrote: > On Mon, 15 Feb 2021 17:30:59 -0600 > Sebastian Gniazdowski via mc wrote: > > > I'm going to have some free time in the upcoming few days, so

Re: Any missed features?

2022-03-27 Thread Sebastian Gniazdowski via mc
ct some or even one to edit. There is an open issue requesting > this already. > > If any help is needed testing etc, I would be happy to... > > > > Sent from my Galaxy > > > ---- Original message > From: Sebastian Gniazdowski via mc > Date: 2/15/21 10:35 AM (GMT-0

Multiple patches with new functions for mcedit

2022-03-12 Thread Sebastian Gniazdowski via mc
Hi, I was coding my mcedit fork for some time and I've added c.a. 17 new functionalities to it. I've submitted all of them to upstream but all of them were rejected. So I thought of writing this email and offering them to anyone for $25 each. Here is the list of them, maybe you'll find something

a1, c1, etc. keys not recognized

2021-12-02 Thread Sebastian Gniazdowski via mc
Hi, the a1, c1 etc. keys are useful mappings to the keypad – the two point to digit 7 and 1, for example, if numlock is off. However, they aren't recognized – 7 is being read as home and 1 as end. Why is that? Is it because the keymap() function isn't being called? Or some equal slang function. It

Triggering actions from outside?

2021-08-28 Thread Sebastian Gniazdowski via mc-devel
I thought that it would be nice to trigger CK_EditNew and other actions when running a macro, or a usermenu entry. It can be done via signals (USR1), attached is a patch. For running from macros inside mc/mcedit, what's sufficient is to execute: mc --ck EditNew (because the pid is exported). For

Is it possible to bind Ctrl-g and Ctrl-Alt-o?

2021-08-26 Thread Sebastian Gniazdowski via mc
Hi, I'm having problems with binding Ctrl-g and Ctrl-Alt-o (in mcedit)… The combinations are good so it's hard to see them unbound. Did anyone had such problems and/or successfully bound those keys? To be exact, the problems are: - Ctrl-g ↔ no reaction at all, - Ctrl-Alt-o ↔ a very weird

How to bind Ctrl-]?

2021-07-23 Thread Sebastian Gniazdowski via mc
Hi, I want to bind Ctrl-] (i.e.: a right square bracket with control), however entering, e.g.: Quit = ctrl-] in mc.keymap.ini doesn't work. That's little weird, as the key is correctly inserted as " ^]" via Insert Literal or by cat -v. Does anyone know how to bind thit key? -- Best regards,

Re: Do your mcedit freeze for a moment, especially at file save?

2021-06-25 Thread Sebastian Gniazdowski via mc
wrote: > So maybe you’d care to disclose what the bug was and how did you fix it? > There is a general problem with input parsing, which can lead to effects > like this, but there are no known mcedit specific bugs of such sort. > > Sent from my iPad > > On 25. Jun 2021, at 0

Do your mcedit freeze for a moment, especially at file save?

2021-06-25 Thread Sebastian Gniazdowski via mc
Hi! I think that I've found a bug in mcedit which is: at save the UI freezes for 2…5 secs, and is likely to become quicker unlocked if one will bang enter rapidly. I wonder if only I have been occurring this issue? After fixing the bug in my fork it is much better now. -- Best regards, Sebastian

Re: Do syntax definitions permit bold/italic/underline coloring/styling?

2021-06-20 Thread Sebastian Gniazdowski via mc
Found it in manual: one has to append "base" to not modify background color, and then eg. "bold". On 20/06/2021, Sebastian Gniazdowski wrote: > Hi, > I've tried appending the style like it works for theme files, ie.: > > keyword whole case color227;;bold+italic > > However the keyword

Do syntax definitions permit bold/italic/underline coloring/styling?

2021-06-20 Thread Sebastian Gniazdowski via mc
Hi, I've tried appending the style like it works for theme files, ie.: keyword whole case color227;;bold+italic However the keyword "case" is drawn with black color. Grepping for "bold" in syntax/ yields empty result. So it seems that it's not possible to apply the styles in syntax coloring?

Re: NeoMCEdit fork with many new extensions

2021-06-15 Thread Sebastian Gniazdowski via mc
ribute > source code for free ('free' means paymentless). > Selling GPL sources violates GPL license. > > вт, 15 июн. 2021 г. в 21:07, Sebastian Gniazdowski via mc : > >> Hi, >> I would like to share info about availability of a MC fork – >> at neomcedit DOT software. There

NeoMCEdit fork with many new extensions

2021-06-15 Thread Sebastian Gniazdowski via mc
Hi, I would like to share info about availability of a MC fork – at neomcedit DOT software. There are many unique features added, you might want to check it out. As for the possible questions: - Why aren't you sending patches to upstream? I was, for ca.: 4 months, however all my feature-patches

What are c1, a1 in keymap?

2021-04-07 Thread Sebastian Gniazdowski via mc
Hi, I'm seeing such keys in keymap, e.g.: {"Top", "home; alt-lt; a1"}, {"Bottom", "end; alt-gt; c1"}, I wonder what are they? -- Sebastian Gniazdowski ___ mc mailing list https://mail.gnome.org/mailman/listinfo/mc

Neo-mc(edit), a special features rich MC(Edit) fork

2021-03-01 Thread Sebastian Gniazdowski via mc
Hi, I would like to announce availability of Neo-MC fork of MIdnight Commander ( https://github.com/neo-mc/neo-mc). It has following example features: 1. Scripting support A very light but functional scripting interpreter in MCEdit: https://asciinema.org/a/395648 2. Quick jumps to tags

Re: Any missed features?

2021-02-16 Thread Sebastian Gniazdowski via mc
On Mon, 15 Feb 2021 at 11:41, Andrew Borodin wrote: > Everybody wants to implement features, even that features will not be used > by 99% users. > Nobody wants to fix bugs. > What bugs are there to fix? I might try to fix one or two. PS. I hope that features that I'll implement will be used by

Any missed features?

2021-02-15 Thread Sebastian Gniazdowski via mc
Hi, I'm going to have some free time in the upcoming few days, so I'm looking for an idea to work/code on, so I thought that I'll ask: are there any features missed in MC? -- Sebastian Gniazdowski ___ mc mailing list

Is there something like feedkeys()?

2021-01-28 Thread Sebastian Gniazdowski via mc
Hi, on Vim there's feedkeys() function that simulates series of keypresses like if they've been typed by a user, so e.g.: feedkeys(":wq\") exits the editor. Is there maybe something similar in MC's codebase? -- Sebastian Gniazdowski ___ mc mailing

Re: mcedit: Is there a way to tell mcedit to start in window mode instead of full screen?

2021-01-23 Thread Sebastian Gniazdowski via mc
b Currey > > > Sent from my Galaxy > > > ---- Original message ---- > From: Sebastian Gniazdowski via mc > Date: 1/16/21 9:13 AM (GMT-06:00) > To: mc@gnome.org > Subject: Re: mcedit: Is there a way to tell mcedit to start in window mode > instead of f

Re: mcedit: Center current line in middle of screen

2021-01-21 Thread Sebastian Gniazdowski via mc
On Thu, 21 Jan 2021 at 12:51, Yury V. Zaytsev wrote: > On Thu, 21 Jan 2021, Sebastian Gniazdowski wrote: > > > I have made the wish list on the ticket system: > > http://midnight-commander.org/ticket/4177 > > > > Are there any interesting entries? Or: is the direction in them > > compliant with

Re: mcedit: Center current line in middle of screen

2021-01-20 Thread Sebastian Gniazdowski via mc
Hi, I have made the wish list on the ticket system: http://midnight-commander.org/ticket/4177 Are there any interesting entries? Or: is the direction in them compliant with the maintainer vision? -- Sebastian Gniazdowski ___ mc mailing list

Re: mcedit: Is there a way to tell mcedit to start in window mode instead of full screen?

2021-01-16 Thread Sebastian Gniazdowski via mc
(I'm replying to the list this time, just ensuring that it's not missed) Can I ask for clarification: - when an option, -w for example, will be given, - then mc should start with the file's window in windowed (not fullscreen mode), - for multiple files, possibly arranged the windows in e.g.:

Re: mcedit: Center current line in middle of screen

2021-01-15 Thread Sebastian Gniazdowski via mc
On Fri, 15 Jan 2021 at 10:58, Yury V. Zaytsev wrote: > Sebastian, if you are motivated and have time to do some serious work on mc, maybe we should talk about a vision first? Thanks for the invite! Yes I'm motivated, I find it very entertaining to work on mc. I wish someone had taken the time

Re: mcedit: Center current line in middle of screen

2021-01-15 Thread Sebastian Gniazdowski via mc
I've finished coding the support, see https://midnight-commander.org/ticket/4175 for a patch. I'm thinking that such feature has a minor drawback which can be additionally addressed – it is little offensive, IMO, to human brain to observe such jumps. I feel this way basing on the relief that I've

Re: mcedit: Center current line in middle of screen

2021-01-15 Thread Sebastian Gniazdowski via mc
PS. There's one more patch that I hope will be accepted (after I improve it according to style guide): https://midnight-commander.org/ticket/4160 On Fri, 15 Jan 2021 at 11:05, Sebastian Gniazdowski wrote: > On Thu, 14 Jan 2021 at 15:24, wrote: > >> Hi there, >> >> to me, mcedit is a hidden

Re: mcedit: Center current line in middle of screen

2021-01-15 Thread Sebastian Gniazdowski via mc
On Thu, 14 Jan 2021 at 15:24, wrote: > Hi there, > > to me, mcedit is a hidden gem. For me too. It is so good that I've started to improve it recently. See my pending patches: - https://midnight-commander.org/ticket/4165 - http://midnight-commander.org/ticket/4169 -