Git Product home page Git Product logo

propside's People

Contributors

jsdenson avatar

Watchers

James Cloos avatar

propside's Issues

Sometimes CPU usage goes high on port IO run/debug

mindrobots: At one point, it just hang. CPU usage on my laptop went to 25% and 
guess which process was using 25%? I haven't been able to recreate this problem.

trodoss: I had this happen when using the "run" functionality, and it seemed to 
hang during the serial port communication. I ended up having to restart my 
computer in order to communicate with the COM port.

Original issue reported on code.google.com by [email protected] on 17 Feb 2012 at 2:53

Reset button does not work if port is not open.

What steps will reproduce the problem?
1. Choose proper reset type
2. Click reset button
3.

What is the expected output? What do you see instead?

Board should reset. No affect.

Please use labels and text to provide additional information.

The port must be opened for reset signal to have any affect.
If port is closed, it should be temporarily opened for the operation.

Original issue reported on code.google.com by [email protected] on 3 Apr 2012 at 7:39

User finds LPT1 in serial port list

What steps will reproduce the problem?
1. Found only on machine with LPT1

What is the expected output? What do you see instead?
Expect only serial ports.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 17 Feb 2012 at 2:26

New file, Save, Set Project fails to make side project.

What steps will reproduce the problem?
1. Menu-File-New
2. Edit file and Menu-File-Save (Ctrl+S in windows). Program asks user to name 
file and save as ....
3. Menu-Project-Set Project (F4)

What is the expected output? What do you see instead?
This should make a project named after the newly saved file, but doesn't.

Original issue reported on code.google.com by [email protected] on 5 Mar 2012 at 6:42

Terminal behavior is sometimes unpredictable.

What steps will reproduce the problem?

1. Click debug F8 with terminal.
2. Notice not all output appears even with end of line in printf.

This is just one terminal issue. There is a performance issue also.
Using the built in loader terminal is probably the best option.
We'll see.

Original issue reported on code.google.com by [email protected] on 19 Feb 2012 at 5:36

Need fully qualified GCC path name for Linux/Mac support

One issue for Linux/Mac appears to be using a fully qualified path name.
We don't have the luxury or need of using the PATH variable like in Windows.
In Windows, the build can fail without having the PATH set. I'm guessing that 
Linux/Mac won't have that issue since all system libraries are already 
available to all programs.

Original issue reported on code.google.com by [email protected] on 17 Feb 2012 at 5:42

Sometimes project add/delete menu are empty

What steps will reproduce the problem?
1. right click project item
2. add/delete does not always show

What is the expected output? What do you see instead?
add/delete menu should always appear when right click on a project file-name



Original issue reported on code.google.com by [email protected] on 17 Feb 2012 at 2:51

SimpleIDE always opens last project.

What steps will reproduce the problem?
1. Associate SimpleIDE with *.side files.
2. Double-click to launch SimpleIDE.
3. The project clicked does not open.

Need to investigate opening the project clicked instead of the last project.

Original issue reported on code.google.com by [email protected] on 23 Jun 2012 at 10:43

"New" then "Save" file doesn't work.

What steps will reproduce the problem?
1. Press New button
2. See new "untitled" editor tab.
3. Press Save button

What is the expected output? What do you see instead?
Editor should ask for "save as" and rename the file.
Editor makes the file tab empty.



Original issue reported on code.google.com by [email protected] on 17 Feb 2012 at 3:17

Switching to recent project does not fully close old project.

What steps will reproduce the problem?
1. Note open project.
2. Menu->Project->Recent project.
3. Some old project files hang around.

What is the expected output? What do you see instead?
Old project files should close.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 20 Mar 2012 at 10:40

Terminal display/port reset should have separate button

A request/consideration. Can the port reset and terminal display/hide functions 
be moved to separate buttons? At times, I think it might be nice to be able to 
hide/display the terminal without resetting and also be able to reset without 
toggling the terminal. If I close the terminal window, I may want to get it 
back without resetting the Prop. (I may have just missed a way to do this)

Original issue reported on code.google.com by [email protected] on 17 Feb 2012 at 2:49

Compiler properties dialog title wrong

What steps will reproduce the problem?
1. Click properties wrench for dialog.

What is the expected output? What do you see instead?
<program name> Compiler Properties
Side Compiler Properties



Original issue reported on code.google.com by [email protected] on 17 Feb 2012 at 2:43

Unable to use simpleIDE on 32bits-only Mac

What steps will reproduce the problem?
1. Download MacOsX package
2. Extract package
3. Try to run SimpleIDE

What is the expected output? What do you see instead?
Program is supposed to launch but I just get a message saying I can't run that 
program with my current Mac.

What version of the product are you using? On what operating system?
0.7.2

Please provide any additional information below.
I will try to compile from source but a universal Application file could be 
neat.

Original issue reported on code.google.com by [email protected] on 20 Jun 2012 at 9:37

Option for creating binary archive library.

Today SimpleIDE only uses binary archive libraries.
It would be useful to also create them.

How can this be done in a future SimpleIDE release?

It would be fairly easy to add a step for everything except the main file to be 
stuffed into a library. It would be possible to select whether or not to build 
a library project from the project options.

This might happen after the Spin/PASM port is ready.

Original issue reported on code.google.com by [email protected] on 20 Jun 2012 at 3:36

Need user preference properties tabbed pane

Today the properties dialog only asks for compiler info.

User preferences such as tab key character count and highlight colors should be 
on and "Editor" preferences tab. Look and feel things like word-wrap enable for 
compile status window should be on a "General" preferences tab.

Example.

.==========.--------------------.
| Compiler |  Editor |  General |
|          =================================.
|                                           |
|                                           |
|                                           |
'==========================================='


Original issue reported on code.google.com by [email protected] on 19 Feb 2012 at 5:32

Would like a way to find a function definition

In some IDE's you can right-click on a function or macro symbol to find the 
definition. This is a very handy feature. It is possible to implement this by 
using a ctags process. Of course back and forward navigation buttons would be 
useful and probably necessary for using the feature.

Original issue reported on code.google.com by [email protected] on 17 Feb 2012 at 4:06

Some syntax highlighting

What steps will reproduce the problem?
1. enter in editor: freq = (freq << 1) | (freq >> 31)

What is the expected output? What do you see instead?
<< 1) | (freq >> gets highlighted and should not be.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 17 Feb 2012 at 2:47

Recent HELP window change is annoying.

Help has TMI - too much information.

Changing it to a modified splash window with a link to simple-ide on the web 
for User Guide and option to disable at startup.

Original issue reported on code.google.com by [email protected] on 9 May 2012 at 5:48

Need minimal auto indent for entering code.

Would like the Editor cursor to automatically go to the column under the first 
character of the previous line when entering code a line at a time.

This is minimalist behavior - some syntactic detection and positioning would be 
nice, but not really necessary.


Original issue reported on code.google.com by [email protected] on 23 Jun 2012 at 3:37

Add "New Project"

User would like a new project feature. An open project feature may also be 
useful to simplify finding the .side project file.

Original issue reported on code.google.com by [email protected] on 17 Feb 2012 at 4:46

IDE stalls while loader running.

What steps will reproduce the problem?
1. Run program.
2. Click Run (F10) button.

What is the expected output? What do you see instead?
Program should stay responsive. Instead it stalls.



Original issue reported on code.google.com by [email protected] on 17 Feb 2012 at 3:42

Adding a new file to project and cancel causes crash

What steps will reproduce the problem?

1. Right-click project, select add.
2. Cancel add.
3. Click hammer for build (F9)

What is the expected output? What do you see instead?
IDE should compile, but crashes.



Original issue reported on code.google.com by [email protected] on 19 Feb 2012 at 6:57

IDE can stall while running compiler

This is similar to the loader issue.

It will only be resolved by combining the loader and compile process in an
external program that can be managed by an asynchronous process->start().

Original issue reported on code.google.com by [email protected] on 17 Feb 2012 at 6:50

Users find two font increase commands confusing

There are 2 font increase commands possible. They are listed because of 
addAction() connections.

Probably good to either remove Ctrl+Shift+'=' or find a way to connect both 
that and Ctrl+'=' to the same function.

Original issue reported on code.google.com by [email protected] on 8 Jul 2012 at 4:37

Windows must use C:\propgcc for compiler install.

What steps will reproduce the problem?
1. Start installer.
2. Go to Select Compiler Folder
3. Change from C:\propgcc to some other path
4. Start SimpleIDE
5. Compile fails

What is the expected output? What do you see instead?
Text from "Select Compiler Folder" should be added to PATH.
It is ignored and C:\propgcc is added which results in compile failures.

Please use labels and text to provide additional information.

Installing Windows SimpleIDE "Select Compiler Folder" in a location other than 
C:\propgcc will cause compile to fail. User can use a different path, but the 
PATH variable must be set accordingly for that. Please only install to 
"C:\propgcc" as shown below if possible. 


Original issue reported on code.google.com by [email protected] on 20 Jun 2012 at 10:39

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.