Documentation the code folding

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 1
Joined: Tue Mar 29, 2022 2:24 am

Documentation the code folding

Post by allonmorris »

2 Best Mops For Vinyl Floors: Reviews & Buying Guide

Do you still clean your vinyl flooring with a mop and bucket? It's time to replace the current heavy-duty cleaning mop technique with one that is more practical. Even in locations with heavy foot activity, vinyl flooring is quite appealing and durable. Additionally, take into consideration that there are multiple high-quality floor mops on the market now which may appear appropriate, but you cannot be certain until you investigate a bit more.

Our Best Mop for Vinyl Plank Floors: Buying Guide and TOP Suggestions will solve all above-mentioned concerns.

Reviews

1. Microfiber Wholesale 18-inch Mop

The heavy-duty aluminum mop frame of this product is lightweight and spins 360° for simple cleaning of difficult-to-reach spots, making it ideal for vinyl floors.

It is installed on the frame, which is a powerful function since it prevents peeling off after continuous use.

Cleaning ceilings and walls is a snap thanks to the device's swivel lock frame, which performs a superb job of avoiding side to side spinning when you activate it. This, in our opinion, is the best floor mop for Vinyl flooring.

Lint, tiny debris and dust particles, even fine pet hair, are effectively captured by the Mojave dust mop pad.

Due to their remarkable thickness, the premium microfibre wet pads make excellent scrubbing pads and provide exceptional absorbency.

Under heavy usage, the plastic component attaching the handle to the frame is prone to breaking.

Image

2. Black Diamond Stoneworks Microfiber Mop

You can clean your vinyl floors without using any chemicals since the mop pads perform great with simply warm water.

It has one of the toughest mop frames available in the market, which swivels 360° for simple access to confined spots, including below and around furniture, and is ideal for all kinds of flooring.

The handle easily slots into the frame with ease, making assembling this cleaning kit very simple. Additionally, changing the mop pads is simple.

It has a telescopic, extremely resilient steel handle that is simple to extend up to 60 inches tall for a tailored fit.

You receive some extremely good mop pads that are not simply absorbent but also washable, interchangeable, and long-lasting.

If you do not apply enormous strain on the handle, it will last a long time.

Image

Buying Guide

See Also:

Best Mop for Vinyl Floors: TOP Options for Long-Lasting Flooring

A Comprehensive Guide to Getting the Best Mop for Vinyl plank Floors

After sweeping, your vinyl floors require mopping. Do you however know which mop to seek out? Steam cleaners and conventional mops are the two primary categories to take into account.
  • Steam Mop
Most floors may be cleaned well using steam mops. However, we don't advocate using a steam mop to clean vinyl flooring.
  • Traditional Mops
This type is the best floor mop for vinyl flooring. Most of them make use of deep-cleaning scrub pads and machine-washable microfibre pads.

Yet, you should first vacuum or dry mop the floor if you wish to give your floors a thorough cleaning. Additionally, you must never utilize harsh cleaning supplies.

We hope our guide can help you select the best mop for Vinyl floors.
Last edited by allonmorris on Wed Jan 03, 2024 10:45 am, edited 4 times in total.

DV
Offline
Posts: 1294
Joined: Thu Nov 16, 2006 11:53 am
Location: Kyiv, Ukraine

Re: Documentation the code folding

Post by DV »

The rules for parsing file syntax and folding are described inside .coder files under the AkelFiles\Plugs\Coder folder.
These .coder files are text files that contain several pre-defined sections such as "Files:", "Font:", "Colors:" and so on. You can look into the existing files to become more familiar with their structure and content.
The .coder files are processed by the Coder plugin which is responsible for applying syntax themes and code foldings to files opened in AkelPad. Pressing Alt+P and then double-clicking the "Coder::Settings" shows the settings dialog. If you want to experiment with changes in .coder files, I suggest to select "Smart cache" in the settings dialog. As for applying syntax theme to text files, I've set the "Alias for unknown file" to ".uutxt" and created the following file. I hadn't created this file from scratch - instead, I simply made a copy of the existing bat.coder and modified it according to my needs:

;----------------------------------------------;
; Coder plugin syntax file ;
;----------------------------------------------;

;Author: DV
;=============

;Colors
; Color need to be in #RRGGBB format.
; If color equal to zero, then color ignored.
;
;Font styles
; 0 ignored.
; 1 normal.
; 2 bold.
; 3 italic.
; 4 bold italic.
;
;For comfort file viewing/editing set tab size to 8.


Files:
;==========
;File types
;==========
*.uutxt


;----------------------------------------------;
; HighLight ;
;----------------------------------------------;

;Flags (sum of the members)
; 1 case sensitive.
; 2 word is a composition of characters ("Words:" section only). Example: "0123456789" - highlight words that contain only digits.
; 4 quote end required ("Quotes:" section only).
; 8 quote start string is ignored and last meet delimiter used as quote start ("Quotes:" section only).
; 16 quote end string is ignored and first meet delimiter used as quote end ("Quotes:" section only).
; 32 don't highlight quote start ("Quotes:" section only).
; 64 don't highlight quote end ("Quotes:" section only).
; 128 don't catch and don't highlight quote start ("Quotes:" section only).
; 256 don't catch and don't highlight quote end ("Quotes:" section only).
; 512 quote start, delimiter or word located at line start.
; 1024 quote end, delimiter or word located at line end.
; 2048 quote start is surrounded with delimiters ("Quotes:" section only).
; 4096 quote end is surrounded with delimiters ("Quotes:" section only).
; 8192 quote doesn't contain delimiters ("Quotes:" section only).
; 16384 only quote start string is catched ("Quotes:" section only).
; 32768 quote doesn't contain any character ("Quotes:" section only).


Font:
;=================================================================
;FontStyle FontSize FaceName
;=================================================================
${HighLight_FontStyle} ${HighLight_FontSize} ${HighLight_FaceName}


Colors:
;=============================================================================================================================================================================================================================================================================================================================================================================================================================
;BasicTextColor BasicBkColor SelTextColor SelBkColor LineTextColor LineBkColor LineBorderColor AltTextColor AltBkColor AltBorderColor ColumnColor MarkerColor CaretColor UrlColor ActiveUrlColor VisitUrlColor
;=============================================================================================================================================================================================================================================================================================================================================================================================================================
${HighLight_BasicTextColor} ${HighLight_BasicBkColor} ${HighLight_SelTextColor} ${HighLight_SelBkColor} ${HighLight_LineTextColor} ${HighLight_LineBkColor} ${HighLight_LineBorderColor} ${HighLight_AltTextColor} ${HighLight_AltBkColor} ${HighLight_AltBorderColor} ${HighLight_ColumnColor} ${HighLight_MarkerColor} ${HighLight_CaretColor} ${HighLight_UrlColor} ${HighLight_ActiveUrlColor} ${HighLight_VisitUrlColor}


BkImage:
;==================================================
;BkImageFile BkImageAlpha
;==================================================
${HighLight_BkImageFile} ${HighLight_BkImageAlpha}


AutoMark:
;====================================================================================================================
;AutoMarkFlags AutoMarkFontStyle AutoMarkTextColor AutoMarkBkColor
;====================================================================================================================
${HighLight_AutoMarkFlags} ${HighLight_AutoMarkFontStyle} ${HighLight_AutoMarkTextColor} ${HighLight_AutoMarkBkColor}


Quotes:
;===================================================================================
;Flags Font Color Color Quote Quote Escape Quote Quote Parent Rule
; style text bkgrnd start end char include exclude ID ID
;===================================================================================
;5=1+4
5 0 ${STR} 0 `"` `"` "" "" "" 0 0
5 0 ${STR} 0 `«` `»` "" "" "" 0 0
5 0 ${STR} 0 `‘` `’` "" "" "" 0 0
5 0 ${STR} 0 `“` `”` "" "" "" 0 0


QuotesRE:
;===========================================================================================
;Flags Pattern \BackRef=(FontStyle,ColorText,ColorBk) \BackRef=... ParentID RuleID
;===========================================================================================


Delimiters:
;===============================================
;Flags Font Color Color Char(s) Parent
; style text bkgrnd ID
;===============================================
1 0 0 0 " "
1 0 0 0 " "
1 0 0 0 .
1 0 0 0 ,
1 0 0 0 ;
1 0 0 0 :
1 0 0 0 !
1 0 0 0 ?
1 0 ${DEL2} 0 (
1 0 ${DEL2} 0 )
1 0 ${DEL2} 0 {
1 0 ${DEL2} 0 }
1 0 ${DEL2} 0 [
1 0 ${DEL2} 0 ]
1 0 ${DEL2} 0 `"`
1 0 ${DEL2} 0 `«`
1 0 ${DEL2} 0 `»`
1 0 ${DEL2} 0 `‘`
1 0 ${DEL2} 0 `’`
1 0 ${DEL2} 0 `“`
1 0 ${DEL2} 0 `”`
1 0 ${DEL2} 0 /
1 0 ${DEL2} 0 \
1 0 ${DEL2} 0 <
1 0 ${DEL2} 0 >
1 0 ${DEL2} 0 =
1 0 ${DEL2} 0 +


Words:
;===========================================
;Flags Font Color Color Word Parent
; style text bkgrnd ID
;===========================================



;----------------------------------------------;
; CodeFold ;
;----------------------------------------------;

;Flags (sum of the members)
; 1 case sensitive.
; 2 force get fold name for function list from left at the fold start ("Folds:" section only).
; 4 force get fold name for function list from right at the fold start, including fold start ("Folds:" section only).
; 8 fold start located at line start ("Folds:" section only).
; 16 fold start located at line end ("Folds:" section only).
; 32 fold end located at line start ("Folds:" section only).
; 64 fold end located at line end ("Folds:" section only).
; 128 don't catch fold end ("Folds:" section) or skip end ("Skips:" section).
; 256 additional to 128 flag - more priority is given to sibling level instead of parent level ("Folds:" section only).
; 512 comment fold - fold ignore any other folds and skips inside ("Folds:" section only).
; 1024 reserved.
; 2048 deny fold - founded fold will be ignored ("Folds:" section only).
; 4096 xml fold - "<tag" and "</tag>", "<single" and "/>", "<single" and ">" ("Folds:" section only).
; 8192 don't check delimiters from left of fold start ("Folds:" section only).
; 16384 don't check delimiters from right of fold start ("Folds:" section only).
; 32768 don't check delimiters from left of fold end ("Folds:" section only).
; 65536 don't check delimiters from right of fold end ("Folds:" section only).
; 131072 deny delimiters ("Folds:" section only).
; 262144 don't show fold in list ("Folds:" section only).
; 1048576 regular expression in fold start ("Folds:" section) or skip start ("Skips:" section).
; 2097152 regular expression in fold end ("Folds:" section) or skip end ("Skips:" section).


FoldPanel:
;=================================================================================================================================================================================================================================================================================================================================================================================================================================================================
;PanelFirstBkColor PanelSecondBkColor PanelNormalFoldColor PanelActiveFoldColor PanelNormalNodeOpenBkColor PanelNormalNodeCloseBkColor PanelActiveNodeOpenBkColor PanelActiveNodeCloseBkColor PanelNormalNodeOpenSignColor PanelNormalNodeCloseSignColor PanelActiveNodeOpenSignColor PanelActiveNodeCloseSignColor
;=================================================================================================================================================================================================================================================================================================================================================================================================================================================================
${CodeFold_PanelFirstBkColor} ${CodeFold_PanelSecondBkColor} ${CodeFold_PanelNormalFoldColor} ${CodeFold_PanelActiveFoldColor} ${CodeFold_PanelNormalNodeOpenBkColor} ${CodeFold_PanelNormalNodeCloseBkColor} ${CodeFold_PanelActiveNodeOpenBkColor} ${CodeFold_PanelActiveNodeCloseBkColor} ${CodeFold_PanelNormalNodeOpenSignColor} ${CodeFold_PanelNormalNodeCloseSignColor} ${CodeFold_PanelActiveNodeOpenSignColor} ${CodeFold_PanelActiveNodeCloseSignColor}


FoldList:
;================================================
;ListTextColor ListBkColor
;================================================
${CodeFold_ListTextColor} ${CodeFold_ListBkColor}


TagMark:
;============================================================================================================
;TagMarkFlags TagMarkFontStyle TagMarkTextColor TagMarkBkColor
;============================================================================================================
${CodeFold_TagMarkFlags} ${CodeFold_TagMarkFontStyle} ${CodeFold_TagMarkTextColor} ${CodeFold_TagMarkBkColor}


Skips:
;=============================
;Flags Skip Skip Escape
; start end char
;=============================


Folds:
;================================================================================
;Flags Font Color Color Fold Fold Delimiters Parent Rule Rule
; style text bkgrnd start end ID ID file
;================================================================================
;1+512+262144
;262657 3 ${STR} 0 `"` `"` "" 0 0
;262657 3 ${STR} 0 `«` `»` "" 0 0
;262657 3 ${STR} 0 `‘` `’` "" 0 0
;262657 3 ${STR} 0 `“` `”` "" 0 0


;----------------------------------------------;
; AutoComplete ;
;----------------------------------------------;

CompleteList:
;=====================================================================================================================================================================================================================================================================================================================================================================================================================================================================
;ListFontStyle ListFontSize ListFaceName ListLineGap ListBlockIcon `"C:\1.dll", 0` ListBlockIconMargins "left;right" ListHlBaseIcon `"C:\1.dll", 0` ListHlBaseIconMargins "left;right" ListDocWordIcon `"C:\1.dll", 0` ListDocWordIconMargins "left;right" ListBasicTextColor ListBasicBkColor ListSelTextColor ListSelBkColor
;=====================================================================================================================================================================================================================================================================================================================================================================================================================================================================
${AutoComplete_ListFontStyle} ${AutoComplete_ListFontSize} ${AutoComplete_ListFaceName} ${AutoComplete_ListLineGap} ${AutoComplete_ListBlockIcon} ${AutoComplete_ListBlockIconMargins} ${AutoComplete_ListHlBaseIcon} ${AutoComplete_ListHlBaseIconMargins} ${AutoComplete_ListDocWordIcon} ${AutoComplete_ListDocWordIconMargins} ${AutoComplete_ListBasicTextColor} ${AutoComplete_ListBasicBkColor} ${AutoComplete_ListSelTextColor} ${AutoComplete_ListSelBkColor}


Blocks:
;=============================================================================
;Abbreviations and blocks
;
; $~abbr normal abbreviation.
; $(flags)~abbr normal abbreviation with flags.
; $=abbr exact abbreviation. May contain delimiters.
; $(flags)=abbr exact abbreviation with flags. May contain delimiters.
; $[] set caret to this position. Can be multiple (hot spots).
; $[text] select text. Can be multiple (hot spots).
; $$ symbol $.
; $\] escape symbol ]. Can be used in $[text] block: $[One [1$\] ].
; ${VAR} variable assigned from Coder::Settings.
; $; comment line.
;=============================================================================

Post Reply