Skip to content

Commit f8d32f9

Browse files
committed
FileTypes v1.1
1 parent efcf96e commit f8d32f9

19 files changed

+2747
-254
lines changed

FileTypes/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
*.dll
22
*.pdb
33
/_Arc
4+
*.mht
5+
*.htm

FileTypes/FileTypes_en.lng

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,25 @@
22

33
// Plugin title
44
"FileTypes"
5+
// Plugin prefix
6+
"ftypes"
7+
// Panel modes
8+
"N,Z"
9+
"16,0"
10+
// Panel modes
11+
"N,Z"
12+
"20,0"
13+
// Column titles
14+
"Extension"
15+
"Name"
16+
"Command"
17+
// Buttons
18+
"OK"
19+
"Cancel"
20+
// Method dialog
21+
"Method name: "
22+
"Execution string:"
23+
// Macro for open RegBrowser in FAR1
24+
"%%OldCount=CmdLine.ItemCount; %%OldPos=CmdLine.CurPos; %%OldCmd=CmdLine.Value; Esc Tab $Text \"reg:HKEY_CLASSES_ROOT\\\\%s\" Enter $If (%%OldCount>0) $Text %%OldCmd $end"
25+
// Macro for open RegBrowser in FAR2
26+
"%%OldCount=CmdLine.ItemCount; %%OldPos=CmdLine.CurPos; %%OldCmd=CmdLine.Value; Esc Tab print(\"reg:HKEY_CLASSES_ROOT\\\\%s\") Enter $If (%%OldCount>0) print(%%OldCmd) $end"

FileTypes/FileTypes_ru.lng

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,25 @@
22

33
// Plugin title
44
"FileTypes"
5+
// Plugin prefix
6+
"ftypes"
7+
// Panel modes
8+
"N,Z"
9+
"16,0"
10+
// Panel modes
11+
"N,Z"
12+
"20,0"
13+
// Column titles
14+
"����७��"
15+
"���"
16+
"�������"
17+
// Buttons
18+
"OK"
19+
"�⬥��"
20+
// Method dialog
21+
"�������� ��⮤�: "
22+
"��ப� ����᪠:"
23+
// Macro for open RegBrowser in FAR1
24+
"%%OldCount=CmdLine.ItemCount; %%OldPos=CmdLine.CurPos; %%OldCmd=CmdLine.Value; Esc Tab $Text \"reg:HKEY_CLASSES_ROOT\\\\%s\" Enter $If (%%OldCount>0) $Text %%OldCmd $end"
25+
// Macro for open RegBrowser in FAR2
26+
"%%OldCount=CmdLine.ItemCount; %%OldPos=CmdLine.CurPos; %%OldCmd=CmdLine.Value; Esc Tab print(\"reg:HKEY_CLASSES_ROOT\\\\%s\") Enter $If (%%OldCount>0) print(%%OldCmd) $end"

FileTypes/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
v1.0.1
2+
* �������������� ���� ������ ������� ����� ������.
3+
* �������. ��������: "ftypes:", ��� "ftypes:jpg".
4+
* CtrlJ - ������� � ��������������� ����� ������� �� �������� ������ � ������ Registry Browser.
5+
* ���� ����� ������� (��� ������� ������� ����� ��������� � *.lng).
6+
* FAR1: ������ ���������� ��� ������ �� ������ �������.
7+
* SetDirectory fixes.
8+
9+
v1.0.0
10+
* Initial version.

FileTypes/deploy.bat

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ if %COMPUTERNAME%==MAX goto skip_svn
1515
xcopy /S /U /M /Y *.lng F:\VCProject\FarPlugin\ConEmu\WWW\root\trunk\FileTypes\
1616
xcopy /S /U /M /Y src\*.* F:\VCProject\FarPlugin\ConEmu\WWW\root\trunk\FileTypes\src\
1717

18+
:skip_svn
1819

1920

2021
if exist FileTypes.1.%~1.7z del FileTypes.1.%~1.7z
21-
7z a -r FileTypes.1.%~1.7z *.dll *.lng
22+
7z a FileTypes.1.%~1.7z *.dll *.lng changelog
2223
if errorlevel 1 goto err7z
2324

24-
:skip_svn
25-
2625
if exist FileTypes.1.%~1.src.7z del FileTypes.1.%~1.src.7z
2726
7z a -r FileTypes.1.%~1.src.7z * %ex7zlist%
2827
if errorlevel 1 goto err7z

FileTypes/src/!ToDo.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
�������������� ����� ����������� ����� ������.
2+
��� ����� ����� � DDE ����� ����������.
3+
����� ���� �������� ������ ������ ��� ������� (����� ��� �������� ���� "�������� ������", ����
4+
���� � ������� �� ���� ����������).
5+
6+
F4 �� ���������� - �������������� ����, � �� ����� ����� ������� ���������.
7+
�� ����: ���������� (���������������?), �������� ���� (���� ���������� Shell),
8+
�������� �������� ������������� ���� (������������� CheckBox [] Revert to original).
9+
� ������� �� ���������� - �� ������� ������� � ������ ������ �������.
10+
��� �� ������ �� �������� �������� ���������.
11+
��������, ���� � dll-�� �������������� ����������� �������, IFilter, � ������.
12+
13+
�� � �������� ������ ���������� � ������.

0 commit comments

Comments
 (0)