First time here? Check out the FAQ!

Andreas Schumann's profile - activity

2024-11-05 05:30:16 -0500 marked best answer Does WingIDE support git worktree?

I like to work with so-called worktrees in git ("parallel checkouts of multiple branches"). But WingIDE does not recognize such a directory as being under git control telling me "No git files in project.

BTW: such a worktree directory contains a .git file (not a directory) with one line referring to the main ckeckout.

2024-11-05 05:30:10 -0500 received badge Famous Question (source)
2024-10-09 11:56:59 -0500 commented answer Does WingIDE support git worktree?

Too bad. That means I will not be able to use Wing with one of my customers. When do you think this will be available? T

2024-10-09 11:55:39 -0500 received badge Notable Question (source)
2024-10-09 07:29:45 -0500 received badge Popular Question (source)
2024-10-08 09:26:51 -0500 asked a question Does WingIDE support git worktree?

Does WingIDE support git worktree? I like to work with so-called worktrees in git ("parallel checkouts of multiple branc

2019-04-12 12:06:53 -0500 received badge Notable Question (source)
2019-04-12 12:06:53 -0500 received badge Popular Question (source)
2019-04-12 12:06:53 -0500 received badge Famous Question (source)
2019-03-07 09:13:43 -0500 received badge Student (source)
2019-03-07 09:13:42 -0500 marked best answer Does WingIDE support PEP-484 (Type hints) for Python 2.7?

PEP-484 (Type Hints) has been introduced with Python 3.5. PEP-484 is also proposing how to use type hints using Python 2.7. Does Wing IDE support type hints for Python 2.7?

2018-09-07 08:32:00 -0500 commented answer Does WingIDE support PEP-484 (Type hints) for Python 2.7?

I've installed Wing 7 Alpha but I still don't get any warnings...And somehow I don't see any hints at all...

2018-05-04 10:59:00 -0500 commented answer Does WingIDE support PEP-484 (Type hints) for Python 2.7?

With Optional (nor Union) I don't get any hints. Only if I set it to only one type (e.g. type: str). At least in the cas

2018-05-04 05:23:00 -0500 commented answer Does WingIDE support PEP-484 (Type hints) for Python 2.7?

I've installed now the typing module for Python 2.7.How does Wing support me now in checking the type? E.g. if I code: p

2018-04-27 12:15:00 -0500 commented answer Does WingIDE support PEP-484 (Type hints) for Python 2.7?

But how?I have the following simple Python module that uses one of theĀ formats, which is proposed inĀ PEP-484 for Python

2018-04-27 10:54:00 -0500 asked a question Does WingIDE support PEP-484 (Type hints) for Python 2.7?

Does WingIDE support PEP-484 (Type hints) for Python 2.7? PEP-484 (Type Hints) has been introduced with Python 3.5. PEP-