LiClipse is a set of plugins to enhance Eclipse and improve the overall Eclipse experience. It includes improved IDE theming, builtin editors for many languages (and a way to easily create new editors without delving into actual Java coding), usability improvements for all Eclipse editors, packaging of some common existing plugins and installers which are natively integrated into each platform.
Questions tagged [liclipse]
68 questions
0
votes
1 answer
What "Available Software Sites" should I register in LiClipse to upgrade sucessfully?
I am running LiClipse 7.1.0, in an instance of LiClipse/Eclipse which has been in use and upgraded for a long, long time. LiClipse is now suggesting that I upgrade to LiClipse 7.2.0. When I try to upgrade, it fails with a message, "dependencies are…

Jim DeLaHunt
- 10,960
- 3
- 45
- 74
0
votes
1 answer
Where are the pop-up windows and branching in HTML documents?
I am testing LiClipse 6.1.0 and I am trying to configure HTML documents as python documents; help pop-ups while writing code and branching for drop-down code blocks (+)
but I don't see the necessary options.

Frank Mascarell
- 123
- 8
0
votes
1 answer
LiClipse Dark editor color (white on yellow)
In LiClipse when you mark a variable the color changes to white on yellow background making it impossible to see.
I found where I can change the colors:
Window -> Preferences -> General -> Appearance -> Color Teheme -> LiClipse Dark
However I could…

Europa
- 974
- 12
- 40
0
votes
1 answer
LiClipse theme: Theme does not apply to strings
I use a particular color theme in the appearance preferences of LiClipse to change the appearance of the text in my editor for my PyDev projects.
I can easily change the color of any type of data that the editor interprets, except for strings.…

J.Deschenes
- 11
- 1
- 4
0
votes
1 answer
LiClipse pydev editor color setting resets itself
I have LiClipse with below version. I can change for example, annotation color in preference editor, but after I exit LiClipse and relaunch it, the color resets back to default. Is there a config file that I can edit directly to force the color…

user97662
- 942
- 1
- 10
- 29
0
votes
2 answers
Code scrolling lags in LiClipse 4.4 with the latest PyDev
I disabled Overview Ruler Minimap and enabled vertical scrollbar.
When I scroll code using scrollbar caret or using mouse wheel, scrollbar and line numbers are scrolled immediately and smoothly. But the code is not scrolled at all and then instantly…

Sergey Kravchenko
- 957
- 1
- 8
- 21
0
votes
1 answer
howto use pydev field __updated__?
I'd like to have some field, (a variable, or string, anything else), in my source code (a Python module), that keep track of last update in this module, when i save it after some modification.
This image shows it looks possible in preferences
Where…

Pierre Puiseux
- 1
- 1
0
votes
2 answers
Does LiClipse (for Mac) include its own copy of the JRE?
Does the LiClipse development environment (IDE) for Mac OS X include its own copy of the JRE (Java Runtime Environment), or does it use the system's JRE to run?
LiClipse is built on the Eclipse IDE, which is written in the Java language, and so…

Jim DeLaHunt
- 10,960
- 3
- 45
- 74
0
votes
2 answers
Stdin in PyDev (LiClipse\Eclipse)
I have problem with this script in LiClipse(Eclipse)
import stdio
import stddraw
# Read x and y scales from standard input, and configure standard
# draw accordingly. Then read points from standard input until
# end-of-file, and plot them on…

Andrew D
- 113
- 1
- 1
- 6
0
votes
0 answers
liclipse + git + mylyn no branch or commit message
I'm testing LiClipse as a replacement for Eclipse and I have problems getting mylyn to work correctly. It used to pre-fill a new branch name and a commit message from an active task. I cannot get it to work with either LiClipse 3.6 or 4.0. Is this a…

pawel
- 1,031
- 2
- 9
- 16
0
votes
1 answer
How to setting up EditBox
Im trying to set up EditBox in LiClipse for python but nothing I do makes it work. I feel like I've tried everything but maybe I missed something. Can anyone who was able to set it up explain how they did it?
I'm trying to get it to look like this:

Jake
- 999
- 1
- 7
- 16
0
votes
1 answer
Tkinter GUI Not Opening in Pydev (Liclipse)
When I am trying to run my program based off a sample Tkinter GUI, nothing happens. I am still new to Pydev, but I find this rather unusual. I have a Main.py file containing the code, and I try to simply run the module without any success.
I simply…

Boooke
- 5
- 1
- 3
0
votes
0 answers
pandasDataFrame.to_clipboard() error
I have this code to enable CTRL+C copy on the selected contents of a tkinter.ttk treeview:
def Copy(event):
'''
Copies the selected treeview items to the
clipboard. Includes Column numbers.
'''
selectedRows = []
…

user3535074
- 1,268
- 8
- 26
- 48
0
votes
0 answers
Liclipse won't recognize numbers in text file
This is my first time using this site, so apologies if I'm asking in the wrong place.
I am working on a python assignment in liclipse. I have to import and analyze a provided text file that contains several thousand 1s and 0s and nothing else. When…

aStarvingStudent
- 1
- 1
0
votes
1 answer
What's the "correct" way to update LiClipse?
I've been using Liclipse for a while, after having supported it in the IndieGogo funding drive a few years ago. However, there are a number of issues that I'm always hopping will get fixed in the next update, yet I haven't found any way to cleanly…

coredumperror
- 8,471
- 6
- 33
- 42