Skip to content

Commit 2ffb87e

Browse files
corrected formatting
1 parent 2bcfd00 commit 2ffb87e

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

docs/usage/FileLock.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ Continuous locks can:
5050
If 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

5857
The 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):
101100
When 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:**

docs/usage/HashedFileEditing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,5 @@ A confirmation message displays to ensure you want to proceed with the deletion.
100100
When a record is locked:
101101

102102
1. 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
---

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ nav:
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'

0 commit comments

Comments
 (0)