File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,8 @@ Continuous locks can:
5050If another user already has the file open with an exclusive lock, any subsequent user attempting to open the same file will see the following message:
5151
5252** Message:**
53- ```
54- This file is locked by another user.
55- ```
53+ > This file is locked by another user.
54+
5655![ ] ( ../img/optimistic_lock.png )
5756
5857The file open operation will be aborted, and the file will not open in the editor.
@@ -101,10 +100,9 @@ Exclusive Mode (`file_lock_state` = ON):
101100When the same file on the same server is edited by another user, the system will notify you with the following message:
102101
103102** Message:**
104- ```
105- The file "fileName" in "dirName" has been modified by another user on the server.
103+ > The file "fileName" in "dirName" has been modified by another user on the server.
106104 Click Okay to overwrite the file.
107- ```
105+
108106![ ] ( ../img/optimistic_lockByAnotherUser.png )
109107
110108** User Actions & Outcomes:**
Original file line number Diff line number Diff line change @@ -100,4 +100,5 @@ A confirmation message displays to ensure you want to proceed with the deletion.
100100When a record is locked:
101101
1021021 . The ** Release Record** button becomes visible. Click this button to release the exclusive lock on the record, allowing other users to edit it.
103+
103104---
Original file line number Diff line number Diff line change 1313 - ' Debugging ' : ' usage/Debugging.md'
1414 - ' Document Symbol ' : ' usage/DocumentSymbol.md'
1515 - ' Diagnostics ' : usage/Diagnostics.md
16- - ' Hash File Edit Locking ' : ' usage/HashedFileEditing.md'
1716 - ' File Locking ' : ' usage/FileLock.md'
1817 - ' Folding ' : ' usage/Folding.md'
1918 - ' Formatting ' : ' usage/Formatting.md'
2019 - ' GaraSign ' : ' usage/GaraSign.md'
2120 - ' Group View ' : ' usage/GroupView.md'
21+ - ' Hash File Edit Locking ' : ' usage/HashedFileEditing.md'
2222 - ' Hover ' : ' usage/Hover.md'
2323 - ' INCLUDE settings ' : ' usage/Include.md'
2424 - ' Logging ' : ' usage/Logging.md'
You can’t perform that action at this time.
0 commit comments