Giter Site home page Giter Site logo

ultimatepritam / editra Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 2.49 MB

Automatically exported from code.google.com/p/editra

License: Other

Python 95.52% NSIS 0.79% C 2.28% Shell 0.32% Ada 0.01% OCaml 0.03% CSS 0.06% ColdFusion 0.08% C++ 0.02% D 0.30% Batchfile 0.02% Eiffel 0.03% Erlang 0.06% xBase 0.06% Fortran 0.14% Haskell 0.06% HTML 0.06% Java 0.08% JavaScript 0.03% TeX 0.01%

editra's People

Contributors

ultimatepritam avatar

Stargazers

 avatar

Watchers

 avatar  avatar

editra's Issues

Clicking in text area should update statusbar

What steps will reproduce the problem?
1. Open a text document
2. click to move the cursor to new location
3.

What is the expected output? What do you see instead?
The status bar should show the new line/column info but it doesnt update
from the previous one.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 30 May 2007 at 1:02

Style sheets cannot have names with . in them

naming a style sheet that is exported from the StyleEditor with a name like 
'name.1.ess' will fail to 
load it on the next run due to how the names are managed. It should be possible 
to name the style 
sheet to whatever name as wanted as long as the final extension is 'ess'.


Original issue reported on code.google.com by [email protected] on 19 Nov 2007 at 11:18

[GTK] CommandBar Close button too small

What steps will reproduce the problem?
1. Open the command bar in any mode
2.
3.

What is the expected output? What do you see instead?
The command bar close button does not visibly display the 'X'. This seems
to stem from the amount of padding that is drawn in side the button around
the bitmap. The button is only 14x14 px and the padding seems to consume
roughly 12x12px of that space. If the button is made to be a bigger size
the 'X' is visible but then the button is too large and doesn't look very
well in the bar as well as causing some alignment issues.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 11 May 2007 at 10:26

FileBrowser Plugin on Windows

What steps will reproduce the problem?
1. open the filebrowser plugin
2. click on the Saved Paths button
3. click anywhere else on the screen besides the button

What is the expected output? What do you see instead?
the buttons toggle should pop back up, but it does not so the next time you
go to open the menu it takes two clicks.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 25 Jul 2007 at 9:45

[MSW][GTK] Goto line control

What steps will reproduce the problem?
1. Open the goto line control
2. type some non digit characters
3.

What is the expected output? What do you see instead?
Any non numerical characters typed while the cursor is in the GotoLine
control should not be entered. They should be caught by the Validator that
only allows for integer input. Initial testing has shown that the validator
code does not get called on these two platforms.

This can be attributed to a current limitation in the SearchCtrl
implementation on these platforms. The GotoLine ctrl is a custom subclass
of wxSearchCtrl, this was done in order to get a nice rounded control on OS
X. The control however does not seem to emit the proper events for the
Validator to get called. I am not sure why though as the SearchCtrl on
these platforms is a generic control derived from TextCtrl which properly
emits all the text/key related events.

One fix could be to use a basic text control on these platforms instead of
the search control, but this would require adding a full set of os specific
code which I dont like doing if its not necessary. So for the meantime I
fixed this by double checking the data that is retrieved from the control
before using it.

Hopefully this issue will be addressed in a future bug fix release of
wxPython. Should check if a bug has been submitted over there about this or
not.



Original issue reported on code.google.com by [email protected] on 11 May 2007 at 10:41

[GTK] CommandBar SearchCtrl close button too big

What steps will reproduce the problem?
1. Open the command bar in search mode
2. enter some text in the search control
3.

What is the expected output? What do you see instead?
The cancel button that appears in the search control when text is added, is
too large to properly fit inside the text box. This seems to be an issue
with the wxSearchCtrl implementation on GTK. It may be correctable by
adding some additional handling or providing a custom drawn button,
requires more investigation.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 11 May 2007 at 10:30

Clipboard related keyboard shortcuts do not work

What steps will reproduce the problem?
1. Type some text
2. Highlight and hit ctrl-c
3. Press ctrl-v

What is the expected output? What do you see instead?
I expect that the text would be pasted.  Nothing happens.

What version of the product are you using? On what operating system?
Using 0.2.0 on Kubuntu 7.10

What method of install was your version installed with (Binary/Source)?
Installed from source

Please provide any additional information below.
Keyboard shortcuts for clipboard related commands do not work.  Ctrl-c,
ctrl-v, and ctrl-x do nothing.  Ctrl-z works properly (undo).  Using the
menu to copy/paste works fine.

Original issue reported on code.google.com by [email protected] on 29 Sep 2007 at 5:36

Give feedback when not all characters are able to be encoded properly

The editor should bail out or at least warn that it was unable to properly
encode all characters when opening a file. This sometimes happens with
unicode files and other files that have characters outside of the ascii range.

Without this warning the editor will open a page with the file but not all
text will be displayed or be able to be saved afterwards, leading to data loss.


Original issue reported on code.google.com by [email protected] on 15 May 2007 at 2:20

[MSW] Menu Key Accelerator lables are misaligned

What steps will reproduce the problem?
1. Open a menu
2.
3.

What is the expected output? What do you see instead?
The accelerator labels (i.e Ctrl+C, ect..) should be all properly aligned
in the menu when displayed but many of them are not properly aligned with
each other.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 18 May 2007 at 11:56

Add indication of dirty files to page tabs

The tabs should display some sort of indication to show which files have
their dirty bit set so that it can be seen at a quick glance which files
have been saved since their last modification and which have not.

Original issue reported on code.google.com by [email protected] on 21 May 2007 at 2:29

Update Downloader Dialog UI issues

What steps will reproduce the problem?
1. Start downloading an updated version of Editra from the Preferences Dialog


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

The are a number of issues that need to be improved/fixed

1) the download gauge is not centered perfectly
2) the button under it should be spaced further down and more perfectly
centered.
3) The icon is too small it should be at least twice as big as it is now.


Original issue reported on code.google.com by [email protected] on 26 Sep 2007 at 12:28

Enter one-line summary

What steps will reproduce the problem?
1. open a file that has spaces in the path
2.
3.

What is the expected output? What do you see instead?
file should open but doesnt

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 16 Jun 2007 at 11:38

Closing prefdlg after all mainwindows loses changes

If the Preference Dialog is closed after all the mainwindows have been closed 
and changes are made 
those changes are not saved. Should copy current profile, load one on disk, 
then merge the 
applicable changes before writing out again.


Original issue reported on code.google.com by [email protected] on 22 Nov 2007 at 9:59

Multiple files with same name cause confusion

What steps will reproduce the problem?

1. Open two files with the same name in separate directories
2. Switch between the tabs, you'll see that the path in the title bar doesn't 
always match the file's 
path

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

The path in the titlebar should match the path of the selected tab


Original issue reported on code.google.com by [email protected] on 14 Aug 2007 at 5:56

Improper style setting in html syntax config

What steps will reproduce the problem?
1. Turn on DEBUG mode
2. open an html file
3.

What is the expected output? What do you see instead?
The debugging output shows a warning about an undefined lexer attribute
being set. STC_H_ASPAT, this is likely a typo in the html module.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 11 May 2007 at 12:32

Help Dialog

Make a help dialog containing help information related to the editors
usage. It would also be useful for this dialog to be extendable for
displaying api documentation for various programming languages through the
plugin architecture.

Original issue reported on code.google.com by [email protected] on 17 Aug 2007 at 1:40

FInd Dialogs on Windows

What steps will reproduce the problem?
1. Open a find dialog ctrl+shift+f
2. Open the find replace without closing the find dialog
3.

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

The find dialog should be replaced by the find/replace dialog. An exception
is raised.




Original issue reported on code.google.com by [email protected] on 25 Jul 2007 at 9:42

No link to bugtracker from editra's main web page

What steps will reproduce the problem?

1. go to http://editra.org
2. look for link to allow you to report a bug
3. keep looking
4. under Documentation? ... No
5. under Community? ... aha! "Bug Reports", err,  actually no, 
   there is a "Usage notice" that says 
   The address of the new bug tracker is 
   http://code.google.com/p/editra/issues/list 


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

An entry labeled "Report bug" in the Navigation list at top left

Original issue reported on code.google.com by [email protected] on 7 Dec 2007 at 1:37

Php (Un)Commenting command does nothing

What steps will reproduce the problem?
1. open a php file
2. hit ctrl+1 or ctrl+2

The selected lines are not commented or uncommented. This was a miss in the
last release, it was put off due to having to handle special cases (i.e are
the selected lines inside of a php region or are they in an pure html
section of code. This needs to be detected in order to choose the correct
commenting pattern.




Original issue reported on code.google.com by [email protected] on 11 May 2007 at 10:14

Drag n Drop Accept Folders

Allow folders to be dropped on the editor and then prompt to open all the
files in the folder that can be opened in the editor. This could act as a
very simple project management for small projects or modules of a bigger
project.

Original issue reported on code.google.com by [email protected] on 24 May 2007 at 1:56

Tab images

What steps will reproduce the problem?
1. Open a file from the command line (Editra yourfile.txt)
2.
3.

What is the expected output? What do you see instead?
There should be an image displayed on the tab but there isnt one.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 13 May 2007 at 1:23

LaTeX Generator and word wrap

What steps will reproduce the problem?
1. open a file with some long lines in it
2. generate latex
3. compile the latex

What is the expected output? What do you see instead?
The resulting latex document often has lines that overflow the hbox do to
the word wrap not working/being implemented.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 19 Jun 2007 at 2:34

Exiting the application does not invoke OnPaneClose in plugins

What steps will reproduce the problem?

1. Open a plugin that uses Profile_Get/Profile_Set
2. Change some settings
3. Exit the application
4. Re-open the application

You will see that the settings weren't saved.  I realize that you can manually 
close the pane to get 
this to happen, but this doesn't seem natural to me.

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

0.1.64 on OS X


Original issue reported on code.google.com by [email protected] on 2 Aug 2007 at 5:41

Check line endings and warn

When opening a file the editor should check what type of line ending is
being used and warn if there is mixed endings and possibly offer to convert
them. If the endings are not mixed but of a different type than what the
editor currently has set the editor should warn and then set the line
endings to match if the user doesnt wish to convert.

Original issue reported on code.google.com by [email protected] on 15 May 2007 at 2:09

Autocompletion widget problem under vista

What steps will reproduce the problem?
1. in the main windows write "import sys"
2. type "sys."

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

A widget appears but the only way to validate our choise is to do a click
with the right mouse button.
What is strange is that if we do the same in pyshell widget it works as
espected (push enter validate our choice)?_?

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

0.2.15 Vista 32bit/Python 2.5.1
What method of install was your version installed with (Binary/Source)?

Binary only
Please provide any additional information below.

Can help with advanced test (modifying source code etc... if necessary).
(I have had python wxaui some month ago, but not a software specialist ;) )

Original issue reported on code.google.com by [email protected] on 27 Nov 2007 at 5:09

Problem with format/font in Mac OS X

What steps will reproduce the problem?
In Mac OS X:
1. Activate Format menu
2. Clic on Font

The pannel with the fonts etc. appears ant disappears at once so that it's 
impossible to work with 
them.

Original issue reported on code.google.com by [email protected] on 17 Jul 2007 at 2:41

Import error w/ embedded interpreter

What steps will reproduce the problem?
1. in pyshell: import sys -> ok
2. then import IPython -> 

Traceback (most recent call last):
  File "<input>", line 1, in <module>
ImportError: No module named IPython

What is the expected output? What do you see instead?
Expect to work as in a classical python shell, the module can be imported.
In fact it seems that the pyshell can't see modules in site-package.

What version of the product are you using? On what operating system?
2.015/Python2.5/Vista32bit

What method of install was your version installed with (Binary/Source)?
Binary

Please provide any additional information below.

Perhaps a problem of path???
Path under windows for python distrib is usualy:
c:\\python25\\

under editra:
sys.path
['C:\\Program Files\\Editra\\library.zip',
u'c:\\users\\ldufrechou\\.editra\\plugins\\projects-0.1-py2.5.egg',
u'C:\\Users\\ldufrechou\\.Editra\\plugins\\', u'c:\\program
files\\editra\\plugins\\pyshell-0.4-py2.5.egg', u'c:\\program
files\\editra\\plugins\\filebrowser-0.5-py2.5.egg', u'C:\\Program
Files\\Editra\\plugins\\']

under python shell:
['', '', 'c:\\python25\\lib\\site-packages\\netifaces-0.3-py2.5-win32.egg',
'C:\\Windows\\system32\\python25.zip', 'c:\\python25\\DLLs',
'c:\\python25\\lib', 'c:\\python25\\lib\\pl
at-win', 'c:\\python25\\lib\\lib-tk', 'c:\\python25',
'c:\\python25\\lib\\site-packages',
'c:\\python25\\lib\\site-packages\\win32',
'c:\\python25\\lib\\site-packages\\win32\\lib',
 'c:\\python25\\lib\\site-packages\\Pythonwin',
'c:\\python25\\lib\\site-packages\\wx-2.8-msw-unicode',
'c:\\python25\\lib\\site-packages\\IPython/Extensions',
'C:\\Users\\xxxxx\\_ipython']

Original issue reported on code.google.com by [email protected] on 27 Nov 2007 at 5:16

[OS X] Text control performance issues

What steps will reproduce the problem?
1. Edit a document while syntax highlighting is turned on
2.
3.

Often times on OS X the performance of the text control is very slow. It is
especially noticeable when a lexer is being used. Often times when just
spacing over with the space bar or deleting text by holding the backspace
button the CPU usage spikes rather high and often the text adding/removal
gets very laggy. This is not visible on the GTK/MSW versions, leading my
current thinking to believe this is an issue in the OS X implementation of
Scintilla but to be sure there needs to be further investigation.


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 11 May 2007 at 10:54

Update Checker Alignment isues

What steps will reproduce the problem?
1. Open Preferences Dialog
2. Go to Update Page
3.

The gauge needs to be more properly centered in the dialog along with the
buttons and text areas below and above it respectively. 

Also when clicking the check updates multiple times the resizing of the
prefdlg needs to properly checked as it resizes even when it isn't needed.


Original issue reported on code.google.com by [email protected] on 26 Sep 2007 at 12:21

LaTex Generator and Multi-byte characters

What steps will reproduce the problem?
1. Try generating a LaTeX file from a file with Unicode characters in it
2.
3.

What is the expected output? What do you see instead?
The document should generate with out error. There is instead 'ascii out of
range' errors that arise during the parse that prevent it from finishing.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 15 May 2007 at 1:49

Line Insert Command

What steps will reproduce the problem?
1. move the cursor to the first line
2. try to insert a line before current line (Ctrl+Shift+L)
3.

What is the expected output? What do you see instead?
A new line should be added to the beginning of the file, but instead it is
added to the next line.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 20 May 2007 at 9:45

Toolbar icons status after a ReInit

What steps will reproduce the problem?
1. Open the preference dialog
2. Change the icons or icon size on the Misc page
3. Click Ok or Apply

What is the expected output? What do you see instead?
The Icons and/or their size should change, but the status of which ones are
enabled and disabled should not. Currently all tools are enabled after this
action.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 18 May 2007 at 11:52

Prefdlg OnPaint NoneType errors

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

What is the expected output? What do you see instead?
I have been receiving a number of error reports with errors relating to
what appears to be the wx import being reported as None in some event
handlers which is very odd as the event handlers could not exist wx was
None. I have not been able to reproduce this behavior myself and am still
investigating.


*** Sun Aug 19 13:26:31 2007 ***
Traceback (most recent call last):
  File %22prefdlg.pyo%22, line 199, in OnPaint
AttributeError: 'NoneType' object has no attribute 'PaintDC'


*** Sun Aug 19 13:26:31 2007 ***
Traceback (most recent call last):
  File %22prefdlg.pyo%22, line 247, in OnPaint
AttributeError: 'NoneType' object has no attribute 'PaintDC'


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 22 Sep 2007 at 2:07

Reloading file loses bookmarks

What steps will reproduce the problem?
1. When Reload File dialog appears click yes to reload file

What is the expected output? What do you see instead?
File should be reloaded to match on disk file without changing buffer
display, The reload however causes all bookmarks to be lost.



Original issue reported on code.google.com by [email protected] on 17 Aug 2007 at 11:50

Command line open from launch script

What steps will reproduce the problem?
1. install editra as a python package
2. try opening or starting a new file from commandline
3.

What is the expected output? What do you see instead?
The file should be opened in the editor, but only the default untitled page
is opened instead.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 25 May 2007 at 8:32

Plugins menu entries status are improperly shown in view menu

What steps will reproduce the problem?
1. Turn a plugin on
2. Exit Editra
3. Execute Editra

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

I expect plugins that are open when I exit to be opened when I restart.  The 
menu selections in 
the view menu show that they are enabled, but they don't show up.

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

Latest version.  OS X 10.4.10



Original issue reported on code.google.com by [email protected] on 31 Jul 2007 at 9:56

Extended filetype detection + tab images

What steps will reproduce the problem?
1. open a file that doesn't have a file extension but does have a shebang line
2.
3.

What is the expected output? What do you see instead?
The tab image should show the mime type image for the type of file it is,
but instead shows a generic text file image.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 14 May 2007 at 11:57

LaTeX Generator and large files

What steps will reproduce the problem?
1. Open a fairly large file ~2000+ lines of text
2. Tools->Generator->LaTeX
3.

What is the expected output? What do you see instead?
The LaTeX code that Editra generates causes memory overflows in the latex
program when generating a dvi, causing the compile to fail.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 19 Jun 2007 at 2:32

Command line open save issues

What steps will reproduce the problem?
1. Open a new file from the commandline
2. Save the file 
3.

What is the expected output? What do you see instead?
The new file should be saved to the working directory from which it was
opened with Editra from. But the path to the file is not properly set when
the file is opened so the directory that it is saved to defaults to the
root of the current drive.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 13 May 2007 at 2:01

Style Editor cant find style sheet

What steps will reproduce the problem?
1. Open Style Editor, click on New
2. Click on New again
3.

What is the expected output? What do you see instead?
The preview window turns reddish purple. The debugging msgs shows that the
style manager could not find the style sheet. 

The name of the file is being shown is the title version where it should be
in all lower case. Very quick to fix. However the fact that the preview
window gets screwed up from this failure shows some deeper problems in the
fallback code of the stylemgr that need further research.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 11 May 2007 at 1:06

Error notification enhancement

Instead of popping dialogs for minor/common error conditions in opperation
it may be nicer/less annoying to simply highlight the status bar and
display the message there.


Original issue reported on code.google.com by [email protected] on 17 Jul 2007 at 11:11

[MSW] Command Bar Search Widget

1. Open a file with some text in it
2. open the command bar in search mode
3. start typing

What is the expected output? What do you see instead?
The live searching feature does not work, the search is only performed
after hitting enter.

This defect appears to be in the implementation of the SearchCtr on the MSW
platform. As this issue is not replicated on my OSX or Linux test systems.
It stems from the SearchCtrl not emitting EVT_CHAR or any other KEY events
when it is being typed in.




Original issue reported on code.google.com by [email protected] on 11 May 2007 at 10:21

HTML Generator cuts text

What steps will reproduce the problem?
1. open a document
2. Click on generate HTML
3.

What is the expected output? What do you see instead?
The html should be a representation of all characters in the document. The
last character of the source file is not carried over to the new html document.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 21 May 2007 at 9:42

[MSW] Command Bar Search Widget Controls

What steps will reproduce the problem?
1. Open the command bar in search mode (ctrl+F)
2.
3.

What is the expected output? What do you see instead?
The checkboxes for "Match Case" and "Whole Word" are not properly centered
in the bar. They are very close to encroaching on the top border.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 17 May 2007 at 1:27

Styling data not cleared highlighting is turned off

What steps will reproduce the problem?
1. Open a document with highlighting turned on
2. turn highlighting off
3. generate a document (i.e Html) from the generators menu

There should be an unstyled webpage generated but the parser still finds
the style data being held in the text controls stylemgr so it applies the
styles.



Original issue reported on code.google.com by [email protected] on 11 May 2007 at 9:49

Source Package Installer on Windows

What steps will reproduce the problem?
1. run "python.exe setup.py install"
2.
3.

What is the expected output? What do you see instead?
Reported on editra forum.
There are some path problems and issues with files being copied properly to
the correct paths. Requires investigation.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 30 May 2007 at 11:04

Switching to plaintext lexer causes display issues

What steps will reproduce the problem?
1. Open a document that has highlighting support
2. Go to Settings=>Lexers, and switch to plain text
3.

What is the expected output? What do you see instead?
The document should be cleared to default_style but the areas that were
previously highlighted are completely unstyled using the default scintilla
settings which does not match the rest of the document properly.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 22 May 2007 at 11:27

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.