First time here? Check out the FAQ!

YSS's profile - activity

2022-06-16 19:15:38 +0000 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 08:28:05 +0000 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, QMai

2022-05-30 09:26:49 +0000 received badge Popular Question (source)
2022-05-25 19:39:52 +0000 received badge Supporter ( source )
2022-05-25 16:56:26 +0000 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 16:25:48 +0000 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 15:48:24 +0000 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 09:23:34 +0000 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 CT

2022-05-24 14:41:04 +0000 received badge Popular Question (source)
2022-05-24 14:41:04 +0000 received badge Notable Question (source)
2022-05-24 14:41:04 +0000 received badge Famous Question (source)
2022-04-11 09:55:17 +0000 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 11:23:05 +0000 received badge Famous Question (source)
2022-01-24 16:16:01 +0000 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 16:15:20 +0000 commented answer Is there a way to color the top bar of the Wing IDE

Thanks, that would be awesome !!

2022-01-24 09:17:24 +0000 received badge Notable Question (source)
2022-01-23 11:13:59 +0000 received badge Popular Question (source)
2022-01-22 15:09:00 +0000 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 t

2022-01-22 10:55:23 +0000 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 lig

2022-01-21 15:13:11 +0000 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 07:01:37 +0000 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 15:10:25 +0000 received badge Student (source)
2022-01-15 15:08:20 +0000 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 b