GithubHelp home page GithubHelp logo

golangide's Introduction

golangide

golangide's People

Contributors

googlecodeexporter avatar

Watchers

 avatar

golangide's Issues

IME switching caused cursor lost

What steps will reproduce the problem?
1. Open a new document and input something, the cursor is shown correctly
2. Switch IME to Google IME and input something, the cursor still functions 
normally.
3. Switch IME from Google IME back to English, the cursor is gone.

What is the expected output? What do you see instead?
Cursor should always be there.

What version of the product are you using? On what operating system?
X5 on Windows XP English 32-bit.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 8 Jul 2011 at 3:35

Is it possible for snipcode help?

e.g.

import "fmt"

func main() {
  fmt. < when typing the '.' automatic display fmt's function and const
}

I would like have something like ipython's ?? function.
Which display the member function help.

Original issue reported on code.google.com by [email protected] on 15 Feb 2011 at 4:27

won't except the GOPATH input

What steps will reproduce the problem?
1. press the "Go" tab in LiteIDE -macosx10.6-x11-beta
2. Enter the custome GOPATH for sources, which in my case is "$HOME/gocode/src  

3.

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

Liteide should look for go sources at the custom GOPATH
It ignores this input and always searches for source files in in gocode and 
outputs
the following: "can't load package: package .: no Go source files in 
/Users/Jim/gocode"
What version of the product are you using? On what operating system?
darwin AMD64 on Imac 10.7

Please provide any additional information below.

If I place my source file in the gocode dir It finds it and produces an 
executable called "gocode". The following is the compete error message:    
action id="Build" cmd="$(GO)" args="build">
<start="/Users/Jim/go/bin/go 
build" workdir=""/>
can't load package: package .: no Go source files in 
/Users/Jim/gocode
<exit code="1" msg="process exited normally"/>
</action>



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

Libqt conflicts with the native one on Linux i386

Please forgive my Engrish.

I have just downloaded "liteide-linux32-x6-1.tar.bz2”.
But when I launch it, the program abort:

$ liteide/bin/liteide
Cannot mix incompatible Qt library (version 0x40703) with this library (version 
0x40700)
Abandon

It seems that libqt in this package conflicts with the native one, so I remove 
the liteide/lib directory and it works well now.
But I'm not sure whether this solution works on other machines.

BTW, after removing liteide/lib, the size decrease by about 60%

Original issue reported on code.google.com by [email protected] on 30 Jul 2011 at 10:32

Segfault in startup

What steps will reproduce the problem?
1. Download latest liteide x86_64 for linux
2. extract the tarball
3. execute liteide/bin/liteide

What is the expected output? What do you see instead?
I expect the program to start but instead i get a segfault with the message:
I/O error : No such file or directory
/usr/share/mime/inode/directory.xml:1: parser error : Extra content at the end 
of the document

^
Segmentation fault


What version of the product are you using? On what operating system?
Latest at submit date

Please provide any additional information below.
The directory.xml exists and is readable by normal users.

Original issue reported on code.google.com by [email protected] on 15 Oct 2011 at 8:11

Attachments:

Packaging golangide

Hello,

I'm trying to package golangide for Arch Linux, but I stumbled across some 
issues. When placing the binary files in /usr/bin and plugins in another 
directory, the liteid executable still looks for plugins in /usr/bin/plugins. 
As far as I can tell, there is no environment variable (like GOLANGIDE_PLUGINS, 
for example), that can be set. This also goes for the templates and examples, 
as far as I can tell. A solution to this would be great.


What steps will reproduce the problem?

1. Place liteide and the other binaries in /usr/bin
2. Place plugins, templates and documentation elsewhere
3. strace liteide
4. observe:
open("/usr/bin/plugins", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT 
(No such file or directory)


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

I would expect it to be possible to place the binaries in /usr/bin and spread 
the other files around the filesystem, as described by the Filesystem Hierarchy 
Standard and Arch Linux packaging guidelines.


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

golangide 0.2.1
64-bit Arch Linux (rolling release, no version number)


Please provide any additional information below.

6l version release.2011-02-15 7463


Thanks!

- Alexander Rødseth

Original issue reported on code.google.com by [email protected] on 28 Feb 2011 at 11:59

Save liteide settings

What steps will reproduce the problem?
1.
2.
3.

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

Save program settings.  (Width of the folders, ie.Filebrowser).


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

last version (x4) Ubuntu 64 bits.

Please provide any additional information below.




Original issue reported on code.google.com by [email protected] on 3 Jul 2011 at 8:11

Refresh GoAstView

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
The Plugin GoAstView no refresh changes of functions names

What version of the product are you using? On what operating system?
X6 ubuntu 64 bits.

Please provide any additional information below.

When you have a function i.e. Addthing and you changes its name to AddOther 
plugin not actualizes this change and shows old name.

Original issue reported on code.google.com by [email protected] on 2 Aug 2011 at 7:51

Can not use gocode on x4,x5 version

What steps will reproduce the problem?
1. extract gocode x86_64 version on linux
2. ln -s /usr/bin/gocode $GOROOT/bin (I read GOCODE.TXT, but...)
3. type "fmt."  only display "Println"


What is the expected output? What do you see instead?
1. "Println,Printf,...."

What version of the product are you using? On what operating system?
x5, x86_64 amd64 ArchLinux

Please provide any additional information below.
I don't know how to let godoc plugin work.
Suggest write some config method on README.TXT

Original issue reported on code.google.com by [email protected] on 8 Jul 2011 at 6:55

changing case does not seem to count as a rename in filebrowser

What steps will reproduce the problem?
1.right click rename file in file browser 
2.
3.

What is the expected output? What do you see instead?
tried to change case of some letters
failed
What version of the product are you using? On what operating system?
x10 vista

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Nov 2011 at 6:38

Println html

What steps will reproduce the problem?
output html(xml), using fmt.Println 

What is the expected output? What do you see instead?
Full string. Substring from a full string

What version of the product are you using? On what operating system?
Linux, liteide x5

Please provide any additional information below.
Example source:
main.go
example html:
13691

Print Liteide:

<action id="Run">
<cmd="${TARGETPATH}" _cmd="/home/rmib/Develop/work/goparsing/goparsing"/>
<args=""/>
2011/07/18 11:20:04 | | 
| "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\n" | | "\n " 
| 
<exit code="0" msg="process exited normally"/>
</action>

Print in terminal:
Output


Original issue reported on code.google.com by [email protected] on 18 Jul 2011 at 5:42

Attachments:

gofmt option not work in Vs. X5

What steps will reproduce the problem?
1. when use the gofmt option the program crashes.  
2.
3.

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


What version of the product are you using? On what operating system?
Last release X5 .- Linux 64 bits ubuntu 10.04

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Jul 2011 at 1:20

download filename not match for description linux64

What steps will reproduce the problem?
1.
2.
3.

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


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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 1 Jul 2011 at 5:53

Code folding

What steps will reproduce the problem?
1.
2.
3.

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


What version of the product are you using? On what operating system?
last version X7 with ubuntu 10.04

Please provide any additional information below.
Implements code folding for snippets hide of code,(i.e. functions) very useful 
feature for view code.

Original issue reported on code.google.com by [email protected] on 14 Aug 2011 at 7:42

Replace dialog box

It would be helpful to have a Replace dialog box may be merge with the find 
dialog box?

Original issue reported on code.google.com by [email protected] on 18 Apr 2011 at 12:53

Cannot run liteide binary under user privileges

What steps will reproduce the problem?

1. Download, extract liteide folder into home one
2. Run there ./liteide command in terminal


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

Normal main window of LiteIDE


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

The list of errors:
(<unknown>:5389): GdkPixbuf-WARNING **: Bug! loader 'png' didn't set an error 
on failure

(<unknown>:5389): Gtk-WARNING **: Error loading theme icon 'window-close' for 
stock: Internal error: Image loader module 'png' failed to complete an 
operation, but didn't give a reason for the failure

(<unknown>:5389): GLib-GObject-CRITICAL **: g_object_unref: assertion 
`G_IS_OBJECT (object)' failed

** (<unknown>:5389): CRITICAL **: murrine_style_draw_render_icon: assertion 
`base_pixbuf != NULL' failed

(<unknown>:5389): Gtk-CRITICAL **: IA__gtk_style_render_icon: assertion `pixbuf 
!= NULL' failed

(<unknown>:5389): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_pixels: assertion 
`GDK_IS_PIXBUF (pixbuf)' failed

(<unknown>:5389): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion 
`GDK_IS_PIXBUF (pixbuf)' failed

(<unknown>:5389): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion 
`GDK_IS_PIXBUF (pixbuf)' failed
Segmentation fault

Please provide any additional information below.

Under the root I can run it though. However, all previous versions of LiteIDE 
worked well without root privilegies.

Original issue reported on code.google.com by [email protected] on 14 Sep 2011 at 9:24

[Windows] Cannot build when project name contains spaces

What steps will reproduce the problem?
1. On Windows, create a Go Project with space in name, e.g. "Foo Bar".
2. Hit Ctrl-F7 (BuildAndRun)

What is the expected output? What do you see instead?
Expected: successful compilation
I see instead:
<action id="Build" cmd="${GOPROMAKE}" args="-gopro ${PROJECTNAME}">

<start="C:/path/to/liteide/bin/gopromake.exe -gopro Flights Gateway.e64" 
workdir="C:/some/path/my_project"/>

Golang Project Build Tools.

open Foo: The system cannot find the file specified.

<exit code="1" msg="process exited normally"/>

</action>

What version of the product are you using? On what operating system?
x10, Windows 7

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 5 Oct 2011 at 12:40

Errors handling

What steps will reproduce the problem?
1.
2.
3.

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


What version of the product are you using? On what operating system?
LiteIDE X6 and Ubuntu 64 bits.

Please provide any additional information below.

When found compile error Is possible double-clicked over it and it goes to 
error line?

I think is very useful this functionality.

Original issue reported on code.google.com by [email protected] on 30 Jul 2011 at 4:42

Interruption of running program

What steps will reproduce the problem?
1.
2.
3.

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


What version of the product are you using? On what operating system?
LiteIDE 0.18, Win7/32

Please provide any additional information below.
It'd be highly desirable to be able to interrupt long-running operations by 
means of the IDE.

Original issue reported on code.google.com by [email protected] on 5 Feb 2011 at 3:26

Open multiple projects in one window.


Probably getting there eventually, but the sooner the better since go is 
package centric and I usually end up having to open around 5 windows to work on 
different packages simultaneously.

Thanks!

Original issue reported on code.google.com by [email protected] on 26 Oct 2011 at 8:01

Package autocompletion

What steps will reproduce the problem?
1. Import "fmt" package
2. Start writing "fmt." in a code block (such as main)

What is the expected output? What do you see instead?
I expect to see a list of public functions in the fmt package (Println, 
Fprintf, etc.) but instead I only see the functions I already used in my code 
(in the Hello world's example it is only Println)

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

Original issue reported on code.google.com by [email protected] on 3 Jul 2011 at 8:13

Not alle keywords are recognized in highlighting, for example switch

What steps will reproduce the problem?
1.
2.
3.

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


What version of the product are you using? On what operating system?
O.1.6.  Windows

Please provide any additional information below.


Original issue reported on code.google.com by ivo.balbaert on 19 Jan 2011 at 2:32

Autoclose braces, quotes etc.(how option)

What steps will reproduce the problem?
1.
2.
3.

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


What version of the product are you using? On what operating system?
X5. Ubuntu 64 bits.

Please provide any additional information below.

would suggest option autoclose braces, parentheses quotes, brackets... etc.

other minor issue is save the position and size of panels (filebrowser, 
GolangDoc, etc.) for the next session.

Original issue reported on code.google.com by [email protected] on 20 Jul 2011 at 4:29

To be able to put several lines of code in comment

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
is now not possible

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

Please provide any additional information below.


Original issue reported on code.google.com by ivo.balbaert on 19 Jan 2011 at 2:35

Code completion

What steps will reproduce the problem?
1. press Ctrl+Space

What is the expected output? What do you see instead?
code completion window expected, but does not appear...

What version of the product are you using? On what operating system?
Win 7/64 bit

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 3 Feb 2011 at 9:32

Home Key doesn't work correctly

What steps will reproduce the problem?
1. Pick a line with an indentation and press Home Key

What is the expected output? What do you see instead?
I expect the cursor placed at the first letter of the line. The cursor appears 
at the line begin

What version of the product are you using? On what operating system?
liteide 0.2.1, Win7/32

Please provide any additional information below.
Issue 13 (http://code.google.com/p/golangide/issues/detail?id=13#c1) is still 
topical.

Original issue reported on code.google.com by [email protected] on 27 Feb 2011 at 3:07

External '.a' packages management

What steps will reproduce the problem?


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

What version of the product are you using? On what operating system?
LiteIDE 0.1.8 Win7/64

Please provide any additional information below.
It would be really useful to have a simple external '.a' libraries management 
system, that would be able to:

1) Set the alternate package directory from IDE and use the compiler flags 
'-I', '-L', so that the developer won't import extlib.a file in directory "lib" 
as "./lib/extlib", but instead it will be possible to add "./lib" as an 
external package directory somewhere in the IDE and use simple import "extlib" 
without "./" or "./lib/".

2) Use reflection to analyze the contents of such libraries and show the 
results somewhere in the IDE.

Original issue reported on code.google.com by [email protected] on 5 Feb 2011 at 6:28

Application not supported OS X 10.6.8 32 bit

When opening the .dmg the application is crossed over, trying to open it 
results in a "This application will not open since it's not supported on this 
type of Mac"

What version of the product are you using? On what operating system?
version: liteidex
OS: OS X 10.6.8


Original issue reported on code.google.com by [email protected] on 15 Oct 2011 at 9:44

Please do not break the Internet!

What steps will reproduce the problem?
1. try to download 0.1.8 from 
http://golangide.googlecode.com/files/liteide-win32-bin-0.1.8.zip

What is the expected output? What do you see instead?
the file is not there anymore. Please leave old releases under "Downloads".

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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Feb 2011 at 9:22

Braces and parentheses matching

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Lighting the matching brackets when putting the cursor at either of them. It 
doesn't work now.

What version of the product are you using? On what operating system?
LiteIDE 0.1.8; Win7/32

Please provide any additional information below.
Really useful feature that'll bring great pleasure while code writing.

Original issue reported on code.google.com by [email protected] on 5 Feb 2011 at 4:45

Closing an opened file tab when clicking OK in "Import GOPATH Project"

What steps will reproduce the problem?
1. Open a file,
2. Go to the GOPATH Project setup (button near Home),
3. Select a relevant project path and click OK to close the GOPATH Project 
window.

What is the expected output?
You just close the GOPATH Project window.

What do you see instead?
The application closes both the GOPATH Project window and the opened (active) 
file tab.

What version of the product are you using? On what operating system?
LiteIDE X11 beta2
Windows 7 Ultimate x32

Original issue reported on code.google.com by [email protected] on 9 Mar 2012 at 7:23

LiteBuild does not handle spaces in file paths on Windows

What steps will reproduce the problem?
1. Create Project located in a folder with space in name such as 
"C:\Users\mike\My Dropbox\hello"

2. Attempt to build project. Build will fail, noting that it can not find 
"C:\Users\mike\My"

What is the expected output? Expected output is successful build.

What do you see instead? Build fails, see below for LiteBuild output.

What version of the product are you using? On what operating system?
Version:  v0.15625 (x1)
OS:  Windows Vista


Here is the LiteBuild output

<action id="Build">
<cmd="gopromake" _cmd="C:/Program Files/liteide/bin/gopromake.exe"/>
<args="-gopro C:\Users\mike\My Dropbox\hello\hello.e64"/>
golang project make tools. v1.0 by visualfc.
open C:\Users\mike\My: The system cannot find the file specified.

<exit code="1" msg="process exited normally"/>
</action>



Original issue reported on code.google.com by [email protected] on 21 May 2011 at 7:03

build error while making promake

Hello

I'm trying to install LiteIDE using the sources.
here are my system characteristics: 
$GOOS = linux
GOARCH = 386

My go install is the latest release.

When I call gomake from $HOME/liteide/src/go/promake, I get the following 
output : 

----------------------------------------------
8g -o _go_.8 depparser.go gobin.go promake.go
depparser.go:38: undefined: append
depparser.go:62: undefined: append
depparser.go:79: undefined: append
promake.go:47: missing lower bound in slice expression
promake.go:132: missing lower bound in slice expression
promake.go:152: missing lower bound in slice expression
promake.go:172: missing lower bound in slice expression
depparser.go:79: too many errors
make: *** [_go_.8] Error 1
----------------------------------------------


Original issue reported on code.google.com by [email protected] on 31 Jan 2011 at 11:20

Preference: commentary not in red color ?

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
red is threatening, green or gray would be better

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


Please provide any additional information below.


Original issue reported on code.google.com by ivo.balbaert on 19 Jan 2011 at 2:34

Versioning scheme

What steps will reproduce the problem?
1. go to http://code.google.com/p/golangide/downloads/list
2. try to figure out what is the current version number

What is the expected output? What do you see instead?
1.0 instead of x8

What version of the product are you using? On what operating system?
0.9375, Windows 7

Please provide any additional information below.
I started to offer the LiteIDE from 0.2.1 in Npackd and currently the newest 
version there is 0.9375. In the x8 release I do not see any version numbers on 
http://code.google.com/p/golangide/downloads/list. As far as I understand 
x8=0.125*8=1. What are your plans about version numbers? I could switch to the 
"x8"="8.0" scheme, but I am not yet sure what the next version numbers would be.



Original issue reported on code.google.com by [email protected] on 4 Sep 2011 at 5:43

AstView

What steps will reproduce the problem?
1.
2.
3.

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


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 20 Jan 2011 at 8:14

Backward navigation through tabs

What steps will reproduce the problem?
1. Press ctrl+shift+tab

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

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

Please provide any additional information below.


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

output reversed from example online

What steps will reproduce the problem?
1. do gotour 31
2.
3.

What is the expected output? What do you see instead?
Bell Labs first, Google second
Google first, Bell Labs second
What version of the product are you using? On what operating system?
x 10 on Vista

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Nov 2011 at 2:21

Attachments:

Text editing shortcuts/commands thoughts

It would be helpful to have some simples text editing commands and shortcuts 
like:
  - duplicate line
  - delete line
  - move line up/down
  - double click on an open parenthesis select all the expression until the next match close parenthesis
  - same for strings
  - comment line

Original issue reported on code.google.com by [email protected] on 18 Apr 2011 at 1:00

Go biuld weekly.2012-02-07 breaks down LiteIDE x10

As Go language team has released GoLang weekly.2012-02-07 build the latest 
version of LiteIDE fails to work. I could not straight off find a right place 
in the configuration setup to tune 6g/6l/8g/8l paths.
Could you provide a quick solution to the problem?

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

In "GettingStarted" instructions for Win32, there should be written to set PATH

What steps will reproduce the problem?
1. Follow instructions from the "GettingStarted" wiki page 
(http://code.google.com/p/golangide/wiki/GettingStarted), section "install 
windows", but when you have Go installed not in C:\go, but e.g. in 
C:\foobar\go, and change GOROOT appropriately

What is the expected output? What do you see instead?
I expect proper compilation. Instead, I see an error message.

What version of the product are you using? On what operating system?
0.1.8, on Windows

Please provide any additional information below.
A solution is to add in GettingStarted page an additional line for cmd:
 set PATH=%PATH%;%GOROOT%\bin

Original issue reported on code.google.com by [email protected] on 29 Jan 2011 at 12:54

Save Desktop

What steps will reproduce the problem?
1.
2.
3.

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


What version of the product are you using? On what operating system?
LiteIDE X6 and Ubuntu Linux 64 bits.

Please provide any additional information below.

When I load LiteIDE , I set the wide laterals panels and search in plugin 
Filebrowser the Go projects directory I use.

Is possible save automatically this desktop?  or how option save desktop and 
the next session loading.


Original issue reported on code.google.com by [email protected] on 30 Jul 2011 at 4:16

A program which expects input from console cannot be tested from within LiteIDE

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Output pane doesn' t accept input

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

Please provide any additional information below.
For example this program:
package main

import (
    "fmt"
    "bufio"
    "os"
)

func main() {
    var inputReader *bufio.Reader // reader for input
    var input string
    var err os.Error

    inputReader = bufio.NewReader(os.Stdin)
    fmt.Printf("Please enter some input: \n")
    input, err = inputReader.ReadString('\n')

    if err == nil {
        fmt.Printf("The input was: %s\n", input)
    }
}



Original issue reported on code.google.com by ivo.balbaert on 19 Jan 2011 at 2:37

Home key should place the caret before the first character

What steps will reproduce the problem?
1. Place the caret in the middle of any line of code, indented using tabs or 
spaces.
2. Press 'Home'


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

The caret should be placed before the first non-whitespace character.
For example, if the code on that line is indented with 4 tabs, the caret should 
be placed after the 4th tab.

In the current version the caret is placed at the beginning of the line(before 
all tabs and spaces).

What version of the product are you using? On what operating system?
LiteIDE 0.1.8 Win7/64

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 5 Feb 2011 at 6:08

Unexpected switching active project folder

First of all, thank you for LiteIDE X11, it looks really great! However, I'd 
like to point out to a pretty annoying thing.

What steps will reproduce the problem?
1. Import projects, where at least one makes executable file and has a 
subpackage.
2. Choose a folder with the executable. Folder becomes 'active' (in bold). 
Build and run the project. It works just fine. 
3. Then open any file in the subpackage. You can see that 'active' folder 
switches to the subpackage one. If you now hit 'Build' it works, but 'Run' 
fails as, I suppose, IDE cannot find the executable.
So, it's all about unexpected switching the active project directory.

What is the expected output? What do you see instead?
Switching 'active' folder only by double click or through the context menu to 
avoid inconvenient project-run errors.

What version of the product are you using? On what operating system?
LiteIDE X11 b1. Win 7, x86

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

Cannot clear output pane

What steps will reproduce the problem?
1.
2.
3.

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

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

0.1.6 on Windows
Please provide any additional information below.

A button or right mouse click option to clear the output pane

is wanted

Original issue reported on code.google.com by ivo.balbaert on 19 Jan 2011 at 2:30

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.