Giter Club home page Giter Club logo

editra's Introduction

Hi there ๐Ÿ‘‹

editra's People

Watchers

 avatar

editra's Issues

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

[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

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

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

[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

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

[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

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

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

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

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

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

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

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

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 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

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

[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

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

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

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

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

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

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] 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

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

[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

[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

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

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

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.