Coder Social home page Coder Social logo

pcode's People

Contributors

fortharris avatar hawko2600 avatar takluyver avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pcode's Issues

Add soft wrap feature

Hello.
Eage line works fine when people write new code.
If we have existing code we need soft wrap feature.
Can you add this option?

Path to run...

If i'm try to run python3 /opt/pcode/Pcode.py it's return:
Traceback (most recent call last):
File "/opt/pcode/Pcode.py", line 275, in
main = Pcode()
File "/opt/pcode/Pcode.py", line 38, in init
self.useData = UseData()
File "/opt/pcode/Extensions/UseData.py", line 327, in init
file = open("settings.ini", "r")
FileNotFoundError: [Errno 2] No such file or directory: 'settings.ini'

If i'm in /opt/pcode/ and call python3 Pcode.py pcode run sucess.

Windows separators "/" should be replaced with os.sep or os.path usage.

Hi,

I wanted to launch this on Linux, but in several places Pcode bails out with errors due to "" separator usage.

In the code, directory path handling should be replaced with os.sep or, even better, os.path usage.

E.g. it bails out with

Error creating workspace:

[Errno 2] No such file or directory: 'Resources\\PcodeProjects.zip'

Adding Modules

is there a way to add more modules predefined in settings?

Encoding and zero output

Your environment does not support Cyrillic in py files, all other editors open them without problems.

When you try to open the working source code, it generates the error "Charmap codec can't decode byte..." and does not open it. I open it without problems in all other development environments, all the necessary libraries are installed in the python used by your environment.
Снимок

Another problem, I found code that does not produce this error, but its output displays Exit 0 each time, and does not output anything.

However, I added your development environment to the free software site (link).

fails to start on linux

I'm not up to speed on QT at all so I'm not sure where the issue is but on linux settings.value("lsplitter") is null.

user@zenbook:~/workspace/Pcode$ python3 ./Pcode.py
Traceback (most recent call last):
File "./Pcode.py", line 288, in
main = Pcode()
File "./Pcode.py", line 106, in init
self.restoreUiState()
File "./Pcode.py", line 230, in restoreUiState
self.library.mainSplitter.restoreState(settings.value("lsplitter"))
TypeError: QSplitter.restoreState(QByteArray): argument 1 has unexpected type ''

Text selection/copying with keyboard

OS: Windows 7, Python 3.3.0 x64

When holding shift and using the left and right arrows to select text, the cursor does not move. Up and down arrows work. Ctrl+C and Ctrl+V do not appear to work for copying and pasting, though the context menu does appear to work.

dictionary changed size during iteration

Trying out Pcode on linux41 x64 machine.
I clone Pcode from git and run it with python3 Pcode.py.
I then register a workspace and attempt to create my first project.
I am using "Desktop application" and "console" options and constantly receive the following error:
Problem opening project: dictionary changed size during iteration
This happens both with current git clone and with the zip snapshot provided.

Unicode input support

When input some non-ascii characters, it seems that Pcode can not process Unicode characters correctly.

Python not install

I try your apps, but when run the code same msg appear : "no python installed "or" no python found".
On W7 64. Python 3.3 and 3.5 installed.

Python 3 installation not recognised

Hi, I have installed Python 3 and PCode on Windows 7; however, PCode is unable to find my Python installation. Could you give me some pointers as to what I need to set up or change in my configuration? Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.