Coder Social home page Coder Social logo

sevenate / nfm Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 2.0 6.42 MB

WPF-based hierarchical data manager for windows

ActionScript 0.15% AngelScript 0.01% CSS 0.17% C# 98.46% ASP 0.49% JavaScript 0.62% Batchfile 0.10%
csharp dotnet file-manager wpf wpf-application

nfm's People

Contributors

sevenate avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

koolkeith bubdm

nfm's Issues

dummy issue

filler issue created by bitbucket_issue_migration

dummy issue

filler issue created by bitbucket_issue_migration

Create deployment project(s) for building installable (.msi) and porable (.zip) packages

Original report by sevenate (Bitbucket: sevenate, GitHub: sevenate).


Consider using of Client Profile Configuration Designer from WPF Futures - a designer to make custom branded installation experiences using the Client Profile. Additional information:

dummy issue

filler issue created by bitbucket_issue_migration

File copy

Original report by sevenate (Bitbucket: sevenate, GitHub: sevenate).


  1. сделать как показано (как в кедах) одно окно для всех копирований (слава Алл… Яй… не знаю кому) — до этого додумались наконец в Мелкомяшких
  2. сделать позможность поставить на паузу (до этого гномодевелоперы до сих пор не доперли!)
  3. добавить например изменение последовательснти (перетаскивать в этом единственном окне вверх/вниз) операций копирования
  4. система (в отличии от большинства пользователей) знает как разбиты (и разбиты ли вообще) диска на резделы, то есть:
    а) копирование с одного физического диска на другой — гоним на полных скоростях в параллель (одновременно читаем и на другой пишем) — причем как только самой системе вдруг понадобилось срочно что-то там прочесть/записать (например участвует диск С:), то приостановить на пару секунд копирование, чтобы млин не убивать диск 20 позиционированиями в секунду! — так же намного быстрее разрулится ситуёвина
    б) разделы на одном диске — значит создаем буфер (например равный скорости чтения диска или в разы больше) и сначала копируем, потом пишем — а не дергаме бедный диск ради каждого файла!!! (такое решение применено в плагине в Far)
    в) выводить НАМНОГО больше информации о копировании (текущая + средняя скорость, сколько скопировано, сколько осталось, учитывать при копировани не только объем, но и количество файлов!)
    г) я может что-то не понимаю, но почему нельзя научиться писать 1000 файлов па 1 Кб с такой же скоростью, как и 1 файл размером 1 Мб ?? (почему нельзя сначала записать содержание этой 1000 файлов за один «полуоборот» диска, и только потом одним махом занести в FAT их заголовки и т.п.?)
  5. ну и как уже говорилось — не останавливать процесс копирование, если возникли вопросы!!

KillCopy единственная программа для винды, которая при копировани/переносе/переименовании СОХРАНЯЕТ дату и время создания и изменения файлов? (да, есть еще какой-то плагин для Total Commander, но я так и не понял как его настроить, ибо дата изменения таки меняется)

http://habrahabr.ru/blogs/windows/126994/

dummy issue

filler issue created by bitbucket_issue_migration

dummy issue

filler issue created by bitbucket_issue_migration

dummy issue

filler issue created by bitbucket_issue_migration

Multilanguage support for StringFormat and user input

Original report by sevenate (Bitbucket: sevenate, GitHub: sevenate).


Update internalization code to handle StringFormat and user input in binding in OS current culture format:

// Ensure the current culture passed into bindings
// is the OS culture. By default, WPF uses en-US
// as the culture, regardless of the system settings.
FrameworkElement.LanguageProperty.OverrideMetadata(
typeof (FrameworkElement),
new FrameworkPropertyMetadata(
XmlLanguage.GetLanguage(CultureInfo.CurrentCulture.IetfLanguageTag)));

See also: http://www.nbdtech.com/Blog/archive/2009/03/18/getting-a-wpf-application-to-pick-up-the-correct-regional.aspx
and only for silverlight: http://blogs.imeta.co.uk/jyoung/archive/2009/10/02/771.aspx (just for creating docs)

Splited panel after removed broke swapping parent Stack Panel.

Original report by sevenate (Bitbucket: sevenate, GitHub: sevenate).


First, make sure that in hierarchy "StackContainer1 > TabContainer1> TabContainer2" the latest and inner TabControl2 can swap root StackControl1 orientation.

Then - step to reproduce:

  1. Split TabContainer2 with Ctrl + Shift + G. Now hierarchy will be: "StackContainer1 > TabContainer1> StackContainer2 >TabContainer2+TabContainer3";
  2. Remove just created after split container TabContainer3 with Ctrl + W or "Close" button;
  3. Try to swap root StackControl1 orientation from remain original TabContainer2; The reason why this happens is because original hierarchy was not restored properly and it now is: "StackContainer1 -> TabContainer1> StackContainer2 ->TabContainer2".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.