First time here? Check out the FAQ!

simbalsyd's profile - activity

2025-05-26 09:35:34 +0000 received badge Famous Question (source)
2025-05-26 09:35:34 +0000 received badge Notable Question (source)
2025-05-26 09:35:34 +0000 received badge Popular Question (source)
2025-04-25 12:38:42 +0000 received badge Popular Question (source)
2025-04-25 12:38:42 +0000 received badge Famous Question (source)
2025-04-25 12:38:42 +0000 received badge Notable Question (source)
2025-03-29 21:37:43 +0000 marked best answer How to show unsaved lines

How can I show unsaved lines ?

2025-03-25 14:54:07 +0000 asked a question How to show unsaved lines

How to show unsaved lines How can I show unsaved lines ?

2024-09-26 06:46:27 +0000 received badge Enthusiast
2024-09-23 21:02:33 +0000 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 21:02:31 +0000 received badge Teacher ( source )
2024-09-23 21:02:31 +0000 received badge Self-Learner ( source )
2024-09-23 17:26:41 +0000 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"

2024-09-23 17:26:41 +0000 received badge Rapid Responder ( source )
2024-09-23 14:19:01 +0000 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|da

2024-07-19 18:17:11 +0000 received badge Notable Question (source)
2024-07-14 12:51:26 +0000 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 15:05:54 +0000 received badge Popular Question (source)
2024-07-11 08:19:23 +0000 commented answer How to sort selected lines

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

2024-07-10 16:53:10 +0000 commented answer How to sort selected lines

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

2024-07-10 16:32:43 +0000 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 14:59:18 +0000 received badge Student (source)
2024-07-10 14:59:11 +0000 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?