Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Oct 19, 2023
1 parent 34d2f94 commit 2fbb220
Show file tree
Hide file tree
Showing 10 changed files with 685 additions and 36 deletions.
Binary file modified Build/4DPop XLIFF Pro.4dbase.zip
Binary file not shown.
Binary file modified Build/Components/4DPop XLIFF Pro.4dbase/4DPop XLIFF Pro.4DZ
Binary file not shown.
4 changes: 2 additions & 2 deletions Build/Components/4DPop XLIFF Pro.4dbase/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<key>CFBundleGetInfoString</key>
<string>20R4</string>
<key>CFBundleLongVersionString</key>
<string>20R4 (96)</string>
<string>20R4 (97)</string>
<key>CFBundleName</key>
<string>4DPop XLIFF Pro</string>
<key>CFBundleDevelopmentRegion</key>
<string>French</string>
<key>CFBundleDisplayName</key>
<string>4DPop XLIFF Pro</string>
<key>CFBundleVersion</key>
<string>97</string>
<string>98</string>
<key>CFBundleShortVersionString</key>
<string>20R4</string>
<key>CFBundleExecutable</key>
Expand Down
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<key>CFBundleGetInfoString</key>
<string>20R4</string>
<key>CFBundleLongVersionString</key>
<string>20R4 (96)</string>
<string>20R4 (97)</string>
<key>CFBundleName</key>
<string>4DPop XLIFF Pro</string>
<key>CFBundleDevelopmentRegion</key>
<string>French</string>
<key>CFBundleDisplayName</key>
<string>4DPop XLIFF Pro</string>
<key>CFBundleVersion</key>
<string>97</string>
<string>98</string>
<key>CFBundleShortVersionString</key>
<string>20R4</string>
<key>CFBundleExecutable</key>
Expand Down
695 changes: 674 additions & 21 deletions LICENSE

Large diffs are not rendered by default.

15 changes: 5 additions & 10 deletions Project/Sources/Classes/_LANGUAGE_Controller.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,12 @@ Function handleEvents($e : cs:C1710.evt)
This:C1470.form.onLoad()

//______________________________________________________
: ($e.code=On Activate:K2:9)
: ($e.code=On Activate:K2:9) //Never seems to trigger

BEEP:C151

If (OBJECT Get pointer:C1124(Object with focus:K67:3)=OBJECT Get pointer:C1124(Object subform container:K67:4))

This:C1470.value.focus()

End if

SPELL SET CURRENT DICTIONARY:C904(Substring:C12(OBJECT Get subform container value:C1785.language; 1; 2))
//If (OBJECT Get pointer(Object with focus)=OBJECT Get pointer(Object subform container))
//This.value.focus()
//End if
//SPELL SET CURRENT DICTIONARY(Substring(OBJECT Get subform container value.language; 1; 2))

//______________________________________________________
: ($e.code=On Bound Variable Change:K2:52)
Expand Down
3 changes: 2 additions & 1 deletion Project/Sources/Forms/STRING/form.4DForm
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@
"onLosingFocus",
"onGettingFocus"
],
"dataSource": "Form:C1466.string.source.value"
"dataSource": "Form:C1466.string.source.value",
"spellcheck": true
},
"resname.label": {
"type": "text",
Expand Down
Binary file modified Resources/InfoPlist.strings
Binary file not shown.

0 comments on commit 2fbb220

Please sign in to comment.