Special signs
- Author
 - Message
 
- 
				
								Offline
 - Posts: 874
 - Joined: Sat Jan 16, 2010 2:03 pm
 
sexy96
1. delete file "...AkelFiles\Plugs\Coder\cache"
2. restart AkelPad and try again (Ctrl+Space). now you should see a "non-empty window".
3. Again and again I repeat - SAVE FILE AS "txt.coder" by link above on your hard disk. DO NOT TRY TO COPY-PASTE it from web-page (many characters are distorted and the file is actually "broken"). Then repeat steps 1 and 2 again.
md5: 55dcc39d43278b1d3f124b3d1b495e6f *txt.coder

			
			
									
																
						1. delete file "...AkelFiles\Plugs\Coder\cache"
2. restart AkelPad and try again (Ctrl+Space). now you should see a "non-empty window".
3. Again and again I repeat - SAVE FILE AS "txt.coder" by link above on your hard disk. DO NOT TRY TO COPY-PASTE it from web-page (many characters are distorted and the file is actually "broken"). Then repeat steps 1 and 2 again.
md5: 55dcc39d43278b1d3f124b3d1b495e6f *txt.coder

- 
				
								Offline
 - Posts: 874
 - Joined: Sat Jan 16, 2010 2:03 pm
 
sexy96
1. See rules "QuotesRE" section
2. You can "comment" line that start with "1". Add semicolon in first position before "1" -->
3. You can edit that rule
4. You can turn off Coder::HighLight.
			
			
									
																
						1. See rules "QuotesRE" section
Code: Select all
QuotesRE:
;================================================================================================================
;Flags  Pattern                              \BackRef=(FontStyle,ColorText,ColorBk) \BackRef=...  ParentID RuleID
;================================================================================================================
1	`([0-9]+)|([A-Za-z]+)|([А-Яа-яЁё]+)` `\1=(0,${DEL1},0) \2=(0,${IF},0) \3=(0,${OP},0)`
Code: Select all
;1	`([0-9]+)|([A-Za-z]+)|([А-Яа-яЁё]+)` `\1=(0,${DEL1},0) \2=(0,${IF},0) \3=(0,${OP},0)`
4. You can turn off Coder::HighLight.

