andpau / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

single # comment (the green font comments) OR user editor macro ability #789

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Enhancement Request:

There are 2 types of python comments in PyScripter: single # (green) and double 
## (grey).
But, PyScripter only offers commands for grey ## comments.

Would like commands to operate on green # comments too.
(pyscripter already offers syntax highlighting for # green comments so half way 
there!)

In WingIDE, they solve this by applying comment operators once for green # and 
applying the operator twice for grey ##.

Alternatively, some workaround to easily get # green comments.
For example, if there was some "record editor commands" macro,
then I could (sort of) hack the removal of the 2nd #.
The editor Notepad++ has this ability.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

2.5.3 on x64 version.
Windows 8.

Please provide any additional information below.

Original issue reported on code.google.com by dennisf...@gmail.com on 2 Mar 2015 at 6:37