First time here? Check out the FAQ!

catchthemonster's profile - activity

2024-01-03 08:03:30 -0500 edited answer Automatic python module header

Hello and happy 2024! Snippet's do work for Python headers with project-> ProjectProperties and env variables in key=

2024-01-03 08:03:30 -0500 received badge Editor ( source )
2024-01-02 16:00:48 -0500 answered a question Automatic python module header

Thank for the help. FileName: %(filename|string|$(WING:FILENAME))s worked essentially as a full path It would be nice

2024-01-02 10:52:32 -0500 received badge Notable Question (source)
2024-01-02 10:50:53 -0500 answered a question Automatic python module header

Hello and happy 2014! Snippet's do work for Python headers with project-> ProjectProperties and env variables in key=

2023-12-19 09:56:43 -0500 marked best answer Automatic python module header

is there a way with new file to automatically setup a header __author__ = "One solo developer" __authors__ = ["One developer", "And another one", "etc"] __contact__ = "mail@example.com" __copyright__ = "Copyright $YEAR, $COMPANY_NAME" __credits__ = ["One developer", "And another one", "etc"] __date__ = "YYYY/MM/DD" __deprecated__ = False __email__ = "mail@example.com" __license__ = "GPLv3" __maintainer__ = "developer" __status__ = "Production" __version__ = "0.0.1"

2023-12-11 08:04:25 -0500 commented answer Automatic python module header

Folks, this is a project in its own! Not cool and not working... I followed scripting guide, and nothing is working... s

2023-12-11 07:48:28 -0500 received badge Popular Question (source)
2023-12-04 12:10:01 -0500 commented answer Automatic python module header

Well, wingpro will not inherent bash env variables ... Very strange, I have py-3.11 in /cube/api/... directory project p

2023-12-04 10:47:00 -0500 received badge Self-Learner ( source )
2023-12-04 10:47:00 -0500 received badge Teacher ( source )
2023-12-04 06:58:38 -0500 commented answer Automatic python module header

Chris thank you this helped. I am using wingpro 9.x File->Preferences in the left column find the "Editor" section,

2023-12-03 12:26:12 -0500 answered a question Automatic python module header

Thanks for the answer but this is kind of confusing. """In Wing Pro the Snippets tool includes a 'file' snippet that can

2023-11-28 08:30:50 -0500 received badge Student (source)
2023-11-28 08:30:26 -0500 asked a question Automatic python module header

automatic python module header is there a way with new file to automatically setup a header __author__ = "One solo devel