Skip to content

Commit

Permalink
FileTypes v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Dec 26, 2020
1 parent efcf96e commit f8d32f9
Show file tree
Hide file tree
Showing 19 changed files with 2,747 additions and 254 deletions.
2 changes: 2 additions & 0 deletions FileTypes/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.dll
*.pdb
/_Arc
*.mht
*.htm
22 changes: 22 additions & 0 deletions FileTypes/FileTypes_en.lng
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,25 @@

// Plugin title
"FileTypes"
// Plugin prefix
"ftypes"
// Panel modes
"N,Z"
"16,0"
// Panel modes
"N,Z"
"20,0"
// Column titles
"Extension"
"Name"
"Command"
// Buttons
"OK"
"Cancel"
// Method dialog
"Method name: "
"Execution string:"
// Macro for open RegBrowser in FAR1
"%%OldCount=CmdLine.ItemCount; %%OldPos=CmdLine.CurPos; %%OldCmd=CmdLine.Value; Esc Tab $Text \"reg:HKEY_CLASSES_ROOT\\\\%s\" Enter $If (%%OldCount>0) $Text %%OldCmd $end"
// Macro for open RegBrowser in FAR2
"%%OldCount=CmdLine.ItemCount; %%OldPos=CmdLine.CurPos; %%OldCmd=CmdLine.Value; Esc Tab print(\"reg:HKEY_CLASSES_ROOT\\\\%s\") Enter $If (%%OldCount>0) print(%%OldCmd) $end"
22 changes: 22 additions & 0 deletions FileTypes/FileTypes_ru.lng
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,25 @@

// Plugin title
"FileTypes"
// Plugin prefix
"ftypes"
// Panel modes
"N,Z"
"16,0"
// Panel modes
"N,Z"
"20,0"
// Column titles
"����७��"
"���"
"�������"
// Buttons
"OK"
"�⬥��"
// Method dialog
"�������� ��⮤�: "
"��ப� ����᪠:"
// Macro for open RegBrowser in FAR1
"%%OldCount=CmdLine.ItemCount; %%OldPos=CmdLine.CurPos; %%OldCmd=CmdLine.Value; Esc Tab $Text \"reg:HKEY_CLASSES_ROOT\\\\%s\" Enter $If (%%OldCount>0) $Text %%OldCmd $end"
// Macro for open RegBrowser in FAR2
"%%OldCount=CmdLine.ItemCount; %%OldPos=CmdLine.CurPos; %%OldCmd=CmdLine.Value; Esc Tab print(\"reg:HKEY_CLASSES_ROOT\\\\%s\") Enter $If (%%OldCount>0) print(%%OldCmd) $end"
10 changes: 10 additions & 0 deletions FileTypes/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
v1.0.1
* �������������� ���� ������ ������� ����� ������.
* �������. ��������: "ftypes:", ��� "ftypes:jpg".
* CtrlJ - ������� � ��������������� ����� ������� �� �������� ������ � ������ Registry Browser.
* ���� ����� ������� (��� ������� ������� ����� ��������� � *.lng).
* FAR1: ������ ���������� ��� ������ �� ������ �������.
* SetDirectory fixes.

v1.0.0
* Initial version.
5 changes: 2 additions & 3 deletions FileTypes/deploy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ if %COMPUTERNAME%==MAX goto skip_svn
xcopy /S /U /M /Y *.lng F:\VCProject\FarPlugin\ConEmu\WWW\root\trunk\FileTypes\
xcopy /S /U /M /Y src\*.* F:\VCProject\FarPlugin\ConEmu\WWW\root\trunk\FileTypes\src\

:skip_svn


if exist FileTypes.1.%~1.7z del FileTypes.1.%~1.7z
7z a -r FileTypes.1.%~1.7z *.dll *.lng
7z a FileTypes.1.%~1.7z *.dll *.lng changelog
if errorlevel 1 goto err7z

:skip_svn

if exist FileTypes.1.%~1.src.7z del FileTypes.1.%~1.src.7z
7z a -r FileTypes.1.%~1.src.7z * %ex7zlist%
if errorlevel 1 goto err7z
Expand Down
13 changes: 13 additions & 0 deletions FileTypes/src/!ToDo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
�������������� ����� ����������� ����� ������.
��� ����� ����� � DDE ����� ����������.
����� ���� �������� ������ ������ ��� ������� (����� ��� �������� ���� "�������� ������", ����
���� � ������� �� ���� ����������).

F4 �� ���������� - �������������� ����, � �� ����� ����� ������� ���������.
�� ����: ���������� (���������������?), �������� ���� (���� ���������� Shell),
�������� �������� ������������� ���� (������������� CheckBox [] Revert to original).
� ������� �� ���������� - �� ������� ������� � ������ ������ �������.
��� �� ������ �� �������� �������� ���������.
��������, ���� � dll-�� �������������� ����������� �������, IFilter, � ������.

�� � �������� ������ ���������� � ������.
Loading

0 comments on commit f8d32f9

Please sign in to comment.