Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] FORTRAN EDITOR FONT setting

Thank you Jeff


>> comment sentence is samll size font
>
>Keywords are displayed in bold, while comments and variables are not. It
>looks like the font you're using (MS Gothic) has different character
>widths depending on whether the characters are bold or not. I'd
>recommend trying another font, preferably a monospaced font.
>

I try another font.
But It is same view. I use another font.
I try nmonospaced-font, not propotional-font. But all another-font is bad view.
(And I want use Japanese-Font.)

Small font for comment sentence is not effect by Font.
I think that is by Photoran or Eclipse program.

>> ruler is not view
>
>You can either enable the horizontal ruler or editor folding, but not
>both; this is set in the workspace preferences (Window > Preferences >
>Fortran > Editor). There should be more detail in the documentation.
>

Window-Preferences-Fortran-Editor?
Enable folding rather ruler in free -form Fortran editors option
Enable folding rather ruler in fixed-form Fortran editors option

I try this option is ON.
But ruler is not view.And more bad error is showed.
Error message is Photoran indexer error.
And I set this option is not ON.


After all, I use before install PTP version.

HOSOMI


Photoran indexer error message
java.lang.ArrayIndexOutOfBoundsException: 20480
	at
org.eclipse.rephraserengine.internal.db.org.eclipse.cdt.internal.core.pdom.db.Database.getChunk(Database.java:232)
	at
org.eclipse.rephraserengine.internal.db.org.eclipse.cdt.internal.core.pdom.db.Database.malloc(Database.java:281)
	at
org.eclipse.rephraserengine.internal.db.org.eclipse.cdt.internal.core.pdom.db.ShortString.<init>(ShortString.java:56)
	at
org.eclipse.rephraserengine.internal.db.org.eclipse.cdt.internal.core.pdom.db.Database.newString(Database.java:415)
	at
org.eclipse.rephraserengine.internal.core.vpg.db.cdt.InternalCDTDB$Files.setFilename(InternalCDTDB.java:191)
	at
org.eclipse.rephraserengine.internal.core.vpg.db.cdt.InternalCDTDB$Files.createNewRecord(InternalCDTDB.java:207)
	at
org.eclipse.rephraserengine.internal.core.vpg.db.cdt.InternalCDTDB$Files.ensure(InternalCDTDB.java:260)
	at org.eclipse.rephraserengine.core.vpg.db.cdt.CDTDB.ensureEntryForFile(CDTDB.java:174)
	at org.eclipse.rephraserengine.core.vpg.db.cdt.CDTDB.isOutOfDate(CDTDB.java:193)
	at org.eclipse.rephraserengine.core.vpg.db.caching.CachingDB.isOutOfDate(CachingDB.java:176)
	at
org.eclipse.rephraserengine.core.vpg.eclipse.EclipseVPG.calculateDependenciesIfNotUpToDate(EclipseVPG.java:367)
	at
org.eclipse.rephraserengine.core.vpg.eclipse.EclipseVPG$WorkspaceSyncResourceVisitor.calculateDependencies(EclipseVPG.java:179)
	at org.eclipse.rephraserengine.core.vpg.eclipse.EclipseVPG.ensureVPGIsUpToDate(EclipseVPG.java:126)
	at
org.eclipse.rephraserengine.core.vpg.eclipse.EclipseVPG$VPGInitialWorkspaceSyncJob.runInWorkspace(EclipseVPG.java:108)
	at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)






Back to the top