Skip to content

Commit

Permalink
Intelligent commenting/commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Oct 10, 2023
1 parent 9154e35 commit b84a210
Show file tree
Hide file tree
Showing 32 changed files with 526 additions and 2,661 deletions.
Binary file modified Build/4DPop Macros.4dbase.zip
Binary file not shown.
Binary file modified Build/Components/4DPop Macros.4dbase/4DPop Macros.4DZ
Binary file not shown.
4 changes: 2 additions & 2 deletions Build/Components/4DPop Macros.4dbase/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<key>CFBundleName</key>
<string>4DPop Macros</string>
<key>CFBundleVersion</key>
<string>264</string>
<string>269</string>
<key>NSHumanReadableCopyright</key>
<string>©vdl 2009-2023</string>
<key>CFBundleGetInfoString</key>
<string>20R4</string>
<key>CFBundleLongVersionString</key>
<string>20R4 (263)</string>
<string>20R4 (268)</string>
<key>CFBundleShortVersionString</key>
<string>20R4</string>
<key>CFBundleDisplayName</key>
Expand Down
Binary file modified Build/Components/4DPop Macros.4dbase/Libraries/lib4d-arm64.dylib
Binary file not shown.
18 changes: 9 additions & 9 deletions Build/Components/4DPop Macros.4dbase/Macros v2/4DPop_Macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE macros SYSTEM "http://www.4d.com/dtd/2007/macros.dtd" >

<!--
4DPop macros - [US]
4DPop macros - [EN]
vincent@de-lachaux.net
-->

Expand Down Expand Up @@ -118,18 +118,18 @@
<text>Maquereau 4D : <caret/></text>
</macro>

<macro name="Duplicate and comment/∂"
in_menu="true"
type_ahead="false"
<macro name="Comment"
in_menu="true"
type_ahead="false"
version="2">
<text><method>4DPop_MACROS("duplicateAndComment")</method></text>
<text><method>4DPop_MACROS("comment")</method></text>
</macro>

<macro name="Comment block"
in_menu="true"
type_ahead="false"
<macro name="Duplicate and comment/∂"
in_menu="true"
type_ahead="false"
version="2">
<text><method>4DPop_MACROS("commentBlock")</method></text>
<text><method>4DPop_MACROS("duplicateAndComment")</method></text>
</macro>

<!-- ******************************* REFACTORING ******************************* -->
Expand Down
18 changes: 9 additions & 9 deletions Build/Components/4DPop Macros.4dbase/Resources/4DPop_Macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE macros SYSTEM "http://www.4d.com/dtd/2007/macros.dtd" >

<!--
4DPop macros - [US]
4DPop macros - [EN]
vincent@de-lachaux.net
-->

Expand Down Expand Up @@ -118,18 +118,18 @@
<text>Maquereau 4D : <caret/></text>
</macro>

<macro name="Duplicate and comment/∂"
in_menu="true"
type_ahead="false"
<macro name="Comment"
in_menu="true"
type_ahead="false"
version="2">
<text><method>4DPop_MACROS("duplicateAndComment")</method></text>
<text><method>4DPop_MACROS("comment")</method></text>
</macro>

<macro name="Comment block"
in_menu="true"
type_ahead="false"
<macro name="Duplicate and comment/∂"
in_menu="true"
type_ahead="false"
version="2">
<text><method>4DPop_MACROS("commentBlock")</method></text>
<text><method>4DPop_MACROS("duplicateAndComment")</method></text>
</macro>

<!-- ******************************* REFACTORING ******************************* -->
Expand Down
Binary file modified Build/Components/4DPop Macros.4dbase/Resources/InfoPlist.strings
Binary file not shown.

This file was deleted.

Loading

0 comments on commit b84a210

Please sign in to comment.