First time here? Check out the FAQ!

KhazAkar's profile - activity

2023-11-01 11:47:05 -0500 received badge Famous Question (source)
2023-11-01 11:47:05 -0500 received badge Notable Question (source)
2023-01-28 08:25:25 -0500 received badge Famous Question (source)
2022-12-14 05:49:48 -0500 received badge Popular Question (source)
2022-12-14 05:49:48 -0500 received badge Notable Question (source)
2022-12-05 09:19:01 -0500 marked best answer Support for pyproject.toml/setup.py

Hi!

Is there a plan to support pyproject.toml/setup.py in Wingware? By support I mean things like:

  • Option to generate pyproject.toml/setup.py by using simple widget menu system
  • Creation of source distribution/wheel package from menu system, with support for extra flags like wheel destination folder etc.
  • Loading yapf/pyflakes etc. options from pyproject.toml file

Here's the grouping project on github which shows which projects in Python world supports pyproject.toml as exchange file :)

https://github.com/carlosperate/aweso...

2022-12-05 09:19:00 -0500 commented answer Support for pyproject.toml/setup.py

That's fine, thanks for the answer :)

2022-12-04 11:43:30 -0500 edited question Support for pyproject.toml/setup.py

Support for pyproject.toml/setup.py Hi! Is there a plan to support pyproject.toml/setup.py in Wingware? By support I me

2022-12-04 11:40:40 -0500 asked a question Support for pyproject.toml/setup.py

Support for pyproject.toml/setup.py Hi! Is there a plan to support pyproject.toml/setup.py in Wingware? By support I me

2022-11-14 09:40:27 -0500 commented answer Can you please add Github Copilot integration?

Me also, plus GitHub Copilot got class-action lawsuit, which also hits openai, which powers github copilot :)

2022-11-14 04:34:49 -0500 answered a question Can you please add Github Copilot integration?

What about replicode? https://github.com/sandsmark/replicode It might be a viable alternative to Github Copilot if I go

2022-06-08 09:36:01 -0500 received badge Famous Question (source)
2022-06-01 09:47:30 -0500 received badge Famous Question (source)
2022-05-25 09:10:10 -0500 received badge Famous Question (source)
2022-05-19 14:28:01 -0500 marked best answer After saving file after block-comment, editor forgets that it was commented by itself

Hello!,

I just found issue with block comment with auto-formatting enabled. If you block-comment code, save file and it auto-reformats itself, then when you want to un-comment it, it comments it again and you have 2x ## instead of un-commenting.

2022-05-19 07:16:07 -0500 received badge Popular Question (source)
2022-05-19 07:16:07 -0500 received badge Notable Question (source)
2022-05-17 09:54:59 -0500 asked a question Slow file analysis for bigger projects

Slow file analysis for bigger projects Hi!, When loading bigger projects, where you can have of thousands of python fil

2022-05-17 06:23:05 -0500 received badge Popular Question (source)
2022-05-16 04:19:48 -0500 marked best answer Usage of Wing Personal for commercial purpose

Hello!,

Is it allowed to use Personal version of Wing IDE for commercial use (like within for-profit company)?

I'm curious, since on the page it says that "Wing Personal is free to use for any purpose and does not require a license to run". Does it cover commercial use too?

2022-05-13 09:25:59 -0500 commented answer Usage of Wing Personal for commercial purpose

Thanks a lot for that information :)

2022-05-13 08:23:21 -0500 asked a question Usage of Wing Personal for commercial purpose

Usage of Wing Personal for commercial purpose Hello!, Is it allowed to use Personal version of Wing IDE for commercial

2022-05-11 05:48:12 -0500 commented answer Command history

In Personal, this can be enabled as well, it's disabled by default. :) Preferences -> Debugger -> Shells -> Fil

2022-05-11 05:47:40 -0500 commented answer Command history

In Personal, this can be enabled as well, it's disabled by default. :) Preferences -> Debugger -> Shells -> Fil

2022-05-11 05:45:54 -0500 marked best answer Command history

Hello, Is there a plan to implement interactive command history from current python shell session?

For better clarification: Separate tool window which contains all declared variables within current python shell session :)

2022-05-11 04:25:53 -0500 answered a question After saving file after block-comment, editor forgets that it was commented by itself

Temporarily, when I will be able to figure out w/Wingware Support why this issue happens and is not that easily reproduc

2022-05-11 04:25:53 -0500 received badge Rapid Responder ( source )
2022-05-10 11:23:03 -0500 marked best answer Type of variable in f-string is not detected

Hi!,

I've just found that in current version of Wing IDE, regardless of edition, type of variable put inside f-string in curly braces is not detected, but takes whole string as one in Source Assistant.

Having it properly detected would be highly appreciated :)

2022-05-10 11:21:38 -0500 commented question After saving file after block-comment, editor forgets that it was commented by itself

I found this, thanks Quick test after changing to pep8 style of block commenting didn't helped at all, issue still pers

2022-05-10 11:21:30 -0500 commented question After saving file after block-comment, editor forgets that it was commented by itself

I found this, thanks Quick test after changing to pep8 style of block commenting didn't helped at all, issue still persi

2022-05-10 10:49:54 -0500 commented answer Type of variable in f-string is not detected

Thanks a lot. :)

2022-05-10 10:49:43 -0500 commented answer Type of variable in f-string is not detected

Thanks a lot: :)

2022-05-10 02:41:48 -0500 commented question After saving file after block-comment, editor forgets that it was commented by itself

Seems that it's only available in Pro version, because I've just opened Personal one and I cannot find something like Bl

2022-05-10 01:25:26 -0500 commented question After saving file after block-comment, editor forgets that it was commented by itself

Seems that it's only available in Pro version, because I've just opened Personal one and I cannot find something like Bl

2022-05-10 01:19:28 -0500 received badge Notable Question (source)
2022-05-09 23:17:07 -0500 received badge Famous Question (source)
2022-05-09 23:16:56 -0500 commented answer Type of variable in f-string is not detected

Future major (9.x) or in 8.x? :)

2022-05-09 17:32:35 -0500 received badge Notable Question (source)
2022-05-09 11:45:42 -0500 received badge Popular Question (source)
2022-05-09 11:45:42 -0500 received badge Notable Question (source)
2022-05-09 11:45:15 -0500 received badge Popular Question (source)
2022-05-09 11:11:14 -0500 commented question After saving file after block-comment, editor forgets that it was commented by itself

Built-in PEP8

2022-05-09 10:23:45 -0500 received badge Famous Question (source)
2022-05-09 10:23:45 -0500 received badge Popular Question (source)
2022-05-09 10:23:45 -0500 received badge Notable Question (source)
2022-05-09 09:10:14 -0500 received badge Popular Question (source)