First time here? Check out the FAQ!

YSS's profile - activity

2022-06-16 14:15:38 -0500 marked best answer Why don't get I get a dropbox with methods on QMainWindow?

Example code:

from PyQt6.QtWidgets import QApplication, QMainWindow
import sys

app = QApplication(sys.argv)
window = QMainWindow()
window.statusBar().showMessage("Text")

When I start typing the last line window. after the dot i do not get the dropbox with available methods from Qt? Why is this? I double checked in Pycharm and there I get the correct proposal dropbox of Qt methods. Thanks!!

2022-06-01 03:28:05 -0500 asked a question Why don't get I get a dropbox with methods on QMainWindow?

Why don't get I get a dropbox with methods on QMainWindow? Example code: from PyQt6.QtWidgets import QApplication, QMa

2022-05-30 04:26:49 -0500 received badge Popular Question (source)
2022-05-25 14:39:52 -0500 received badge Supporter ( source )
2022-05-25 11:56:26 -0500 commented answer How to select current word at cursor?

Thanks ESC works great, no idea why I could not find this in the documentation :-)

2022-05-25 11:25:48 -0500 marked best answer How to select current word at cursor?

Hello,

In pycharm i use CTRL-W a lot, my cursor is standing at a word, I press CTRL-W it gets selected so i can rename it or delete it immediately.

I am looking in the documentation here for Wing IDE:

https://wingware.com/doc/keymaps/normal

I really can't find it how to do this correctly in Wing? The closest I can find is CTRL-ALT-B but this then renames all the locations in the file with that name while CTRL-W on pycharm is just the one at the cursor.

Thanks!

2022-05-25 10:48:24 -0500 commented answer How to select current word at cursor?

Thanks, this works, also while I'm coding small scripts I press F5 a lot but how can I jump back into my file? The focus

2022-05-25 04:23:34 -0500 asked a question How to select current word at cursor?

How to select current word at cursor? Hello, In pycharm i use CTRL-W a lot, my cursor is standing at a word, I press C

2022-05-24 09:41:04 -0500 received badge Popular Question (source)
2022-05-24 09:41:04 -0500 received badge Notable Question (source)
2022-05-24 09:41:04 -0500 received badge Famous Question (source)
2022-04-11 04:55:17 -0500 commented answer Is there a way to color the top bar of the Wing IDE

Any updates on this? I subscribed meanwhile to the pro version but my OCD is kicking in all the time seeing that white b

2022-01-31 05:23:05 -0500 received badge Famous Question (source)
2022-01-24 10:16:01 -0500 marked best answer Is there a way to color the top bar of the Wing IDE

Hello,

I use the dark theme but the top bar of the window stays light. In PyCharm you can just click a box that also changes the color of the top window bar.

I can't find this setting in WingIDE and it's annoying, is there a way to do it? Thanks!

2022-01-24 10:15:20 -0500 commented answer Is there a way to color the top bar of the Wing IDE

Thanks, that would be awesome !!

2022-01-24 03:17:24 -0500 received badge Notable Question (source)
2022-01-23 05:13:59 -0500 received badge Popular Question (source)
2022-01-22 09:09:00 -0500 commented question Is there a way to color the top bar of the Wing IDE

Windows11 and Wing8 latest release Jan22. Windows does not change automatically the top bar, the programs have to code

2022-01-22 04:55:23 -0500 asked a question Is there a way to color the top bar of the Wing IDE

Is there a way to color the top bar of the Wing IDE Hello, I use the dark theme but the top bar of the window stays li

2022-01-21 09:13:11 -0500 marked best answer Is there a hotkey to complete a statement and move to the next line like in PyCharm

Hello,

I'm evaluating Wing Pro and loving it but I can't find to figure out how in the middle of a statement i can press a hotkey that finishes the line and moves me to the next line.

Best I can do is enable the autocomplete then press tab twice and then enter, but is there a hotkey for this? thanks!!

This is how it is in Pycharm: Ctrl+Shift+Enter Complete Current Statement Insert any necessary trailing symbols and put the caret where you can start typing the next statement.

2022-01-19 01:01:37 -0500 answered a question Is there a hotkey to complete a statement and move to the next line like in PyCharm

Thanks, the CTRL-ENTER will do, not sure about the Auto-Completion yet ;-)

2022-01-15 09:10:25 -0500 received badge Student (source)
2022-01-15 09:08:20 -0500 asked a question Is there a hotkey to complete a statement and move to the next line like in PyCharm

Is there a hotkey to complete line and move to next line like in PyCharm Hello, I'm evaluating Wing Pro and loving it