Tagged Questions

3
votes
1answer
74 views

WingIDE brace matching colours

Has anyone figured out a way to change the brace matching colours in WingIDE? I have managed to manually port my favourite colour scheme across from my text editor and the default green just doesn't ...
1
vote
1answer
528 views

Comparison: Pycharm vs WingIDE [closed]

Which one do you prefer? Which features does one have that the other doesn't (in their latest versions, of course)? Both IDEs have trial versions at their respective websites: http://wingware.com/ ...
1
vote
1answer
40 views

wingide feature

Does wingide have an eclipse-like open resource feature (ctrl+shift+r)?
0
votes
1answer
145 views

Setting up WingIDE to debug Flask projects

Has anyone had success setting up Flask project in WingIDE so that you can do breakpoint and use the debug probe on incoming requests?
0
votes
4answers
153 views

Problem with lack of autocomplete/casting in python

I have a situation where in first class I declare array, and I pass it to another object, which prints name of elements in this array. It works, but when I input 'car.' in ReadCarNames ide doesn't ...