First time here? Check out the FAQ!

simbalsyd's profile - activity

2024-09-26 01:46:27 -0600 received badge Enthusiast
2024-09-23 16:02:33 -0600 marked best answer Format date in file snippet

When using :

%(created|date)s

I get

"2024-09-23"

when instead use:

%(created|datetime)s

I get

09/23/24 16:15:33

How can I get rid of the quotation marks in the "date" example above?

2024-09-23 16:02:31 -0600 received badge Self-Learner ( source )
2024-09-23 16:02:31 -0600 received badge Teacher ( source )
2024-09-23 12:26:41 -0600 answered a question Format date in file snippet

You are completely right. For some reason I have the following environment variable __DATE_FORMAT__="%Y-%m-%d" I am n

2024-09-23 12:26:41 -0600 received badge Rapid Responder ( source )
2024-09-23 09:19:01 -0600 asked a question Format date in file snippet

Format date in file snippet When using : %(created|date)s I get "2024-09-23" when instead use: %(created|dateti

2024-07-19 13:17:11 -0600 received badge Notable Question (source)
2024-07-14 07:51:26 -0600 marked best answer How to sort selected lines

Is it possible to sort selected lines in Wing IDE? If so, how to do it?

2024-07-12 10:05:54 -0600 received badge Popular Question (source)
2024-07-11 03:19:23 -0600 commented answer How to sort selected lines

You don't need to do that. I was just curious.

2024-07-10 11:53:10 -0600 commented answer How to sort selected lines

I looked through the sections but I didn't find sort_selected command

2024-07-10 11:32:43 -0600 commented answer How to sort selected lines

Thanks. Very useful! Is there a list of all possible commands and an explanation what they do?

2024-07-10 09:59:18 -0600 received badge Student (source)
2024-07-10 09:59:11 -0600 asked a question How to sort selected lines

How to sort selected lines Is it possible to sort selected lines in Wing IDE? If so, how to do it?