Page 17 of 18

Re: FarNet — .NET Far API and .NET module manager

Posted: Tue 12 Aug, 2014 06:15
by NightRoman

Latest post of the previous page:

NuGet package: https://www.nuget.org/packages/FarNet
Far Manager 3.0.4045

= 5.0.55 =

Adapted for Far 3.0.4042 (new "Desktop" window). Added the new window kind
"Desktop", position 0. Note that "Panels" is now at the position 1.
NB: For now this is experimental and depends on Far.

Re: FarNet — .NET Far API and .NET module manager

Posted: Thu 04 Sep, 2014 03:41
by NightRoman
NuGet package: https://www.nuget.org/packages/FarNet
Far Manager 3.0.4045

= 5.0.56 =

Fixed too short message boxes, i.e. a long button line was shown out of the
dialog box in some cases.

Re: FarNet — .NET Far API and .NET module manager

Posted: Thu 18 Sep, 2014 01:45
by NightRoman
NuGet package: https://www.nuget.org/packages/FarNet
Far Manager 3.0.4045

= 5.0.57 =

Work around Far 3.0.4098 (Redraw in editor triggers GotFocus).

Re: FarNet — .NET Far API and .NET module manager

Posted: Sat 18 Oct, 2014 02:15
by NightRoman
NuGet package: https://www.nuget.org/packages/FarNet
Far Manager 3.0.4138

= 5.0.58 =

Adapted for Far 3.0.4138

FarNet — .NET Far API and .NET module manager

Posted: Mon 27 Oct, 2014 07:19
by NightRoman
NuGet package: https://www.nuget.org/packages/FarNet
Far Manager 3.0.4159

= 5.0.59 =

Editor color drawers use the new flag ECF_AUTODELETE (Far 3.0.4134).

Removed work around Far 3.0.4098 (redrawing triggers getting focus).

FarNet — .NET Far API and .NET module manager

Posted: Thu 30 Oct, 2014 02:12
by NightRoman
NuGet package: https://www.nuget.org/packages/FarNet
Far Manager 3.0.4159

= 5.0.60 =

Fixed double Invoke() in module editors (from EE_GOTFOCUS and then from EE_READ).

FarNet — .NET Far API and .NET module manager

Posted: Mon 02 Mar, 2015 20:33
by NightRoman
NuGet package: https://www.nuget.org/packages/FarNet
Far Manager 3.0.4284

= 5.0.61 =

Removed work around unwanted Far messages on setting missing directories.

FarNet — .NET Far API and .NET module manager

Posted: Sun 15 Mar, 2015 04:59
by NightRoman
The project moved from googlecode to GitHub:
https://github.com/nightroman/FarNet

Wiki also moved to the this repository:
https://github.com/nightroman/FarNet/wiki

FarNet — .NET Far API and .NET module manager

Posted: Mon 16 Mar, 2015 07:35
by NightRoman
NuGet package: https://www.nuget.org/packages/FarNet
Far Manager 3.0.4284

= 5.0.62 =

Minor changes due to migration to GitHub, mostly in the documentation.

FarNet — .NET Far API and .NET module manager

Posted: Mon 23 Mar, 2015 07:27
by NightRoman
NuGet package: https://www.nuget.org/packages/FarNet
Far Manager 3.0.4284

= 5.0.63 =

Fixed several issues in Message(MessageArgs).

Migration to GitHub: updated links.

FarNet — .NET Far API and .NET module manager

Posted: Thu 24 Mar, 2016 12:16
by NightRoman
NuGet package: https://www.nuget.org/packages/FarNet
Far Manager 3.0.4587

= 5.0.64 =

Editor:
- New properties IsKeyBar, IsTitleBar.
- Fixed ConvertPointEditorToScreen(), ConvertPointScreenToEditor() on hidden title bar.

ProgressForm:
- New event Canceling.

FarNet — .NET Far API and .NET module manager

Posted: Sun 03 Apr, 2016 13:41
by NightRoman
NuGet package: https://www.nuget.org/packages/FarNet
Far Manager 3.0.4587

= 5.0.65 =

ProgressForm: New event Idled.

FarNet — .NET Far API and .NET module manager

Posted: Thu 28 Apr, 2016 18:09
by NightRoman
NuGet package: https://www.nuget.org/packages/FarNet
Far Manager 3.0.4587

= 5.0.66 =

Far does not support idle editor events.
Removed Idled editor events from FarNet.

FarNet — .NET Far API and .NET module manager

Posted: Wed 04 May, 2016 04:42
by NightRoman
NuGet package: https://www.nuget.org/packages/FarNet
Far Manager 3.0.4587

= 5.0.67 =

Removed Samples from the package.

FarNet — .NET Far API and .NET module manager

Posted: Sat 02 Jul, 2016 17:43
by NightRoman
NuGet package: https://www.nuget.org/packages/FarNet
Far Manager 3.0.4587

= 5.0.68 =

Corrected default colors on console writing (Far 3.0.4662 changes)

FarNet — .NET Far API and .NET module manager

Posted: Tue 09 Aug, 2016 07:12
by NightRoman
NuGet package: https://www.nuget.org/packages/FarNet
Far Manager 3.0.4587

= 5.1.0 =

Changed interfaces of ModuleEditor and ModuleDrawer. Invoke(object sender, ...)
is replaced with more useful Invoke(IEditor editor, ...). Modules using these
classes should be upgraded, e.g. use the latest PowerShellFar, Drawer, RightWords.