Compare commits
82 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7c32502fe3 | ||
![]() |
6a91b81bc7 | ||
![]() |
287bd29104 | ||
![]() |
926b2c5c16 | ||
![]() |
29c1b39507 | ||
![]() |
eed9491b6e | ||
![]() |
105eef9231 | ||
![]() |
12bc4f19f1 | ||
![]() |
2cf4cfe8c0 | ||
![]() |
8ac8a08059 | ||
![]() |
b900bdc9db | ||
![]() |
86483640d7 | ||
![]() |
717de5f6a3 | ||
![]() |
6de6c21de7 | ||
![]() |
2e59908fd1 | ||
![]() |
39ee09edd7 | ||
![]() |
c1f6555236 | ||
![]() |
079297b750 | ||
![]() |
a999381fd3 | ||
![]() |
df10cc2965 | ||
![]() |
67a8893ea7 | ||
![]() |
dcf460825d | ||
![]() |
2e3e36872d | ||
![]() |
a79c06299b | ||
![]() |
90f3d8a6a5 | ||
![]() |
e3b1bc8a6d | ||
![]() |
a5f68fdc39 | ||
![]() |
ad0533a826 | ||
![]() |
6eb134d36a | ||
![]() |
578a8b7c8b | ||
![]() |
87fe1be7d2 | ||
![]() |
b1a8db8b1e | ||
![]() |
1089eb80b0 | ||
![]() |
95ec4c41de | ||
![]() |
60288ffbef | ||
![]() |
d9ecfeca56 | ||
![]() |
f89476609f | ||
![]() |
970959bd51 | ||
![]() |
00bb41566a | ||
![]() |
ecc8a998c9 | ||
![]() |
6bef5e9bfd | ||
![]() |
e226f9475c | ||
![]() |
a62575f31c | ||
![]() |
f52092c7c6 | ||
![]() |
784737b09b | ||
![]() |
0dc468fbbb | ||
![]() |
efdbcc8e49 | ||
![]() |
c698760d7d | ||
![]() |
5aba6510b5 | ||
![]() |
26265c21a0 | ||
![]() |
9665398eec | ||
![]() |
b2b6a48d89 | ||
![]() |
17f999f11c | ||
![]() |
f5a382ff59 | ||
![]() |
3a889a9bdd | ||
![]() |
4e48cda38a | ||
![]() |
93c64758ac | ||
![]() |
f6f149e84e | ||
![]() |
cfc43dd86c | ||
![]() |
3ab6952998 | ||
![]() |
c1a6dda16a | ||
![]() |
3f36ae9799 | ||
![]() |
37197745c5 | ||
![]() |
d7f7a2442b | ||
![]() |
90bd9ef731 | ||
![]() |
6c06a85b70 | ||
![]() |
c7fe9344d2 | ||
![]() |
b937a377e3 | ||
![]() |
45e0c3a3fa | ||
![]() |
0e063a5623 | ||
![]() |
295d0d72bc | ||
![]() |
2b2ffac2ee | ||
![]() |
108673b7f7 | ||
![]() |
941fd5a7a0 | ||
![]() |
c815fbf6f2 | ||
![]() |
ff2bcc0f59 | ||
![]() |
e25a66206b | ||
![]() |
612fb30bab | ||
![]() |
afab1a76d1 | ||
![]() |
31d763455f | ||
![]() |
d274490ada | ||
![]() |
2e8b74d4d5 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
PBMap.pb.bak
|
40
Forms/MarkerEdit.pbf
Normal file
40
Forms/MarkerEdit.pbf
Normal file
@@ -0,0 +1,40 @@
|
||||
;
|
||||
; This code is automatically generated by the FormDesigner.
|
||||
; Manual modification is possible to adjust existing commands, but anything else will be dropped when the code is compiled.
|
||||
; Event procedures needs to be put in another source file.
|
||||
;
|
||||
|
||||
Global WindowMarkerEdit
|
||||
|
||||
Global TextIdentifier, TextLegend, StringIdentifier, EditorLegend
|
||||
|
||||
|
||||
Procedure OpenWindowMarkerEdit(x = 0, y = 0, width = 300, height = 100)
|
||||
WindowMarkerEdit = OpenWindow(#PB_Any, x, y, width, height, Marker Edit, #PB_Window_SystemMenu | #PB_Window_TitleBar | #PB_Window_WindowCentered | #PB_Window_NoGadgets)
|
||||
TextIdentifier = TextGadget(#PB_Any, 2, 2, 80, 25, Identifier)
|
||||
TextLegend = TextGadget(#PB_Any, 2, 27, 80, 25, Legend)
|
||||
StringIdentifier = StringGadget(#PB_Any, 84, 2, 120, 25, "")
|
||||
EditorLegend = EditorGadget(#PB_Any, 84, 27, 210, 70)
|
||||
EndProcedure
|
||||
|
||||
Procedure WindowMarkerEdit_Events(event)
|
||||
Select event
|
||||
Case #PB_Event_CloseWindow
|
||||
ProcedureReturn #False
|
||||
|
||||
Case #PB_Event_Menu
|
||||
Select EventMenu()
|
||||
EndSelect
|
||||
|
||||
Case #PB_Event_Gadget
|
||||
Select EventGadget()
|
||||
EndSelect
|
||||
EndSelect
|
||||
ProcedureReturn #True
|
||||
EndProcedure
|
||||
|
||||
|
||||
; IDE Options = PureBasic 5.50 (Windows - x64)
|
||||
; CursorPosition = 11
|
||||
; Folding = -
|
||||
; EnableXP
|
@@ -11,4 +11,5 @@ http://www.purebasic.fr/french/viewtopic.php?f=3&t=16160 (french)
|
||||
Contributors :
|
||||
Thyphoon
|
||||
djes
|
||||
Idle
|
||||
Progi1984
|
||||
|
29
gettext.pbi
Normal file
29
gettext.pbi
Normal file
@@ -0,0 +1,29 @@
|
||||
Procedure.s gettext(String.s = "")
|
||||
Protected Language.s = "EN_en"
|
||||
|
||||
Select Language
|
||||
|
||||
Case "EN_en"
|
||||
ProcedureReturn String
|
||||
|
||||
Case "FR_fr"
|
||||
|
||||
Select String
|
||||
|
||||
Case "Identifier"
|
||||
ProcedureReturn("Identificateur")
|
||||
|
||||
Default
|
||||
ProcedureReturn String
|
||||
|
||||
EndSelect
|
||||
|
||||
Default
|
||||
ProcedureReturn String
|
||||
|
||||
EndSelect
|
||||
EndProcedure
|
||||
; IDE Options = PureBasic 5.50 (Windows - x64)
|
||||
; CursorPosition = 21
|
||||
; Folding = -
|
||||
; EnableXP
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 374 KiB |
Reference in New Issue
Block a user